Commit e11f7719 authored by Roberto Susino's avatar Roberto Susino
Browse files

Adjust some keyword comments

parent 008a336f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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], $
+2 −2
Original line number Diff line number Diff line
@@ -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