The sherpa.astro.io.types module
Useful types for Sherpa Astronomy I/O.
This module should be considered an internal module as its contents is likely to change as types get added to Sherpa and the typing ecosystem in Python matures. These types are primarily for communicating between the front and back ends, as well as providing some structure to FITS-like data structures.
Classes
|
Represent a FITS header card. |
|
Represent multiple FITS header cards. |
|
Represent a FITS column. |
|
Represent a block (header only) |
|
Represent header and columns |
|
Represent a PHA dataset. |
|
Represent an ARF. |
|
Represent the MATRIX block of a RMF. |
|
Represent the EBOUNDS block of a RMF. |
|
Represent header and image data. |
|
Represent a set of blocks. |
alias of |