Changeset 27517 for branches/eam_branches/20100225/ippTasks/destreak.pro
- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/destreak.pro (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/ippTasks/destreak.pro
r27081 r27517 127 127 128 128 task.exec 129 $run = magicdstool -todestreak - limit 25 -stage $DS_STAGE:$magicDSStage129 $run = magicdstool -todestreak -stage $DS_STAGE:$magicDSStage 130 130 $magicDSStage ++ 131 131 if ($magicDSStage >= $DS_STAGE:n) set magicDSStage = 0 … … 144 144 end 145 145 end 146 #add_poll_args run146 add_poll_args run 147 147 add_poll_labels run 148 148 command $run … … 208 208 book getword magicToDS $pageName path_base -var PATH_BASE 209 209 book getword magicToDS $pageName cam_path_base -var CAM_PATH_BASE 210 book getword magicToDS $pageName cam_reduction -var CAM_REDUCTION 210 211 book getword magicToDS $pageName outroot -var OUTROOT 211 212 book getword magicToDS $pageName recoveryroot -var RECROOT … … 225 226 # TODO: do not add recoveryroot or replace if they are null or zero 226 227 227 $run = magic_destreak.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --exp_id $EXP_ID --streaks $STREAKS --inv_streaks $INV_STREAKS --stage $STAGE --stage_id $STAGE_ID --component $COMPONENT --uri $URI --path_base $PATH_BASE --cam_path_base $CAM_PATH_BASE -- outroot $OUTROOT --logfile $logfile --recoveryroot $RECROOT --replace $REPLACE228 $run = magic_destreak.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --exp_id $EXP_ID --streaks $STREAKS --inv_streaks $INV_STREAKS --stage $STAGE --stage_id $STAGE_ID --component $COMPONENT --uri $URI --path_base $PATH_BASE --cam_path_base $CAM_PATH_BASE --cam_reduction $CAM_REDUCTION --outroot $OUTROOT --logfile $logfile --recoveryroot $RECROOT --replace $REPLACE 228 229 229 230 add_standard_args run … … 401 402 book getword magicDSToRevert $pageName path_base -var PATH_BASE 402 403 book getword magicDSToRevert $pageName cam_path_base -var CAM_PATH_BASE 404 book getword magicDSToRevert $pageName cam_reduction -var CAM_REDUCTION 403 405 book getword magicDSToRevert $pageName outroot -var OUTROOT 404 406 book getword magciDSToRevert $pageName bytes -var BYTES … … 419 421 end 420 422 421 $run = magic_destreak_revert.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --stage $STAGE --stage_id $STAGE_ID --component $COMPONENT --path_base $PATH_BASE --cam_path_base $CAM_PATH_BASE -- outroot $OUTROOT --logfile $logfile --replace $REPLACE --bothways $BOTHWAYS423 $run = magic_destreak_revert.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --stage $STAGE --stage_id $STAGE_ID --component $COMPONENT --path_base $PATH_BASE --cam_path_base $CAM_PATH_BASE --cam_reduction $CAM_REDUCTION --outroot $OUTROOT --logfile $logfile --replace $REPLACE --bothways $BOTHWAYS 422 424 423 425 add_standard_args run … … 471 473 472 474 task.exec 473 $run = magicdstool - limit 25 -completedrevert475 $run = magicdstool -completedrevert 474 476 if ($DB:n == 0) 475 477 option DEFAULT … … 483 485 if ($magicDSCompletedRevert_DB >= $DB:n) set magicDSCompletedRevert_DB = 0 484 486 end 485 #add_poll_args run487 add_poll_args run 486 488 add_poll_labels run 487 489 command $run
Note:
See TracChangeset
for help on using the changeset viewer.
