From 807a3e872931eee140ce3894fe81f250d404feed Mon Sep 17 00:00:00 2001
From: Roberto Susino <roberto.susino@inaf.it>
Date: Tue, 1 Feb 2022 11:49:35 +0100
Subject: [PATCH] Add warning message for UV rad. calibration

---
 metis_l2_prep_uv.pro | 1 +
 1 file changed, 1 insertion(+)

diff --git a/metis_l2_prep_uv.pro b/metis_l2_prep_uv.pro
index 8be8bfa..58b30a2 100644
--- a/metis_l2_prep_uv.pro
+++ b/metis_l2_prep_uv.pro
@@ -166,6 +166,7 @@ pro metis_l2_prep_uv
 
 	; update the comment and history keywords
 
+	fxaddpar, primary_header, 'COMMENT', 'WARNING: UV radiometric calibration is still preliminary.'
 	fxaddpar, primary_header, 'COMMENT', 'Uncertainty matrix in the FITS extension is preliminary.'
 
 	for k = 0, n_elements(history) - 1 do $
-- 
GitLab