strip_telescope_header

grizli.jwst_utils.strip_telescope_header(header, simplify_wcs=True)[source]

Strip non-JWST keywords that confuse jwst.datamodels.util.open.

Parameters
headerHeader

Input FITS header.

simplify_wcsbool

Simplify the WCS header to just the CD matrix.

Returns
new_headerHeader

Modified FITS header.