Changeset 25051 for branches/czw_branch/cleanup/ippTasks/magic.pro
- Timestamp:
- Aug 11, 2009, 3:54:00 PM (17 years ago)
- Location:
- branches/czw_branch/cleanup
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/magic.pro (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup
- Property svn:mergeinfo changed
/trunk merged: 24940-24950,24953-24971,24973-24977,24986-24989,24993-25017,25019,25021,25023-25024,25026,25029-25031,25036-25049
- Property svn:mergeinfo changed
-
branches/czw_branch/cleanup/ippTasks/magic.pro
r24951 r25051 104 104 end 105 105 end 106 macro magic.ds.off 107 task magic.destreak.load 108 active false 109 end 110 task magic.destreak.run 111 active false 112 end 113 end 114 macro magic.ds.on 115 task magic.destreak.load 116 active true 117 end 118 task magic.destreak.run 119 active true 120 end 121 end 122 123 macro magic.ds.status 124 echo magicToDS 125 book listbook magicToDS 126 echo "" 127 echo magicDSToRevert 128 book listbook magicDSToRevert 129 end 130 106 131 107 132 … … 380 405 381 406 periods -poll $LOADPOLL 382 periods -exec $LOADEXEC 383 periods -timeout 20 407 # this query can take a long time 408 periods -exec 10 409 periods -timeout 120 384 410 npending 1 385 411 … … 388 414 389 415 task.exec 390 $run = magicdstool -todestreak -limit 32416 $run = magicdstool -todestreak -limit 120 391 417 if ($DB:n == 0) 392 418 option DEFAULT … … 449 475 book getword magicToDS $pageName camera -var CAMERA 450 476 book getword magicToDS $pageName streaks_uri -var STREAKS 477 book getword magicToDS $pageName inv_streaks_uri -var INV_STREAKS 451 478 book getword magicToDS $pageName stage -var STAGE 452 479 book getword magicToDS $pageName stage_id -var STAGE_ID … … 454 481 book getword magicToDS $pageName uri -var URI 455 482 book getword magicToDS $pageName path_base -var PATH_BASE 456 book getword magicToDS $pageName inverse -var INVERSE457 483 book getword magicToDS $pageName cam_path_base -var CAM_PATH_BASE 458 484 book getword magicToDS $pageName outroot -var OUTROOT … … 473 499 # TODO: do not add recoveryroot or replace if they are null or zero 474 500 475 $run = magic_destreak.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --streaks $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 $REPLACE 476 if ("$INVERSE" == "T") 477 # Inverse subtraction 478 $run = $run --inverse 479 end 501 $run = magic_destreak.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --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 $REPLACE 480 502 481 503 add_standard_args run
Note:
See TracChangeset
for help on using the changeset viewer.
