bube¶
-
bube(dict_pars)[source]¶ BUBE module
Bin the selected calibrated events in detector images, within a set of time intervals.
- error_code =
- ‘OK’ if everything was fine
- ‘BubeError’ if an error occur
Parameters: dict_pars (dict) – dictionnary with all necessary parameters to run BUBE pipeline. Contains keys enery_ranges, bkg_correction_mode, events and pvtatt. Returns: detector_shadowgrams, GTI, error_code, error_message Return type: DetectorImages, EclairsObservation, string, string