bundles / astropy 7.0.1 / astropy / io / fits / header / Header / copy
function
astropy.io.fits.header:Header.copy
source: /astropy/io/fits/header.py :805
Signature
def copy ( self , strip = False ) Summary
Make a copy of the Header.
Extended Summary
Parameters
strip: bool, optionalIf
True, strip any headers that are specific to one of the standard HDU types, so that this header can be used in a different HDU.
Returns
: `Header`A new Header instance.
Aliases
-
astropy.io.fits.Header.copy