ExtensionKey#
- class lsst.images.fits.ExtensionKey(name='', ver=1)#
Bases:
objectThe identifiers for a single FITS extension HDU within a file.
Attributes Summary
Value of the EXTNAME keyword, or an empty string for the primary HDU.
Value of the EXTVER keyword (which may be absent if it is
1).Methods Summary
check()from_index_row(row)Construct from a row of the index binary table appended to the FITS files written by the package.
from_str(source)Construct from the
strcoercion of this type, which is used as the 'source' field in various Pydantic models that serve as references to other HDUs.Attributes Documentation
Methods Documentation
- classmethod from_index_row(row)#
Construct from a row of the index binary table appended to the FITS files written by the package.
- Parameters:
row (
ndarray) – Structured-array row withEXTNAMEandEXTVERfields.- Return type: