changed quotes for consistency
This commit is contained in:
parent
1a5eed5559
commit
2b90c73f9f
@ -335,15 +335,15 @@ def autopickstation(wfstream, pickparam, verbose=False):
|
|||||||
Sflag = 0
|
Sflag = 0
|
||||||
|
|
||||||
else:
|
else:
|
||||||
print("autopickstation: No vertical component data available!, "
|
print('autopickstation: No vertical component data available!, '
|
||||||
"Skipping station!")
|
'Skipping station!')
|
||||||
|
|
||||||
if edat is not None and ndat is not None and len(edat) > 0 and len(
|
if edat is not None and ndat is not None and len(edat) > 0 and len(
|
||||||
ndat) > 0 and Pweight < 4:
|
ndat) > 0 and Pweight < 4:
|
||||||
msg = "Go on picking S onset ...\n" \
|
msg = 'Go on picking S onset ...\n' \
|
||||||
"##################################################\n" \
|
'##################################################\n' \
|
||||||
"Working on S onset of station {0}\nFiltering horizontal " \
|
'Working on S onset of station {0}\nFiltering horizontal ' \
|
||||||
"traces ...".format(edat[0].stats.station)
|
'traces ...'.format(edat[0].stats.station)
|
||||||
if verbose: print(msg)
|
if verbose: print(msg)
|
||||||
# determine time window for calculating CF after P onset
|
# determine time window for calculating CF after P onset
|
||||||
cuttimesh = [round(max([mpickP + sstart, 0])),
|
cuttimesh = [round(max([mpickP + sstart, 0])),
|
||||||
|
Loading…
Reference in New Issue
Block a user