ecpi.process.bube.io.outputs module

Section author: ECLAIRs GP team

BUBE product

Summary

Functions:

check_time_coherence_evt_att

Check the time consistence between event and attitude files.

genfits_ecl_sdp_bube

Interface for handling the scientific data products (SDPs) for the IMAG component

Reference

check_time_coherence_evt_att(t_start, d_attitude)[source]

Check the time consistence between event and attitude files.

Parameters
  • t_start (float) – starting time of the observation in second.

  • d_attitude (dict) – dictionary collecting infos from attitude files.

Returns

whether origin of time is coherent

Return type

boolean

genfits_ecl_sdp_bube(bube_sdp_data, model, dir_path)[source]

Interface for handling the scientific data products (SDPs) for the IMAG component

Parameters
  • bube_sdp_data (Dictionary) – Data dictionary created by Data_Flow() containing the data organized by gti_type

  • model (String) – Model of the scientific data product to be constructed

  • dir_path (String) – Absolut path of the pipeline’s output folder

Returns

Final state of the function

Return type

Bool