Changeset 26028 for trunk/ippTasks/camera.pro
- Timestamp:
- Nov 4, 2009, 11:19:01 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/camera.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r25693 r26028 5 5 # test for required global variables 6 6 check.globals 7 8 # camera.pro should have a more restricted polling limit (to avoid stress with getstar) 9 if ($?POLL_LIMIT_CAMERA == 0) set POLL_LIMIT_CAMERA = 10 10 11 macro set.camera.poll 12 if ($0 != 2) 13 echo "USAGE:set.camera.poll (value)" 14 break 15 end 16 17 $POLL_LIMIT_CAMERA = $1 18 end 19 20 macro get.camera.poll 21 echo "camera poll limit: $POLL_LIMIT_CAMERA" 22 end 7 23 8 24 book init camPendingExp … … 70 86 if ($camera_DB >= $DB:n) set camera_DB = 0 71 87 end 72 add_poll_args run 88 $run = $run -limit $POLL_LIMIT_CAMERA 89 # NOTE: we do not want to overload the dvo db machine with getstar queries, 90 # so we will limit the camera stage to a smaller number than the other stages 91 # add_poll_args run 73 92 add_poll_labels run 74 93 command $run
Note:
See TracChangeset
for help on using the changeset viewer.
