km3dq_common.aux_library ======================== .. py:module:: km3dq_common.aux_library Functions --------- .. autoapisummary:: km3dq_common.aux_library.complete_with_zero km3dq_common.aux_library.get_raw_data_full_path km3dq_common.aux_library.get_reco_full_path km3dq_common.aux_library.check_raw_data_availability km3dq_common.aux_library.check_reco_availability Module Contents --------------- .. py:function:: complete_with_zero(integer, total_length) .. py:function:: get_raw_data_full_path(dataset, run_number) Return the full iRODS path Functional only at CC-IN2P3 .. !! processed by numpydoc !! .. py:function:: get_reco_full_path(dataset, run_number, data_type, version, where, what) Return the full SPS/irods path Functional only at CC-IN2P3 - dataset: detector name - run_number: if 0, returns only the directory - data_type: "jppmuon_aashower_dynamic" or "jppmuon_jppshower-upgoing_dynamic" - version: dict of version Example: {"data":"v9.0","mc_noise":"v9.0", "mc_mupage":"v9.0", "mc_neutr":"v9.0"} - where: .. !! processed by numpydoc !! .. py:function:: check_raw_data_availability(dataset, run_number_list) Check that the raw data are available on iRODS Function optimised for long list (typically JQAQC one) Input: - dataset: dataset name (ex: D0ORCA015) - list of runs to be checked .. !! processed by numpydoc !! .. py:function:: check_reco_availability(dataset, run_list, data_type, version, where, what) Check that the reco/dst/light availability in sps/irods Function optimised for long list (typically JQAQC one) Input: - dataset: dataset name (ex: D0ORCA015) - list of runs to be checked .. !! processed by numpydoc !!