[bugfix] slope window was used for calculation of checkz4s leading to huge problems

This commit is contained in:
Marcel Paffrath 2017-07-17 16:58:40 +02:00
parent 547355fbdf
commit 176f13db09

View File

@ -297,7 +297,7 @@ def autopickstation(wfstream, pickparam, verbose=False, iplot=0, fig_dict=None):
else: else:
fig = None fig = None
Pflag = checkZ4S(zne, aicpick.getpick(), zfac, Pflag = checkZ4S(zne, aicpick.getpick(), zfac,
tsnrz[3], iplot, fig) tsnrz[2], iplot, fig)
if Pflag == 0: if Pflag == 0:
Pmarker = 'SinsteadP' Pmarker = 'SinsteadP'
Pweight = 9 Pweight = 9