{ } Raw JSON

bundles / astropy latest / 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 : int

Index before which to insert the new HDU.

hdu : BaseHDU

The HDU object to insert

Aliases

  • astropy.io.fits.HDUList.insert