km3dq_common.lw_db_fact_library =============================== .. py:module:: km3dq_common.lw_db_fact_library Functions --------- .. autoapisummary:: km3dq_common.lw_db_fact_library.read_basic_fact_file km3dq_common.lw_db_fact_library.read_fact_file km3dq_common.lw_db_fact_library.read_det_fact_file Module Contents --------------- .. py:function:: read_basic_fact_file(det, fact_type) Read defect files stored on SFTP. Simply returns lines === Arguments === - det : detector name - [string] - Ex: "D0ARCA021", "D0ORCA018"... - fact_type === Output === - Array of lines .. !! processed by numpydoc !! .. py:function:: read_fact_file(det, fact_type) Read defect files stored on SFTP. === Arguments === - det : detector name - [string] - Ex: "D0ARCA021", "D0ORCA018"... - fact_type === Output === - Array of lines .. !! processed by numpydoc !! .. py:function:: read_det_fact_file(site) Read detector fact files stored on SFTP === Arguments === - det : detector name - [string] - Ex: "D0ARCA021", "D0ORCA018"... - def_tag : defect tag - [string] - type_filter : if not empty, filter on the defect type - If empty, read all defect files - [array of strings] - Ex: ["daq", "operation"] === Output === - raw detector facts - detector start/end .. !! processed by numpydoc !!