WIP: Simplify data structure #39

Draft
sebastianw wants to merge 31 commits from 38-simplify-data-structure into develop
Showing only changes of commit ef69fc429f - Show all commits

View File

@ -1553,11 +1553,6 @@ class MainWindow(QMainWindow):
fname = str(action.data().toString())
return fname
def getEventFileName(self, type='manual'):
if self.get_fnames(type) is None:
self.set_fname(self.get_data().getEventFileName(), type)
return self.get_fnames(type)
def saveData(self, event=None, directory=None, outformats=['.xml', '.cnv', '.obs', '_focmec.in', '.pha']):
'''
Save event data to directory with specified output formats.