Changeset 16298 for trunk/ippTasks/warp.pro
- Timestamp:
- Feb 4, 2008, 2:18:44 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/warp.pro (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/warp.pro
r16022 r16298 1 ### This file contains panTasks definitions for performing the image warping. 1 ## warp.pro : image warping tasks : -*- sh -*- 2 ## This file contains panTasks definitions for performing the image warping. 2 3 3 4 ### This is done in two (main) steps. After a warp (with associated warp_id) is defined, … … 5 6 ### Then for each skycell, the warp is made (tasks in warpPendingSkycell). 6 7 7 8 8 ### Setups 9 if ($?network == 0) 10 $network = 1 11 end 12 if ($?parallel == 0) 13 $parallel = 0 14 end 15 if ($?VERBOSE == 0) 16 echo "VERBOSE not defined: load pantasks.pro first" 17 break 18 end 19 if ($?LOGDIR == 0) 20 echo "LOGDIR not defined: load pantasks.pro first" 21 break 22 end 9 check.globals 23 10 24 11 $LOGSUBDIR = $LOGDIR/warp … … 82 69 host local 83 70 84 periods -poll $ loadpoll85 periods -exec $ loadexec71 periods -poll $LOADPOLL 72 periods -exec $LOADEXEC 86 73 periods -timeout 30 87 74 npending 1 … … 136 123 book npages warpInputExp -var N 137 124 if ($N == 0) break 138 if ($ network== 0) break125 if ($NETWORK == 0) break 139 126 140 127 # look for new images in warpInputExp (pantaskState == INIT) … … 150 137 # specify choice of remote host 151 138 # XXX need to choose based on warps 152 if ($ parallel)139 if ($PARALLEL) 153 140 host anyhost 154 141 else … … 202 189 host local 203 190 204 periods -poll $ loadpoll205 periods -exec $ loadexec191 periods -poll $LOADPOLL 192 periods -exec $LOADEXEC 206 193 periods -timeout 30 207 194 npending 1 … … 256 243 book npages warpPendingSkyCell -var N 257 244 if ($N == 0) break 258 if ($ network== 0) break245 if ($NETWORK == 0) break 259 246 260 247 # look for new images in warpPendingSkyCell (pantaskState == INIT) … … 272 259 # specify choice of remote host 273 260 # XXX need to choose based on warps 274 if ($ parallel)261 if ($PARALLEL) 275 262 host anyhost 276 263 else
Note:
See TracChangeset
for help on using the changeset viewer.
