pipeline_source_detection¶
-
pipeline_source_detection(start_time, end_time, snr_limit, s_time_start, proc_id, db_interface: database.interface_db.DataBaseSVOMInterface)[source]¶ controller function to run the EclairsSourcesDetectionPipelineV1 The function saves stdout info into a file as well as stderr
Parameters: - start_time (float (in s from mjdref) or string (isot)) – starting time of the observation
- end_time (float (in s from mjdref) or string (isot) > start_time) – ending time of the observation
- snr_limit (float >0) – snr limit to stop at the source detection algorithm
- proc_id (string) – id number of the process
- db_interface (DataBaseSVOMInterface) – interface object to the database
- s_time_start (string) – start time of the docker