Change checkZ4S so it extracts the required parameters

This commit is contained in:
Darius Arnold
2019-04-09 17:05:51 +02:00
parent c45f52510b
commit d45a5ccf0d
2 changed files with 15 additions and 7 deletions

View File

@@ -800,7 +800,7 @@ class AutopickStation(object):
return 1
if self.iplot > 1: self.set_current_figure('checkZ4s')
Pflag = checkZ4S(zne, aicpick.getpick(), self.s_params.zfac, self.p_params.tsnrz[2], self.iplot,
Pflag = checkZ4S(zne, aicpick.getpick(), self.pickparams, self.iplot,
self.current_figure, self.current_linecolor)
if Pflag == 0:
self.p_results.marked = 'SinsteadP'