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

param t_eof

get_gti_saa

param t_orb

get_gti_sta

param t_orb

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 .

dpco(df_data, d_pars)[source]

Create object GTIs

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

get_gti_saa(t_orb, saa_type)[source]
Parameters
  • t_orb

  • saa_type

Type

t_orb

Type

saa_type:

Returns

get_gti_sta(t_orb)[source]
Parameters

t_orb

Type

t_orb:

Returns