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]))]
|
round(min([mpickP + sstop, Lwf]))]
|
||||||
|
|
||||||
if algoS == 'ARH':
|
if algoS == 'ARH':
|
||||||
if verbose: print(edat, ndat)
|
|
||||||
# re-create stream object including both horizontal components
|
# re-create stream object including both horizontal components
|
||||||
hdat = edat.copy()
|
hdat = edat.copy()
|
||||||
hdat += ndat
|
hdat += ndat
|
||||||
@ -384,7 +383,6 @@ def autopickstation(wfstream, pickparam, verbose=False):
|
|||||||
h_copy[0].data = trH1_filt.data
|
h_copy[0].data = trH1_filt.data
|
||||||
h_copy[1].data = trH2_filt.data
|
h_copy[1].data = trH2_filt.data
|
||||||
elif algoS == 'AR3':
|
elif algoS == 'AR3':
|
||||||
if verbose: print(zdat, edat, ndat)
|
|
||||||
# re-create stream object including all components
|
# re-create stream object including all components
|
||||||
hdat = zdat.copy()
|
hdat = zdat.copy()
|
||||||
hdat += edat
|
hdat += edat
|
||||||
|
Loading…
Reference in New Issue
Block a user