lezargus.container package#
Submodules#
- lezargus.container.broadcast module
- lezargus.container.cube module
- lezargus.container.image module
- lezargus.container.mosaic module
- lezargus.container.parent module
LezargusContainerArithmetic
LezargusContainerArithmetic.wavelength
LezargusContainerArithmetic.data
LezargusContainerArithmetic.uncertainty
LezargusContainerArithmetic.wavelength_unit
LezargusContainerArithmetic.data_unit
LezargusContainerArithmetic.pixel_scale
LezargusContainerArithmetic.slice_scale
LezargusContainerArithmetic.mask
LezargusContainerArithmetic.flags
LezargusContainerArithmetic.header
LezargusContainerArithmetic.__add__()
LezargusContainerArithmetic.__init__()
LezargusContainerArithmetic.__justify_arithmetic_operation()
LezargusContainerArithmetic.__mul__()
LezargusContainerArithmetic.__pow__()
LezargusContainerArithmetic.__sub__()
LezargusContainerArithmetic.__truediv__()
LezargusContainerArithmetic._read_fits_file()
LezargusContainerArithmetic._write_fits_file()
LezargusContainerArithmetic.uncertainty_unit
- lezargus.container.spectra module
Module contents#
Containers for data.
This module contains the containers for spectral data. We have 4 main classes, broken into different files for ease. There is a parent class which we use to define connivent arithmetic.