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
|
# DATAPARS
scale,r,h,1.0,0.0,,Image scale in units per pixel
fwhmpsf,r,h,2.5,0.0,,FWHM of the PSF in scale units
emission,b,h,y,,,Features are positive ?
sigma,r,h,INDEF,,,Standard deviation of background in counts
datamin,r,h,INDEF,,,Minimum good data value
datamax,r,h,INDEF,,,Maximum good data value
noise,s,h,"poisson","|constant|poisson|",,Noise model
ccdread,s,h,"",,,CCD readout noise image header keyword
gain,s,h,"",,,CCD gain image header keyword
readnoise,r,h,0.0,,,CCD readout noise in electrons
epadu,r,h,1.0,,,Gain in electrons per count
exposure,s,h,"",,,Exposure time image header keyword
airmass,s,h,"",,,Airmass image header keyword
filter,s,h,"",,,Filter image header keyword
obstime,s,h,"",,,Time of observation image header keyword
itime,r,h,1.0,,,Exposure time
xairmass,r,h,INDEF,,,Airmass
ifilter,s,h,"INDEF",,,Filter
otime,s,h,"INDEF",,,Time of observation
mode,s,h,'ql'
|