From e11f771925ee7a6901140d1ec473e65fd699065d Mon Sep 17 00:00:00 2001
From: Roberto Susino <roberto.susino@inaf.it>
Date: Tue, 1 Feb 2022 08:45:14 +0100
Subject: [PATCH] Adjust some keyword comments

---
 metis_wcs.pro          | 8 ++++----
 solo_get_ephemeris.pro | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/metis_wcs.pro b/metis_wcs.pro
index 85c0ec1..1a4b656 100644
--- a/metis_wcs.pro
+++ b/metis_wcs.pro
@@ -204,19 +204,19 @@ function metis_wcs, header, cal_pack, ref_detector = ref_detector
 	wcs.add, { $
 		name: 'FS_XCEN', $
 		value: crpix[0], $
-		comment: '[pixel] Metis field-stop center location along axis 1'}
+		comment: '[pixel] Metis FS center location along axis 1'}
 	wcs.add, { $
 		name: 'FS_YCEN', $
 		value: crpix[1], $
-		comment: '[pixel] Metis field-stop center location along axis 2'}
+		comment: '[pixel] Metis FS center location along axis 2'}
 	wcs.add, { $
 		name: 'FSPIX1', $
 		value: crpix[0], $
-		comment: '[pixel] Metis field-stop center location along axis 1'}
+		comment: '[pixel] Metis FS center location along axis 1'}
 	wcs.add, { $
 		name: 'FSPIX2', $
 		value: crpix[1], $
-		comment: '[pixel] Metis field-stop center location along axis 2'}
+		comment: '[pixel] Metis FS center location along axis 2'}
 	wcs.add, { $
 		name: 'SC_XCEN', $
 		value: pntpix[0], $
diff --git a/solo_get_ephemeris.pro b/solo_get_ephemeris.pro
index 58a18f6..061cce0 100644
--- a/solo_get_ephemeris.pro
+++ b/solo_get_ephemeris.pro
@@ -227,11 +227,11 @@ function solo_get_ephemeris, header, cal_pack
 	ephemerides.add, { $
 		name: 'DATE_EAR', $
 		value: date_ear, $
-		comment: '[UTC] Start time of observation, corrected to Earth'}
+		comment: '[UTC] Obs. start time corrected to Earth'}
 	ephemerides.add, { $
 		name: 'DATE_SUN', $
 		value: date_sun, $
-		comment: '[UTC] Start time of observation, corrected to Sun'}
+		comment: '[UTC] Obs. start time corrected to Sun'}
 
 	return, ephemerides
 end
-- 
GitLab