km3dq_common.detector_status_library ==================================== .. py:module:: km3dq_common.detector_status_library Functions --------- .. autoapisummary:: km3dq_common.detector_status_library.date_to_datetime km3dq_common.detector_status_library.get_det_run_timerange km3dq_common.detector_status_library.get_det_run_from_date Module Contents --------------- .. py:function:: date_to_datetime(d) Convert a date-string "yyyy-mm-dd hh:mm" into a datetime .. !! processed by numpydoc !! .. py:function:: get_det_run_timerange(site) Return all the start/end of time/run for all detectors of a site Data read from the lw_db/Common sftp area This script is meanly to bypass the request to KM3DB that can be problematic for nicegui website .. !! processed by numpydoc !! .. py:function:: get_det_run_from_date(site, date_str) Input: - site: ARCA/ORCA - date/time with the format "yyyy-mm-dd hh:mm" Output: - Detector name / run number corresponding to this date/time. .. !! processed by numpydoc !!