Changeset 14042 for trunk/ippTasks/warp.pro
- Timestamp:
- Jul 6, 2007, 9:10:14 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/warp.pro (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/warp.pro
r13153 r14042 111 111 end 112 112 113 # delete existing entries in the appropriate states113 # delete existing entries in the appropriate pantaskStates 114 114 process_cleanup warpInputExp 115 115 end … … 138 138 if ($network == 0) break 139 139 140 # look for new images in warpInputExp ( state == NULL)141 book getpage warpInputExp 0 -var pageName -key state NULL140 # look for new images in warpInputExp (pantaskState == NULL) 141 book getpage warpInputExp 0 -var pageName -key pantaskState NULL 142 142 if ("$pageName" == "NULL") break 143 143 144 book setword warpInputExp $pageName state RUN144 book setword warpInputExp $pageName pantaskState RUN 145 145 book getword warpInputExp $pageName warp_id -var WARP_ID 146 146 book getword warpInputExp $pageName camera -var CAMERA … … 192 192 task.exit timeout 193 193 showcommand timeout 194 book setword warpInputExp $options:0 state TIMEOUT194 book setword warpInputExp $options:0 pantaskState TIMEOUT 195 195 end 196 196 end … … 231 231 end 232 232 233 # delete existing entries in the appropriate states233 # delete existing entries in the appropriate pantaskStates 234 234 process_cleanup warpPendingSkyCell 235 235 end … … 258 258 if ($network == 0) break 259 259 260 # look for new images in warpPendingSkyCell ( state == NULL)261 book getpage warpPendingSkyCell 0 -var pageName -key state NULL260 # look for new images in warpPendingSkyCell (pantaskState == NULL) 261 book getpage warpPendingSkyCell 0 -var pageName -key pantaskState NULL 262 262 if ("$pageName" == "NULL") break 263 263 264 book setword warpPendingSkyCell $pageName state RUN264 book setword warpPendingSkyCell $pageName pantaskState RUN 265 265 book getword warpPendingSkyCell $pageName warp_id -var WARP_ID 266 266 book getword warpPendingSkyCell $pageName skycell_id -var SKYCELL_ID … … 314 314 task.exit timeout 315 315 showcommand timeout 316 book setword warpPendingSkyCell $options:0 state TIMEOUT317 end 318 end 319 316 book setword warpPendingSkyCell $options:0 pantaskState TIMEOUT 317 end 318 end 319
Note:
See TracChangeset
for help on using the changeset viewer.
