get_events¶
-
Project.
get_events
(catalog_names=None, start_time=None, end_time=None, **kwargs)[source]¶ Get events using search criteria passed as keywords.
- Parameters
catalog_names (List of String) – The catalog names to load.
start_time (
UTCDateTime
) – The minimum starttime of the detections.end_time (
UTCDateTime
) – The maximum end_time of the detections.nslc (tuple of Strings) – The NSLC (network, station, location, channel)code of the channel (e.g. (‘XX’, ‘GILA’, ‘00’, ‘HHZ’)).
kwargs (Keyword arguments) – Additional keyword arguments passed to
mss_dataserver.event.core.Library.get_events()
.
- Returns
ret_events – The events found in the library matching the search criterias.
- Return type
List of
mss_dataserver.event.core.Event