PixList
- class erwans3.Astro_tools.PixList(value: Any)
Bases:
objectThis super class represents the objects containing a list of pixel values.
- Parameters:
value (Any) – The pixel list to be stored in the PixList object. It can be of any type convertible to a NumPy array or an astropy Quantity.
Attributes Summary
The data type of the pixel values.
The number of pixels in the PixList.
The shape of the pixel array.
The unit of the pixel values.
Attributes Documentation
- dtype
The data type of the pixel values.
- npix
The number of pixels in the PixList.
- shape
The shape of the pixel array.
- unit
The unit of the pixel values.