[bugfix] darius: comparison of P-pick slope to minAIC-S-slope instead of S-pick slope
This commit is contained in:
parent
a450189ba2
commit
1ed4f73e5c
@ -580,7 +580,7 @@ def autopickstation(wfstream, pickparam, verbose=False,
|
|||||||
aictsmoothS, fig=fig)
|
aictsmoothS, fig=fig)
|
||||||
###############################################################
|
###############################################################
|
||||||
# go on with processing if AIC onset passes quality control
|
# go on with processing if AIC onset passes quality control
|
||||||
slope = aicpick.getSlope()
|
slope = aicarhpick.getSlope()
|
||||||
if not slope:
|
if not slope:
|
||||||
slope = 0
|
slope = 0
|
||||||
if (slope >= minAICSslope and
|
if (slope >= minAICSslope and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user