Removed needless terminal output
This commit is contained in:
parent
97ca69a07d
commit
c34fbe1228
@ -367,7 +367,6 @@ def autopickstation(wfstream, pickparam, verbose=False):
|
||||
round(min([mpickP + sstop, Lwf]))]
|
||||
|
||||
if algoS == 'ARH':
|
||||
if verbose: print(edat, ndat)
|
||||
# re-create stream object including both horizontal components
|
||||
hdat = edat.copy()
|
||||
hdat += ndat
|
||||
@ -384,7 +383,6 @@ def autopickstation(wfstream, pickparam, verbose=False):
|
||||
h_copy[0].data = trH1_filt.data
|
||||
h_copy[1].data = trH2_filt.data
|
||||
elif algoS == 'AR3':
|
||||
if verbose: print(zdat, edat, ndat)
|
||||
# re-create stream object including all components
|
||||
hdat = zdat.copy()
|
||||
hdat += edat
|
||||
|
Loading…
Reference in New Issue
Block a user