Skip to content
Snippets Groups Projects
Commit edf37a42 authored by Roberto Susino's avatar Roberto Susino
Browse files

Add new comment line in FITS headers

parent cd40dd7f
No related branches found
No related tags found
No related merge requests found
......@@ -169,6 +169,7 @@ pro metis_l2_prep_uv
fxaddpar, primary_header, 'COMMENT', 'WARNING: UV radiometric calibration is still preliminary.'
fxaddpar, primary_header, 'COMMENT', 'Uncertainty matrix in the FITS extension is preliminary.'
fxaddpar, primary_header, 'COMMENT', 'Rotate CROTA degrees counter-clockwise to have Solar North up.'
for k = 0, n_elements(history) - 1 do $
fxaddpar, primary_header, 'HISTORY', history[k]
......
......@@ -200,6 +200,7 @@ pro metis_l2_prep_vl_generic
; update the comment and history keywords
fxaddpar, primary_header, 'COMMENT', 'Uncertainty matrix in the FITS extension is preliminary.'
fxaddpar, primary_header, 'COMMENT', 'Rotate CROTA degrees counter-clockwise to have Solar North up.'
for k = 0, n_elements(history) - 1 do $
fxaddpar, primary_header, 'HISTORY', history[k]
......
......@@ -321,6 +321,7 @@ pro metis_l2_prep_vl_polariz
; update the comment and history keywords
fxaddpar, primary_header, 'COMMENT', 'Uncertainty matrix in the FITS extension is preliminary.'
fxaddpar, primary_header, 'COMMENT', 'Rotate CROTA degrees counter-clockwise to have Solar North up.'
history = ['Update WCS and solar ephemeris:', ' SKD version = ' + kernel_version]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment