Pipeline Products (nips.products)

This module contains all data classes of the pipeline products (which are described in detail here), as well as the Target (to handle and store all information that is associated with the target) and products.Keywords classes (to handle the data header keywords and match them with the reference files).

nips.products Package

The nips.products module contains the data product file classes for the nips package.

Classes

CountRateMap([logger_id])

Class for the description of NIPS count-rate map products.

CubeCombine()

Cube combining class.

I1D([logger_id])

Base class for the 1D irregular data products generated by NIPS This is the base class for the handling the 1D irregular data products of the NIPS data processing software.

I2D([logger_id])

Base class for the 2D irregular data products generated by NIPS This is the base class for the handling the 2D irregular data products of the NIPS data processing software.

Keywords([logger_id])

Class for the handling of the keywords of the NIRSpec pipeline data files.

R1D([logger_id])

Base class for the 1D regular data products generated by NIPS

R2D([logger_id])

Base class for the 2D irregular data products generated by NIPS This is the base class for the handling the 2D irregular data products of the NIPS data processing software.

R3D([logger_id])

Base class for the 3D regular data products generated by NIPS

Target([logger_id])

Class for the handling of the properties of an astrophysical target.

Class Inheritance Diagram

Inheritance diagram of nips.products.cts_module.CountRateMap, nips.products.reg3d_module.CubeCombine, nips.products.irr1d_module.I1D, nips.products.irr2d_module.I2D, nips.products.keywords_data.Keywords, nips.products.reg1d_module.R1D, nips.products.reg2d_module.R2D, nips.products.reg3d_module.R3D, nips.products.target_module.Target