Changeset 14153 for trunk/ippTasks/detrend.norm.pro
- Timestamp:
- Jul 11, 2007, 5:11:59 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.norm.pro (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r14042 r14153 113 113 task.exit 0 114 114 # convert 'stdout' to book format 115 ipptool2book stdout detPendingNormStatImfile -key det_id:iteration -uniq -setword dbname $options:0 115 ipptool2book stdout detPendingNormStatImfile -key det_id:iteration -uniq -setword dbname $options:0 -setword pantaskState INIT 116 116 if ($VERBOSE > 2) 117 117 book listbook detPendingNormStatImfile … … 145 145 146 146 # look for new images in detPendingNormStatImfile 147 book getpage detPendingNormStatImfile 0 -var pageName -key pantaskState NULL147 book getpage detPendingNormStatImfile 0 -var pageName -key pantaskState INIT 148 148 if ($pageName == NULL) break 149 149 … … 232 232 task.exit 0 233 233 # convert 'stdout' to book format 234 ipptool2book stdout detPendingNormImfile -key det_id:iteration -uniq -setword dbname $options:0 234 ipptool2book stdout detPendingNormImfile -key det_id:iteration -uniq -setword dbname $options:0 -setword pantaskState INIT 235 235 if ($VERBOSE > 2) 236 236 book listbook detPendingNormImfile … … 264 264 265 265 # look for new images in detPendingNormImfile 266 book getpage detPendingNormImfile 0 -var pageName -key pantaskState NULL266 book getpage detPendingNormImfile 0 -var pageName -key pantaskState INIT 267 267 if ($pageName == NULL) break 268 268 … … 355 355 task.exit 0 356 356 # convert 'stdout' to book format 357 ipptool2book stdout detPendingNormExp -key det_id:iteration -uniq -setword dbname $options:0 357 ipptool2book stdout detPendingNormExp -key det_id:iteration -uniq -setword dbname $options:0 -setword pantaskState INIT 358 358 if ($VERBOSE > 2) 359 359 book listbook detPendingNormExp … … 387 387 388 388 # look for new images in detPendingNormExp 389 book getpage detPendingNormExp 0 -var pageName -key pantaskState NULL389 book getpage detPendingNormExp 0 -var pageName -key pantaskState INIT 390 390 if ($pageName == NULL) break 391 391
Note:
See TracChangeset
for help on using the changeset viewer.
