Changeset 14153 for trunk/ippTasks/warp.pro
- Timestamp:
- Jul 11, 2007, 5:11:59 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/warp.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/warp.pro
r14042 r14153 106 106 task.exit 0 107 107 # convert 'stdout' to book format 108 ipptool2book stdout warpInputExp -key warp_id -uniq -setword dbname $options:0 108 ipptool2book stdout warpInputExp -key warp_id -uniq -setword dbname $options:0 -setword pantaskState INIT 109 109 if ($VERBOSE > 2) 110 110 book listbook warpInputExp … … 138 138 if ($network == 0) break 139 139 140 # look for new images in warpInputExp (pantaskState == NULL)141 book getpage warpInputExp 0 -var pageName -key pantaskState NULL140 # look for new images in warpInputExp (pantaskState == INIT) 141 book getpage warpInputExp 0 -var pageName -key pantaskState INIT 142 142 if ("$pageName" == "NULL") break 143 143 … … 226 226 task.exit 0 227 227 # convert 'stdout' to book format 228 ipptool2book stdout warpPendingSkyCell -key warp_id:skycell_id:tess_id -uniq -setword dbname $options:0 228 ipptool2book stdout warpPendingSkyCell -key warp_id:skycell_id:tess_id -uniq -setword dbname $options:0 -setword pantaskState INIT 229 229 if ($VERBOSE > 2) 230 230 book listbook warpPendingSkyCell … … 258 258 if ($network == 0) break 259 259 260 # look for new images in warpPendingSkyCell (pantaskState == NULL)261 book getpage warpPendingSkyCell 0 -var pageName -key pantaskState NULL260 # look for new images in warpPendingSkyCell (pantaskState == INIT) 261 book getpage warpPendingSkyCell 0 -var pageName -key pantaskState INIT 262 262 if ("$pageName" == "NULL") break 263 263
Note:
See TracChangeset
for help on using the changeset viewer.
