[bugfix] mainly added missing taup model (lost in branch merging for python3), some smaller fixes for S picking

This commit is contained in:
2022-05-31 12:45:22 +02:00
parent 084fb10cea
commit cd9c139349
4 changed files with 10 additions and 6 deletions
+1
View File
@@ -478,6 +478,7 @@ class Array_map(QtWidgets.QWidget):
picks=self._parent.get_current_event().getPick(station),
autopicks=self._parent.get_current_event().getAutopick(station),
filteroptions=self._parent.filteroptions, metadata=self.metadata,
model=self.parameter.get('taup_model'),
event=pyl_mw.get_current_event())
except Exception as e:
message = 'Could not generate Plot for station {st}.\n {er}'.format(st=station, er=e)