[add] parameter savexml added to autoPyLoT

This commit is contained in:
2017-08-14 13:30:27 +02:00
parent 0a8f6f8a39
commit 3cd64d09de
3 changed files with 12 additions and 6 deletions

View File

@@ -1103,7 +1103,7 @@ def getQualityfromUncertainty(uncertainty, Errors):
if uncertainty == None or uncertainty == 'None':
return quality
if uncertainty <= Errors[0]:
quality = 0
elif (uncertainty > Errors[0]) and \

View File

@@ -2325,7 +2325,8 @@ class TuneAutopicker(QWidget):
'eventid': self.get_current_event_fp(),
'iplot': 2,
'fig_dict': self.fig_dict,
'locflag': 0}
'locflag': 0,
'savexml': False}
for key in self.fig_dict.keys():
self.fig_dict[key].clear()
self.ap_thread = Thread(self, autoPyLoT, arg=args,