blob: 7215aa67083c63fb745d56df319dad1fc243e6b7 (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
CCDINSTRUMENT COMMANDS
? Print command summary
help Print command summary
imheader Page image header
instrument Print current instrument translation file
next Next image
newimage Select a new image
quit Quit
read Read instrument translation file
show Show current translations
write Write instrument translation file
translate Translate image string selected by the imagetyp parameter
to one of the CCDRED types given as an argument or queried:
object, zero, dark, flat, comp, illum, fringe, other
The following are CCDRED parameters which may be translated. You are
queried for the image keyword to use or it may be typed after the command.
An optional default value (returned if the image does not contain the
keyword) may be typed as the second argument of the command.
BASIC PARAMETERS
imagetyp Image type parameter (see also translate)
subset Subset or filter parameter
exptime Exposure time
darktime Dark time (may be same as the exposure time)
USEFUL DEFAULT GEOMETRY PARAMETERS
biassec Bias section (often has a default value)
trimsec Trim section (often has a default value)
COMMON PROCESSING FLAGS
fixpix Bad pixel replacement flag
overscan Overscan correction flag
trim Trim flag
zerocor Zero level correction flag
darkcor Dark count correction flag
flatcor Flat field correction flag
RARELY TRANSLATED PARAMETERS
ccdsec CCD section
datasec Data section
fixfile Bad pixel file
fringcor Fringe correction flag
illumcor Ilumination correction flag
readcor One dimensional zero level read out correction flag
scancor Scan mode correction flag
illumflt Ilumination flat image
mkfringe Fringe image
mkillum Illumination image
skyflat Sky flat image
ccdmean Mean value
fringscl Fringe scale factor
ncombine Number of images combined
date-obs Date of observations
dec Declination
ra Right Ascension
title Image title
|