remove_station¶
-
Array.
remove_station
(start_time=None, end_time=None, **kwargs)[source]¶ Remove a station from the array.
- Parameters
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.
- Keyword Arguments
kwargs – The keyword arguments passed to
get_station()
.- Returns
The removed stations.
- Return type