RecorderStream¶
-
class
mss_dataserver.geometry.inventory.
RecorderStream
(name, label, agency_uri=None, author_uri=None, creation_time=None, parent_recorder=None)[source]¶ Bases:
object
A digital stream of a data recorder.
- Parameters
name (str) – The name of the stream.
label (str) – The label of the stream.
author_uri (string) – The author_uri of the stream.
agency_uri (String) – The agency_uri of the stream.
creation_time (str or
obspy.UTCDateTime
) – The creation time of the event. A string that can be parsed byobspy.UTCDateTime
or aobspy.UTCDateTime
instanceparent_recorder (
Recorder
) – The recorder containing the stream.
- Variables
components (
list
ofTimeBox
) – TimeBox instances holding the components assigned to the stream.parameters (
list
ofRecorderStreamParameter
) – The parameters of the stream.
Properties¶
Methods¶
|
Initialization of the instance. |
|
Add a sensor component to the stream. |
|
Add a paramter to the recorder stream. |
|
Get a dictionary representation of the instance. |
|
Get a component from the stream. |
|
Get a free time slot for a component. |
|
Get a free time slot for a parameter. |
|
Get parameter for a given timespan. |
|
Merge a stream. |
|
Remove a component from the stream. |
|
Remove a parameter from the stream. |