Changeset 16298 for trunk/ippTasks/register.pro
- Timestamp:
- Feb 4, 2008, 2:18:44 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/register.pro (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/register.pro
r16208 r16298 1 ## register.pro : tasks for image registration (insert into database) : -*- sh -*- 1 2 ## this file contains the tasks for running the registration stage 2 3 ## these tasks use the books regPendingImfile and regPendingExp 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/register … … 73 62 host local 74 63 75 periods -poll $ loadpoll76 periods -exec $ loadexec64 periods -poll $LOADPOLL 65 periods -exec $LOADEXEC 77 66 periods -timeout 30 78 67 npending 1 … … 129 118 book npages regPendingImfile -var N 130 119 if ($N == 0) break 131 if ($ network== 0) break120 if ($NETWORK == 0) break 132 121 133 122 # look for new images in regPendingImfile … … 200 189 host local 201 190 202 periods -poll $ loadpoll203 periods -exec $ loadexec191 periods -poll $LOADPOLL 192 periods -exec $LOADEXEC 204 193 periods -timeout 30 205 194 npending 1 … … 253 242 book npages regPendingExp -var N 254 243 if ($N == 0) break 255 if ($ network== 0) break244 if ($NETWORK == 0) break 256 245 257 246 # look for new images in regPendingExp (pantaskState == INIT)
Note:
See TracChangeset
for help on using the changeset viewer.
