ecpi.process.dpco.core.main_dpco module
Section author: ECLAIRs GP team
DPCO implementation, no file access, only memory DPCO : Data Preparation and COrrection
GTI management
Summary
Functions:
Compute the value of Earth Occultation Fraction for every element in the input table. |
|
Create object GTIs |
|
|
|
|
|
|
Reference
- compute_eof(t_orb)[source]
Compute the value of Earth Occultation Fraction for every element in the input table.
- Parameters
t_att (Fits Table) – t_att is table extension 1 of SVO-ATT-CNV FITS file.
t_orb (Fits Table) – t_orb is table extension 1 of SVO-ORB-CNV FITS file.
- Returns
- Return type
numpy array with .
- get_gti_earth(t_eof, t_time, d_pars)[source]
- Parameters
t_eof –
t_time –
d_pars –
- Type
t_eof:
- Type
t_time:
- Type
d_pars:
- Returns