km3dq_common.grl_library¶
Functions¶
|
Production of good run lists |
Module Contents¶
- km3dq_common.grl_library.get_good_run_list(det, dq_tag_name, add_info=[], qaqc_input='qaqc_sftp')[source]¶
Production of good run lists
=== Arguments === - det : detector name - [string] - Ex: “D0ARCA021”, “D0ORCA018”… - dq_tag_name : data-quality tag name - [string] - add_info : list of additional informations (qaqc variables or defect)
to be retrieved in the same time as the GRL - [array of strings] - Ex: [“livetime”, “def_operation/partly”, “sign_off/run_coordinator”]
source : QAQC source, a priori “qaqc_sftp” - [string]
=== Output === - GRL dictionnary including the additional info.