bundles / astropy 7.0.1 / astropy / io / fits / hdu / hdulist / HDUList / insert
function
astropy.io.fits.hdu.hdulist:HDUList.insert
source: /astropy/io/fits/hdu/hdulist.py :663
Signature
def insert ( self , index , hdu ) Summary
Insert an HDU into the HDUList at the given index.
Parameters
index: intIndex before which to insert the new HDU.
hdu: BaseHDUThe HDU object to insert
Aliases
-
astropy.io.fits.HDUList.insert