BlockList
- class sherpa.astro.io.types.BlockList(blocks: list[TableBlock | ImageBlock], header: Header | None = None)[source] [edit on github]
Bases:
objectRepresent a set of blocks.
This follows the FITS approach where the first block may be header only. It however does not require this.
- Attributes:
- header
Attributes Summary
An optional header.
The data for the blocks.
Attributes Documentation
- header: Header | None = None
An optional header.
If set this is used to create the first block with no data.
- blocks: list[TableBlock | ImageBlock]
The data for the blocks.