get_channel_from_stream¶
-
DbInventory.
get_channel_from_stream
(start_time=None, end_time=None, **kwargs)¶ 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()
.