ecpi.pipeline.io.aav_pvt_flow module

Section author: ECLAIRs GP team

Data Flow is the layer for transmitting the data along the ECPI pipeline. Data Flow is a class containing four different classes each one for a particular type of data to be transmitted A) GtiFlow concerns all the information and functionality

related to the Good Time Intervals.

  1. AttPvtFlow concerns the information about the orbit and

    the attitude of the satellite.

  2. EventFlow concerns the events and the different type

    of related objects

  3. DetImagFlow concerns the detector images and its

    different representations

All these objects are grouped in a global container which becomes the data_flow layer in the main pipeline.

Summary

Classes:

AavPvtFlow

Class diagram:

_images/classes_ecpi.pipeline.io.aav_pvt_flow.png

Reference

class AavPvtFlow[source]

Bases: object

compute_ptgori_mean()[source]
get_eof_table()[source]
get_size()[source]
get_time_table()[source]
set_eof(t_eof)[source]
set_orbit(t_aav, t_pvt, compute_eof=False)[source]