Changeset 16298 for trunk/ippTasks/camera.pro
- Timestamp:
- Feb 4, 2008, 2:18:44 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/camera.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r16195 r16298 1 ## this file contains the tasks for running the phase 3 stage 1 ## camera.pro : globals and support macros : -*- sh -*- 2 ## this file contains the tasks for running the camera analysis stage 2 3 ## these tasks use the book camPendingExp 3 4 4 if ($?network == 0) 5 $network = 1 6 end 7 if ($?parallel == 0) 8 $parallel = 0 9 end 10 if ($?VERBOSE == 0) 11 echo "VERBOSE not defined: load pantasks.pro first" 12 break 13 end 14 if ($?LOGDIR == 0) 15 echo "LOGDIR not defined: load pantasks.pro first" 16 break 17 end 5 # test for required global variables 6 check.globals 18 7 19 8 $LOGSUBDIR = $LOGDIR/camera … … 57 46 host local 58 47 59 periods -poll $ loadpoll60 periods -exec $ loadexec48 periods -poll $LOADPOLL 49 periods -exec $LOADEXEC 61 50 periods -timeout 30 62 51 npending 1 … … 112 101 book npages camPendingExp -var N 113 102 if ($N == 0) break 114 if ($ network== 0) break103 if ($NETWORK == 0) break 115 104 116 105 # look for new images in camPendingExp (pantaskState == INIT)
Note:
See TracChangeset
for help on using the changeset viewer.
