[bugfix] some small fixes regarding plotting and reading notes.txt

This commit is contained in:
2019-04-18 11:21:56 +02:00
parent 20dc5a132a
commit 77eec8e94c
3 changed files with 9 additions and 3 deletions

View File

@@ -2824,6 +2824,8 @@ class MainWindow(QMainWindow):
# stat_picks, self._inputs, phaseID,
# compclass)
if not picks['mpp']: continue
mpp = picks['mpp'] - stime
if picks['epp'] and picks['lpp']:
epp = picks['epp'] - stime