[bugfix] autoPyLoT <-> obspyDMT

This commit is contained in:
2018-06-21 13:24:24 +02:00
parent 7ad36c2305
commit 2a8efd0904
2 changed files with 5 additions and 3 deletions

View File

@@ -3409,6 +3409,7 @@ class TuneAutopicker(QWidget):
if not station:
self._warn('No station selected')
return
wfpath = self.wftype if self.obspy_dmt else ''
args = {'parameter': self.parameter,
'station': station,
'fnames': 'None',
@@ -3417,7 +3418,7 @@ class TuneAutopicker(QWidget):
'fig_dict': self.fig_dict,
'locflag': 0,
'savexml': False,
'obspyDMT_wfpath': self.obspy_dmt}
'obspyDMT_wfpath': wfpath}
for key in self.fig_dict.keys():
if not key == 'plot_style':
self.fig_dict[key].clear()