aboutsummaryrefslogtreecommitdiff
path: root/noao/imred/ccdred/ccddb/kpno/demo.cl
blob: 51c549093162fa551430ee30a01ce9cc4f536347 (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
63
64
65
66
67
68
69
70
71
72
# Demonstration parameter setting script.

# Set package parameters:
ccdred.pixeltype = "real real"
ccdred.verbose = yes
ccdred.logfile = "Demo.log"
ccdred.plotfile = "Demo.plots"
ccdred.backup = "B"
ccdred.ssfile = "Demo.subsets"

# Set processing parameters:
ccdproc.fixpix = yes
ccdproc.overscan = yes
ccdproc.trim = yes
ccdproc.zerocor = yes
ccdproc.darkcor = yes
ccdproc.flatcor = yes
ccdproc.illumcor = no
ccdproc.fringecor = no
ccdproc.readcor = no
ccdproc.scancor = no
ccdproc.readaxis = "line"
ccdproc.fixfile = "ccdtest$badpix.dat"
ccdproc.biassec = "image"
ccdproc.trimsec = "image"
ccdproc.zero = ""
ccdproc.dark = ""
ccdproc.flat = ""
ccdproc.illum = ""
ccdproc.fringe = ""
ccdproc.scantype = "shortscan"
ccdproc.nscan = 1
ccdproc.interactive = yes
ccdproc.function = "legendre"
ccdproc.order = 1
ccdproc.sample = "*"
ccdproc.naverage = 1
ccdproc.niterate = 1
ccdproc.low_reject = 3.
ccdproc.high_reject = 3.
ccdproc.grow = 0.
flatcombine.process = no

# Set demonstration observation parameters:
artobs.ncols = 132
artobs.nlines = 100
artobs.filter = ""
artobs.datasec = "[1:100,1:100]"
artobs.trimsec = "[3:98,3:98]"
artobs.biassec = "[103:130,*]"
artobs.imdata = ""
artobs.skyrate = 0.
artobs.badpix = "ccdtest$badpix.dat"
artobs.biasval = 500.
artobs.badval = 500.
artobs.zeroval = 100.
artobs.darkrate = 1.
artobs.zeroslope = 0.01
artobs.darkslope = 0.002
artobs.flatslope = 3.0000000000000E-4
artobs.sigma = 5.
artobs.seed = 0
artobs.overwrite = no

# Set demonstration subsection readout parameters:
subsection.ncols = 82
subsection.nlines = 50
subsection.ccdsec = "[26:75,26:75]"
subsection.datasec = "[1:50,1:50]"
subsection.trimsec = ""
subsection.biassec = "[51:82,1:50]"
subsection.overwrite = no