madscatt / zazzie

development branch
GNU General Public License v3.0
2 stars 3 forks source link

Evaluate data path for decomposition #156

Open madscatt opened 11 months ago

madscatt commented 11 months ago

Make sure that file-path variables introduced in decomposition module is going to work with GenApp paths.

self.data_file_name = self.path+"0.dat, "+self.path+"10.dat, "+self.path+"20.dat, " + \ self.path+"40.dat, "+self.path+"80.dat, " + \ self.path+"90.dat, "+self.path+"100.dat"

madscatt commented 11 months ago

Gui mimic wants the files in the directory of the executable, which would have to be the bin directory in GenApp. This needs to be in the path of the run_name etc. and/or if uploaded by the user via the GUI.