diff --git a/pylot/core/pick/utils.py b/pylot/core/pick/utils.py index 18ad9175..21e15d34 100644 --- a/pylot/core/pick/utils.py +++ b/pylot/core/pick/utils.py @@ -657,8 +657,9 @@ def wadaticheck(pickdic, dttolerance, iplot=0, fig_dict=None): print("wadatacheck: Skipped %d S pick(s)" % ibad) else: print("###############################################") - print("wadatacheck: Not enough checked S-P times available!") + print("wadaticheck: Not enough checked S-P times available!") print("Skip Wadati check!") + wfitflag = 1 wdfit2 = None checkedonsets = pickdic diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 3e9f16f9..d0c1ed1a 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -1208,6 +1208,7 @@ class PickDlg(QDialog): # init pick delete (with right click) self.connect_pick_delete() + self.setWindowTitle('Pickwindow on station: {}'.format(self.getStation())) def setupUi(self): menuBar = QtGui.QMenuBar(self)