add_station¶
-
Array.add_station(station, start_time, end_time)[source]¶ Add a station to the array.
- Parameters
station (
Station) – The station instance to add to the network.start_time (
obspy.UTCDateTime) – The time from which on the stream has been operating at the channel.end_time (
obspy.UTCDateTime) – The time up to which the stream has been operating at the channel. “None” if the channel is still running.
- Returns
The added station.
- Return type