Changeset 14042 for trunk/ippTasks/detrend.resid.pro
- Timestamp:
- Jul 6, 2007, 9:10:14 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.resid.pro (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.resid.pro
r13937 r14042 102 102 end 103 103 104 # delete existing entries in the appropriate states104 # delete existing entries in the appropriate pantaskStates 105 105 process_cleanup detPendingResidImfile 106 106 end … … 129 129 130 130 # look for new images in detPendingResidImfile 131 book getpage detPendingResidImfile 0 -var pageName -key state NULL131 book getpage detPendingResidImfile 0 -var pageName -key pantaskState NULL 132 132 if ($pageName == NULL) break 133 133 134 book setword detPendingResidImfile $pageName state RUN134 book setword detPendingResidImfile $pageName pantaskState RUN 135 135 book getword detPendingResidImfile $pageName det_id -var DET_ID 136 136 book getword detPendingResidImfile $pageName iteration -var ITERATION … … 197 197 task.exit timeout 198 198 showcommand timeout 199 book setword detPendingResidImfile $options:0 state TIMEOUT199 book setword detPendingResidImfile $options:0 pantaskState TIMEOUT 200 200 end 201 201 end … … 236 236 end 237 237 238 # delete existing entries in the appropriate states238 # delete existing entries in the appropriate pantaskStates 239 239 process_cleanup detPendingResidExp 240 240 end … … 263 263 264 264 # look for new images in detPendingResidExp 265 book getpage detPendingResidExp 0 -var pageName -key state NULL265 book getpage detPendingResidExp 0 -var pageName -key pantaskState NULL 266 266 if ($pageName == NULL) break 267 267 268 book setword detPendingResidExp $pageName state RUN268 book setword detPendingResidExp $pageName pantaskState RUN 269 269 book getword detPendingResidExp $pageName det_id -var DET_ID 270 270 book getword detPendingResidExp $pageName iteration -var ITERATION … … 322 322 task.exit timeout 323 323 showcommand timeout 324 book setword detPendingResidExp $options:0 state TIMEOUT325 end 326 end 324 book setword detPendingResidExp $options:0 pantaskState TIMEOUT 325 end 326 end
Note:
See TracChangeset
for help on using the changeset viewer.
