From 29165aadc738b264f1b5e3eeec7d23aabea3ce3d Mon Sep 17 00:00:00 2001 From: marcel Date: Wed, 9 Aug 2017 09:44:01 +0200 Subject: [PATCH] [bugfix] fixed former bugfix --- pylot/core/pick/autopick.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylot/core/pick/autopick.py b/pylot/core/pick/autopick.py index fb23a4d9..1d1f9feb 100644 --- a/pylot/core/pick/autopick.py +++ b/pylot/core/pick/autopick.py @@ -209,7 +209,7 @@ def autopickstation(wfstream, pickparam, verbose=False, # for global seismology: use tau-p method for estimating travel times (needs source and station coords.) # if not given: sets Lc to infinity to use full stream - if use_taup == 'True': + if use_taup == True or use_taup == 'True': Lc = np.inf print('autopickstation: use_taup flag active.') if not metadata[1]: