bundles / astropy latest / astropy / io / fits / hdu / hdulist / HDUList
class
astropy.io.fits.hdu.hdulist:HDUList
source: /astropy/io/fits/hdu/hdulist.py :239
Signature
class HDUList ( hdus = [] , file = None ) Members
-
__contains__ -
__copy__ -
__deepcopy__ -
__delitem__ -
__enter__ -
__exit__ -
__getitem__ -
__init__ -
__iter__ -
__len__ -
__repr__ -
__setitem__ -
_flush_resize -
_flush_update -
_positive_index_of -
_read_next_hdu -
_readfrom -
_try_while_unread_hdus -
_verify -
_wasresized -
append -
close -
fileinfo -
filename -
flush -
fromfile -
fromstring -
index_of -
info -
insert -
pop -
readall -
update_extend -
writeto
Summary
HDU list class. This is the top-level FITS object. When a FITS file is opened, a HDUList object is returned.
Aliases
-
astropy.io.fits.HDUList