{ } Raw JSON

bundles / astropy latest / 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, optional

If 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