Changeset 27838 for branches/tap_branches/ippTasks/flatcorr.pro
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/flatcorr.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/ippTasks/flatcorr.pro
r25816 r27838 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 … … 233 251 task flatcorr.run 234 252 host local 253 npending 1 235 254 236 255 periods -poll $LOADPOLL 237 256 periods -exec $LOADEXEC 238 periods -timeout 60257 periods -timeout 3600 239 258 240 259 # silently drop stdout … … 260 279 book getword flatcorrBook $pageName region -var REGION 261 280 book getword flatcorrBook $pageName filter -var FILTER 281 book getword flatcorrBook $pageName make_corr -var MAKE_CORRECTION 262 282 book getword flatcorrBook $pageName dbname -var DBNAME 263 283 book getword flatcorrBook $pageName workdir -var WORKDIR_TEMPLATE 264 284 265 # specify choice of remote host266 # set a specific DVO host here267 if ($PARALLEL)268 host anyhost269 else270 host local271 end272 273 285 # save the pageName for future reference below 274 286 options $pageName … … 282 294 # XXX get these arguments right 283 295 $run = flatcorr_proc.pl --corr_id $CORR_ID --det_type $DET_TYPE --dvodb $DVODB --camera $CAMERA --region $REGION --filter $FILTER --workdir $outroot 296 if ("$MAKE_CORRECTION" == "T") 297 $run = $run --make_correction 298 end 284 299 add_standard_args run 285 300
Note:
See TracChangeset
for help on using the changeset viewer.
