We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb09bb3 commit e273865Copy full SHA for e273865
1-get_event_waveforms_network.py
@@ -54,7 +54,7 @@
54
55
# %% codecell
56
# LOAD STATIONS
57
-inventory = client.get_stations(network=network, station=stations, channel=comps[0], starttime=t1, endtime=t2)
+inventory = client.get_stations(network=network, station=stations, channel=','.join(comps), starttime=t1, endtime=t2)
58
inventory.plot(projection="local",label=False)
59
fig = inventory.plot(show=False)
60
cat_evts.plot(fig=fig)
0 commit comments