bundles / astropy 7.0.1 / astropy / io / fits / hdu / nonstandard / FitsHDU
class
astropy.io.fits.hdu.nonstandard:FitsHDU
source: /astropy/io/fits/hdu/nonstandard.py :15
Signature
class FitsHDU ( data = None , header = None , name = None , ver = None , ** kwargs ) Members
Summary
A non-standard extension HDU for encapsulating entire FITS files within a single HDU of a container FITS file. These HDUs have an extension (that is an XTENSION keyword) of FITS.
Extended Summary
The FITS file contained in the HDU's data can be accessed by the hdulist attribute which returns the contained FITS file as an HDUList object.
Aliases
-
astropy.io.fits.FitsHDU