Changeset 20385
- Timestamp:
- Oct 24, 2008, 3:06:22 PM (18 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 2 edited
-
simtest.flatcorr.auto (modified) (3 diffs)
-
simtest.flatcorr.config (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/simtest.flatcorr.auto
r19381 r20385 13 13 name STR BIAS 14 14 check STR "regtool -processedexp -exp_type BIAS -inst @CAMERA@ -dbname @DBNAME@" 15 ncheck S32 2015 ncheck S32 10 16 16 launch STR "dettool -definebyquery -workdir file://@CWD@/detwork -inst @CAMERA@ -det_type BIAS -select_exp_type BIAS -dbname @DBNAME@" 17 17 block STR "dettool -runs -active -det_type BIAS -dbname @DBNAME@" … … 42 42 END 43 43 44 # wait until the master bias frame is registered, then define a new flat-i run44 # wait until the master flat-r frame is registered, then initiate a flat-field correction analysis 45 45 automate METADATA 46 name STR RAWFLAT-i 47 check STR "detselect -search -inst @CAMERA@ -det_type SHUTTER -dbname @DBNAME@" 48 launch STR "dettool -definebyquery -workdir file://@CWD@/detwork -inst @CAMERA@ -det_type FLAT_RAW -filter i -select_exp_type FLAT -select_filter i -dbname @DBNAME@" 49 block STR "dettool -runs -active -det_type FLAT_RAW -filter i -dbname @DBNAME@" 46 name STR FLATCORR-r 47 check STR "detselect -dbname @DBNAME@ -search -inst @CAMERA@ -filter r -det_type FLAT_RAW" 48 launch STR "flatcorr -definebyquery -dbname @DBNAME@ -det_type FLATCORR -inst @CAMERA@ -exp_type OBJECT -filter r -set_workdir file://@CWD@/detwork -set_reduction FLATCORR -set_dvodb @CWD@/catdir.flatcorr -set_region 270.6,270.9:-23.8,-23.5 -set_filter r" 49 block STR "dettool -runs -active -det_type FLATCORR -filter r -dbname @DBNAME@" 50 END 51 52 # wait until the flat-r correction frame is registered, then define the flat-fields to be corrected 53 # XXX for the moment, the det_id here is hard-wired 54 automate METADATA 55 name STR FLATFIX-r 56 check STR "detselect -dbname @DBNAME@ -search -inst @CAMERA@ -filter r -det_type FLATCORR" 57 launch STR "dettool -makecorrection -dbname @DBNAME@ -det_id 4 -iteration 0 -det_type FLAT -workdir file://@CWD@/detwork" 58 block STR "dettool -runs -active -det_type FLAT -filter r -dbname @DBNAME@" 59 END 60 61 # wait until the corrected master flat-r frame is registered, then initiate a second flat-field correction analysis 62 automate METADATA 63 name STR FLATTEST-r 64 check STR "detselect -dbname @DBNAME@ -search -inst @CAMERA@ -filter r -det_type FLAT" 65 launch STR "flatcorr -definebyquery -dbname @DBNAME@ -det_type FLATTEST -inst @CAMERA@ -exp_type OBJECT -filter r -set_workdir file://@CWD@/detwork -set_reduction FLATTEST -set_dvodb @CWD@/catdir.flattest -set_region 270.6,270.9:-23.8,-23.5 -set_filter r" 66 block STR "dettool -runs -active -det_type FLATCORR -filter r -dbname @DBNAME@" 50 67 END 51 68 … … 58 75 ## END 59 76 ## 60 ## # wait until the master flat-i frame is registered, then unblock the i-band data for chip-level processing61 ## automate METADATA62 ## name STR OBJECT-r63 ## check STR "detselect -dbname @DBNAME@ -search -inst @CAMERA@ -filter r -det_type FLAT"64 ## launch STR "chiptool -dbname @DBNAME@ -updaterun -inst @CAMERA@ -filter r -label wait -set_label proc"65 ## block STR NONE66 ## END67 ##68 ## # wait until the r-band is done with camera, then define a new flat-correction run69 ## automate METADATA70 ## name STR FLATCORR-i71 ## check STR "camtool -dbname @DBNAME@ -search -inst @CAMERA@ -filter r"72 ## ncheck S32 873 ## launch STR "chiptool -dbname @DBNAME@ -updaterun -inst @CAMERA@ -filter i -label wait -set_label proc"74 ## block STR NONE75 ## END76 77 ## flatcorr -definebyquery -dbname eamtest -filter r -set_workdir /data/alala.0/eugene/swtests/simtest/test.f1/work -set_reduction FLATCORR -set_dvodb /data/alala.0/eugene/swtests/simtest/test.f1/catdir.flatcorr -set_region 270.6,270.9:-23.8,-23.5 -set_filter r -
trunk/ippTasks/simtest.flatcorr.config
r19381 r20385 9 9 OBSTYPE STR BIAS 10 10 CAMERA STR SIMTEST 11 NIMAGES S32 2011 NIMAGES S32 10 12 12 END 13 13 … … 16 16 CAMERA STR SIMTEST 17 17 @EXPTIMES F32 30.0, 300.0 18 @NIMAGES S32 10, 1018 @NIMAGES S32 5, 5 19 19 END 20 20 … … 23 23 CAMERA STR SIMTEST 24 24 25 FILTERS STR r,r ,i26 @EXPTIMES F32 0.1,20.0 ,20.025 FILTERS STR r,r 26 @EXPTIMES F32 0.1,20.0 27 27 28 NSETUP S32 528 NSETUP S32 3 29 29 END 30 30 … … 63 63 # XXX is DVODB used? 64 64 DVODB STR /data/alala.0/ipp/ippRefs/catdir.synth.simtest 65 FILTERS STR r ,i66 @EXPTIMES F32 10.00 ,10.0067 @SKYMAGS F32 20.86 ,20.1565 FILTERS STR r 66 @EXPTIMES F32 10.00 67 @SKYMAGS F32 20.86 68 68 69 69 # modest IQ range here … … 100 100 # XXX is DVODB used? 101 101 DVODB STR /data/alala.0/ipp/ippRefs/catdir.synth.simtest 102 FILTERS STR r ,i103 @EXPTIMES F32 10.00 ,10.00104 @SKYMAGS F32 20.86 ,20.15102 FILTERS STR r 103 @EXPTIMES F32 10.00 104 @SKYMAGS F32 20.86 105 105 106 106 # modest IQ range here … … 137 137 # XXX is DVODB used? 138 138 DVODB STR /data/alala.0/ipp/ippRefs/catdir.synth.simtest 139 FILTERS STR r ,i140 @EXPTIMES F32 10.00 ,10.00141 @SKYMAGS F32 20.86 ,20.15139 FILTERS STR r 140 @EXPTIMES F32 10.00 141 @SKYMAGS F32 20.86 142 142 143 143 # modest IQ range here … … 174 174 # XXX is DVODB used? 175 175 DVODB STR /data/alala.0/ipp/ippRefs/catdir.synth.simtest 176 FILTERS STR r ,i177 @EXPTIMES F32 10.00 ,10.00178 @SKYMAGS F32 20.86 ,20.15176 FILTERS STR r 177 @EXPTIMES F32 10.00 178 @SKYMAGS F32 20.86 179 179 180 180 # modest IQ range here
Note:
See TracChangeset
for help on using the changeset viewer.
