get_channel_from_stream¶
-
Inventory.
get_channel_from_stream
(start_time=None, end_time=None, **kwargs)[source]¶ Get the channels to which a stream is assigned to.
- Parameters
start_time (
obspy.UTCDateTime
) – The start time of the stream assignement.end_time (
obspy.UTCDateTime
) – The end time of the stream assignment.
- Keyword Arguments
kwargs – The Keyword arguments passed to
get_stream()
.