[add] parameter savexml added to autoPyLoT
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user