ecpi.process.pipeline.ecpi_flows Module¶
main module to run a ECLAIRs’ pipeline’s flows
Created on 20 mars. 2018
@author: Catalano Camille, APC/IN2P3/CNRS
Classes¶
BubeImag(work_dir, cfg, obs, conf, proc_id) |
find sources in the evts between start_time and end_time |
DpcoCaliBubeImag(work_dir, cfg, obs, conf, …) |
find sources in the L1 evts between start_time and end_time |
EclairsObservation(t_0, t_1, …) |
Observation of the ECLAIRs instrument |
Imag(work_dir, cfg, obs, conf, proc_id) |
find sources in the shadowgrams between start_time and end_time |
PipelineConfiguration(version) |
configuration parameters and modules for the pipeline |
SkyImageStatistics(sky_count, sky_snr[, …]) |
Compute statistical analysis of a sky image |
WorkFlow(work_dir, cfg, obs, conf, proc_id) |
ECLAIRs pipeline workflow base object |