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

Adjust some keyword comments

parent 008a336f
Branches
Tags
No related merge requests found
...@@ -204,19 +204,19 @@ function metis_wcs, header, cal_pack, ref_detector = ref_detector ...@@ -204,19 +204,19 @@ function metis_wcs, header, cal_pack, ref_detector = ref_detector
wcs.add, { $ wcs.add, { $
name: 'FS_XCEN', $ name: 'FS_XCEN', $
value: crpix[0], $ value: crpix[0], $
comment: '[pixel] Metis field-stop center location along axis 1'} comment: '[pixel] Metis FS center location along axis 1'}
wcs.add, { $ wcs.add, { $
name: 'FS_YCEN', $ name: 'FS_YCEN', $
value: crpix[1], $ value: crpix[1], $
comment: '[pixel] Metis field-stop center location along axis 2'} comment: '[pixel] Metis FS center location along axis 2'}
wcs.add, { $ wcs.add, { $
name: 'FSPIX1', $ name: 'FSPIX1', $
value: crpix[0], $ value: crpix[0], $
comment: '[pixel] Metis field-stop center location along axis 1'} comment: '[pixel] Metis FS center location along axis 1'}
wcs.add, { $ wcs.add, { $
name: 'FSPIX2', $ name: 'FSPIX2', $
value: crpix[1], $ value: crpix[1], $
comment: '[pixel] Metis field-stop center location along axis 2'} comment: '[pixel] Metis FS center location along axis 2'}
wcs.add, { $ wcs.add, { $
name: 'SC_XCEN', $ name: 'SC_XCEN', $
value: pntpix[0], $ value: pntpix[0], $
......
...@@ -227,11 +227,11 @@ function solo_get_ephemeris, header, cal_pack ...@@ -227,11 +227,11 @@ function solo_get_ephemeris, header, cal_pack
ephemerides.add, { $ ephemerides.add, { $
name: 'DATE_EAR', $ name: 'DATE_EAR', $
value: date_ear, $ value: date_ear, $
comment: '[UTC] Start time of observation, corrected to Earth'} comment: '[UTC] Obs. start time corrected to Earth'}
ephemerides.add, { $ ephemerides.add, { $
name: 'DATE_SUN', $ name: 'DATE_SUN', $
value: date_sun, $ value: date_sun, $
comment: '[UTC] Start time of observation, corrected to Sun'} comment: '[UTC] Obs. start time corrected to Sun'}
return, ephemerides return, ephemerides
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment