RecorderStreamParameter¶
-
class
mss_dataserver.geometry.inventory.RecorderStreamParameter(start_time, end_time=None, gain=None, bitweight=None, agency_uri=None, author_uri=None, creation_time=None, parent_recorder_stream=None)[source]¶ Bases:
objectParameters of a recorder stream.
- Parameters
start_time (str or
UTCDateTime) – The start time of the timespan to search.end_time (str or
UTCDateTime) – The end time of the timespan to search.gain (float) – The gain of the stream.
bitweight (float) – The bitweight 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.UTCDateTimeor aobspy.UTCDateTimeinstanceparent_recorder_stream (
RecorderStream) – The RecorderStream containing the parameter.
Properties¶
end_time_stringstr: The end time of the parameter.
parent_inventory
Inventory: The inventory containing the parameter.
rec_stream_idint: The databases id of the parent recorder stream.
start_time_stringstr: The start time of the parameter.
