blob: 5c2d80509a61e0d5e12f067d6442ea410d07508e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
OBJECT = 'Last comp ' / object name
OBSERVAT= 'KPNO ' / observatory
OBSERVER= 'Massey ' / observers
COMMENTS= 'Final New Ice ' / comments
EXPTIME = 60. / actual integration time
DARKTIME= 60. / total elapsed time
IMAGETYP= 'comp ' / object, dark, bias, etc.
DATE-OBS= '1991-11-26T12:41:30.00' / date (dd/mm/yy) of obs.
UT = '12:41:30.00 ' / universal time
ST = '09:34:54.00 ' / sidereal time
RA = '06:37:02.00 ' / right ascension
DEC = '06:09:03.00 ' / declination
EPOCH = 1991.9 / epoch of ra and dec
ZD = '48.760 ' / zenith distance
AIRMASS = 0. / airmass
TELESCOP= 'kpcdf ' / telescope name
DETECTOR= 'te1k ' / detector
PREFLASH= 0 / preflash time, seconds
GAIN = 5.4 / gain, electrons per adu
DWELL = 5 / sample integration time
RDNOISE = 3.5 / read noise, electrons per adu
DELAY0 = 0 / time delay after each pixel
DELAY1 = 0 / time delay after each row
CAMTEMP = -111 / camera temperature
DEWTEMP = -183 / dewar temperature
CCDSEC = '[97:134,2:1023]' / orientation to full frame
ORIGSEC = '[1:1024,1:1024] ' / original size full frame
CCDSUM = '1 1 ' / on chip summation
INSTRUME= 'test ' / instrument
APERTURE= '250micron slit ' / aperture
TVFILT = '4-96 ' / tv filter
DISPAXIS= '2 ' / dispersion axis
GRATPOS = 4624.3 / grating position
TRIM = 'Nov 26 5:44 Trim data section is [23:60,2:1023]'
OVERSCAN= 'Nov 26 5:44 Overscan section is [103:133,2:1023] with mean=611.1
ZEROCOR = 'Nov 26 5:44 Zero level correction image is Zerof'
CCDMEAN = 179.398
CCDPROC = 'Nov 26 5:44 CCD processing done'
|