{ } Raw JSON

bundles / astropy 7.0.1 / astropy / io / fits / hdu / base / _NonstandardHDU

class

astropy.io.fits.hdu.base:_NonstandardHDU

source: /astropy/io/fits/hdu/base.py :840

Signature

class   _NonstandardHDU ( data = None header = None * args ** kwargs )

Members

Summary

A Non-standard HDU class.

Extended Summary

This class is used for a Primary HDU when the SIMPLE Card has a value of False. A non-standard HDU comes from a file that resembles a FITS file but departs from the standards in some significant way. One example would be files where the numbers are in the DEC VAX internal storage format rather than the standard FITS most significant byte first. The header for this HDU should be valid. The data for this HDU is read from the file as a byte stream that begins at the first byte after the header END card and continues until the end of the file.

Aliases

  • astropy.io.fits.hdu.base._NonstandardHDU