ImageBlock
- class sherpa.astro.io.types.ImageBlock(name: str, header: Header, image: np.ndarray, sky: WCS | None = None, eqpos: WCS | None = None)[source] [edit on github]
Bases:
Block
Represent header and image data.
Attributes Summary
The WCS for the WCS coordinate system.
The WCS for the physical/sky coordinate system.
The image data.
The name of the HDU (case insensitive)
The header values
Attributes Documentation
- image: np.ndarray
The image data.