eqcorrscan.core.match_filter.detection.get_catalog¶
-
eqcorrscan.core.match_filter.detection.
get_catalog
(detections)[source]¶ Generate an
obspy.core.event.Catalog
from list ofDetection
’s.- Parameters
detections (list) – list of
eqcorrscan.core.match_filter.Detection
- Returns
Catalog of detected events.
- Return type
Warning
Will only work if the detections have an event associated with them. This will not be the case if detections have been written to csv format using
eqcorrscan.core.match_filter.Detection.write()
and read back in.