Commit 63ee9db8 authored by Roberto Susino's avatar Roberto Susino
Browse files

Fix value of INFO_URL keyword

parent 0abd242f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -287,6 +287,9 @@ pro metis_l2_prep_uv

    fxaddpar, primary_header, 'TARGET', compute_target(primary_header)

    ; update the info_url keyword

    fxaddpar, primary_header, 'INFO_URL', 'https://doi.org/10.5270/esa-366ut35', 'DOI of Metis information page'
    ; update the comment and history keywords

    fxaddpar, primary_header, 'COMMENT', 'WARNING: UV radiometric calibration is still preliminary.'
+3 −0
Original line number Diff line number Diff line
@@ -371,6 +371,9 @@ pro metis_l2_prep_vl_generic
    ; update the target keyword

    fxaddpar, primary_header, 'TARGET', compute_target(primary_header)
    ; update the info_url keyword

    fxaddpar, primary_header, 'INFO_URL', 'https://doi.org/10.5270/esa-366ut35', 'DOI of Metis information page'
    ; update the comment and history keywords

    fxaddpar, primary_header, 'COMMENT', 'Uncertainty matrix in the FITS extension is preliminary.'
+3 −0
Original line number Diff line number Diff line
@@ -506,6 +506,9 @@ pro metis_l2_prep_vl_polariz
    ; update the target keyword

    fxaddpar, primary_header, 'TARGET', compute_target(primary_header)
    ; update the info_url keyword

    fxaddpar, primary_header, 'INFO_URL', 'https://doi.org/10.5270/esa-366ut35', 'DOI of Metis information page'
    ; update the comment and history keywords

    fxaddpar, primary_header, 'COMMENT', 'Uncertainty matrix in the FITS extension is preliminary.'