From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- noao/imred/ccdred/ccddb/kpno/demo.cl | 72 ++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 noao/imred/ccdred/ccddb/kpno/demo.cl (limited to 'noao/imred/ccdred/ccddb/kpno/demo.cl') diff --git a/noao/imred/ccdred/ccddb/kpno/demo.cl b/noao/imred/ccdred/ccddb/kpno/demo.cl new file mode 100644 index 00000000..51c54909 --- /dev/null +++ b/noao/imred/ccdred/ccddb/kpno/demo.cl @@ -0,0 +1,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 -- cgit