[bugfix] slope window was used for calculation of checkz4s leading to huge problems
This commit is contained in:
parent
547355fbdf
commit
176f13db09
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user