blob: eabebc5f94828479470a895b5b1b8ab1f39c4c7c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
OBSERVER= 'IRAF ' / observers
OBSERVAT= 'KPNO ' / observatory
INSTRUME= 'IRAF ARTDATA ' / instrument
TELESCOP= 'kpcdf ' / telescope name
DETECTOR= 'te1k ' / detector
EXPTIME = 1200. / actual integration time
DARKTIME= 1200. / total elapsed time
IMAGETYP= 'object ' / object, dark, bias, etc.
DATE-OBS= '1991-11-26T12:19:55.00' / date (dd/mm/yy) of obs.
UT = '12:19:55.00 ' / universal time
ST = '09:13:15.00 ' / sidereal time
RA = '06:37:02.00 ' / right ascension
DEC = '06:08:52.00 ' / declination
EPOCH = 1991.9 / epoch of ra and dec
ZD = '44.580 ' / zenith distance
AIRMASS = 0. / airmass
APERTURE= '250micron slit ' / aperture
GRATPOS = 4624.3 / grating position
CCDPROC = 'Nov 26 5:44 CCD processing done'
|