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_eof

Compute the value of Earth Occultation Fraction for every element in the input table.

dpco

Create object GTIs

get_gti_earth

get_gti_saa

get_gti_sta

Reference

compute_eof(t_orb)[source]

Compute the value of Earth Occultation Fraction for every element in the input table.

t_attFits Table

t_att is table extension 1 of SVO-ATT-CNV FITS file.

t_orbFits Table

t_orb is table extension 1 of SVO-ORB-CNV FITS file.

numpy array with .

dpco(df_data, d_pars)[source]

Create object GTIs

get_gti_earth(t_orb, dpars)[source]
get_gti_saa(t_orb)[source]
get_gti_sta(t_orb)[source]