TuneAutopicker now gets event id independent from input of pylot.in.

This commit is contained in:
Ludger Küperkoch 2017-05-19 15:39:43 +02:00
parent 2a054f75f5
commit a3fbeafeac
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
e911-dirty 2a05-dirty

View File

@ -1615,6 +1615,7 @@ class TuneAutopicker(QWidget):
args = {'parameter': self.parameter, args = {'parameter': self.parameter,
'station': station, 'station': station,
'fnames': 'None', 'fnames': 'None',
'eventid': self.get_current_event_fp(),
'iplot': 2, 'iplot': 2,
'fig_dict': self.fig_dict, 'fig_dict': self.fig_dict,
'locflag': 0} 'locflag': 0}