Removed hard coded station name introduced for bug fixing.
This commit is contained in:
parent
cc25a8e6cf
commit
95a2f21675
@ -50,7 +50,7 @@ def autopickevent(data, param, iplot=0, fig_dict=None, ncores=0, metadata=None,
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
for station in stations:
|
for station in stations:
|
||||||
topick = data.select(station='AWL')
|
topick = data.select(station=station)
|
||||||
|
|
||||||
if iplot == None or iplot == 'None' or iplot == 0:
|
if iplot == None or iplot == 'None' or iplot == 0:
|
||||||
input_tuples.append((topick, param, apverbose, metadata, origin))
|
input_tuples.append((topick, param, apverbose, metadata, origin))
|
||||||
|
Loading…
Reference in New Issue
Block a user