Changeset 16298 for trunk/ippTasks/detrend.norm.pro
- Timestamp:
- Feb 4, 2008, 2:18:44 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.norm.pro (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r16208 r16298 1 ## detrend.norm.pro : globals and support macros : -*- sh -*- 1 2 ## this file contains the tasks for running the detrend normalization stages 2 3 ## these tasks use the books detPendingNormStatImfile detPendingNormImfile detPendingNormExp 3 4 4 if ($?network == 0) 5 $network = 1 6 end 7 if ($?parallel == 0) 8 $parallel = 0 9 end 10 if ($?VERBOSE == 0) 11 echo "VERBOSE not defined: load pantasks.pro first" 12 break 13 end 14 if ($?LOGDIR == 0) 15 echo "LOGDIR not defined: load pantasks.pro first" 16 break 17 end 5 # test for required global variables 6 check.globals 18 7 19 8 $LOGSUBDIR = $LOGDIR/detrend … … 89 78 host local 90 79 91 periods -poll $ loadpoll92 periods -exec $ loadexec80 periods -poll $LOADPOLL 81 periods -exec $LOADEXEC 93 82 periods -timeout 30 94 83 npending 1 … … 142 131 book npages detPendingNormStatImfile -var N 143 132 if ($N == 0) break 144 if ($ network== 0) break133 if ($NETWORK == 0) break 145 134 146 135 # look for new images in detPendingNormStatImfile … … 205 194 host local 206 195 207 periods -poll $ loadpoll208 periods -exec $ loadexec196 periods -poll $LOADPOLL 197 periods -exec $LOADEXEC 209 198 periods -timeout 30 210 199 npending 1 … … 258 247 book npages detPendingNormImfile -var N 259 248 if ($N == 0) break 260 if ($ network== 0) break249 if ($NETWORK == 0) break 261 250 262 251 # look for new images in detPendingNormImfile … … 324 313 host local 325 314 326 periods -poll $ loadpoll327 periods -exec $ loadexec315 periods -poll $LOADPOLL 316 periods -exec $LOADEXEC 328 317 periods -timeout 30 329 318 npending 1 … … 377 366 book npages detPendingNormExp -var N 378 367 if ($N == 0) break 379 if ($ network== 0) break368 if ($NETWORK == 0) break 380 369 381 370 # look for new images in detPendingNormExp
Note:
See TracChangeset
for help on using the changeset viewer.
