Changeset 14042 for trunk/ippTasks/detrend.norm.pro
- Timestamp:
- Jul 6, 2007, 9:10:14 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.norm.pro (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r13683 r14042 118 118 end 119 119 120 # delete existing entries in the appropriate states120 # delete existing entries in the appropriate pantaskStates 121 121 process_cleanup detPendingNormStatImfile 122 122 end … … 145 145 146 146 # look for new images in detPendingNormStatImfile 147 book getpage detPendingNormStatImfile 0 -var pageName -key state NULL147 book getpage detPendingNormStatImfile 0 -var pageName -key pantaskState NULL 148 148 if ($pageName == NULL) break 149 149 150 book setword detPendingNormStatImfile $pageName state RUN150 book setword detPendingNormStatImfile $pageName pantaskState RUN 151 151 book getword detPendingNormStatImfile $pageName det_id -var DET_ID 152 152 book getword detPendingNormStatImfile $pageName det_type -var DET_TYPE … … 198 198 task.exit timeout 199 199 showcommand timeout 200 book setword detPendingNormStatImfile $options:0 state TIMEOUT200 book setword detPendingNormStatImfile $options:0 pantaskState TIMEOUT 201 201 end 202 202 end … … 237 237 end 238 238 239 # delete existing entries in the appropriate states239 # delete existing entries in the appropriate pantaskStates 240 240 process_cleanup detPendingNormImfile 241 241 end … … 264 264 265 265 # look for new images in detPendingNormImfile 266 book getpage detPendingNormImfile 0 -var pageName -key state NULL266 book getpage detPendingNormImfile 0 -var pageName -key pantaskState NULL 267 267 if ($pageName == NULL) break 268 268 269 book setword detPendingNormImfile $pageName state RUN269 book setword detPendingNormImfile $pageName pantaskState RUN 270 270 book getword detPendingNormImfile $pageName det_type -var DET_TYPE 271 271 book getword detPendingNormImfile $pageName camera -var CAMERA … … 321 321 task.exit timeout 322 322 showcommand timeout 323 book setword detPendingNormImfile $options:0 state TIMEOUT323 book setword detPendingNormImfile $options:0 pantaskState TIMEOUT 324 324 end 325 325 end … … 360 360 end 361 361 362 # delete existing entries in the appropriate states362 # delete existing entries in the appropriate pantaskStates 363 363 process_cleanup detPendingNormExp 364 364 end … … 387 387 388 388 # look for new images in detPendingNormExp 389 book getpage detPendingNormExp 0 -var pageName -key state NULL389 book getpage detPendingNormExp 0 -var pageName -key pantaskState NULL 390 390 if ($pageName == NULL) break 391 391 392 book setword detPendingNormExp $pageName state RUN392 book setword detPendingNormExp $pageName pantaskState RUN 393 393 book getword detPendingNormExp $pageName det_id -var DET_ID 394 394 book getword detPendingNormExp $pageName iteration -var ITERATION … … 441 441 task.exit timeout 442 442 showcommand timeout 443 book setword detPendingNormExp $options:0 state TIMEOUT444 end 445 end 443 book setword detPendingNormExp $options:0 pantaskState TIMEOUT 444 end 445 end
Note:
See TracChangeset
for help on using the changeset viewer.
