Changeset 25915
- Timestamp:
- Oct 21, 2009, 3:27:44 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/flatcorr.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/flatcorr.pro
r25816 r25915 65 65 active false 66 66 end 67 task flatcorr.load 68 active false 69 end 70 task flatcorr.run 71 active false 72 end 73 end 74 75 macro flatcorr.proc.on 76 task flatcorr.load 77 active true 78 end 79 task flatcorr.run 80 active true 81 end 82 end 83 84 macro flatcorr.proc.off 67 85 task flatcorr.load 68 86 active false … … 260 278 book getword flatcorrBook $pageName region -var REGION 261 279 book getword flatcorrBook $pageName filter -var FILTER 280 book getword flatcorrBook $pageName make_corr -var MAKE_CORRECTION 262 281 book getword flatcorrBook $pageName dbname -var DBNAME 263 282 book getword flatcorrBook $pageName workdir -var WORKDIR_TEMPLATE … … 282 301 # XXX get these arguments right 283 302 $run = flatcorr_proc.pl --corr_id $CORR_ID --det_type $DET_TYPE --dvodb $DVODB --camera $CAMERA --region $REGION --filter $FILTER --workdir $outroot 303 if ("$MAKE_CORRECTION" == "T") 304 $run = $run --make_correction 305 end 284 306 add_standard_args run 285 307
Note:
See TracChangeset
for help on using the changeset viewer.
