has_detection

Event.has_detection(stations)[source]

Check if a detection is available for a set of stations.

Parameters

stations (list of mss_dataserver.geometry.Inventory.Station) – The stations for which to get the detections.

Returns

True if a detection is available for the stations. False otherwise.

Return type

bool