ecpi.pipeline.io.inputs module
Section author: ECLAIRs GP team
Read data input for pipeline
Summary
Functions:
Check the time consistence between event and attitude files. |
|
Downloads the json schemas for the common and mandatory keywords |
|
|
|
Load information contained in SVO-ATT-CNV files. |
|
Load information contained in SVO-ORB-CNV files. |
|
|
|
|
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
- download_common_keywords()[source]
Downloads the json schemas for the common and mandatory keywords
- read_files(l_files)[source]
Load information contained in SVO-ATT-CNV files.
- Parameters
l_files (list) – list of SVO-ATT-CNV files as specified in parameter file.
- Returns
dictionary of read values in SVO-ATT-CNV file
- Return type
dict