bundles / astropy 7.0.1 / astropy / io / fits / hdu / groups / GroupsHDU / _writedata_internal
function
astropy.io.fits.hdu.groups:GroupsHDU._writedata_internal
source: /astropy/io/fits/hdu/groups.py :469
Signature
def _writedata_internal ( self , fileobj ) Summary
Basically copy/pasted from _ImageBaseHDU._writedata_internal(), but we have to get the data's byte order a different way...
Extended Summary
TODO: Might be nice to store some indication of the data's byte order as an attribute or function so that we don't have to do this.
Aliases
-
astropy.io.fits.GroupsHDU._writedata_internal