Removed hard coded station name introduced for bug fixing.

This commit is contained in:
Ludger Küperkoch 2017-08-15 17:02:50 +02:00
parent cc25a8e6cf
commit 95a2f21675

View File

@ -50,7 +50,7 @@ def autopickevent(data, param, iplot=0, fig_dict=None, ncores=0, metadata=None,
continue
for station in stations:
topick = data.select(station='AWL')
topick = data.select(station=station)
if iplot == None or iplot == 'None' or iplot == 0:
input_tuples.append((topick, param, apverbose, metadata, origin))