Changeset 16298 for trunk/ippTasks/detrend.process.pro
- Timestamp:
- Feb 4, 2008, 2:18:44 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.process.pro (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.process.pro
r16208 r16298 1 ## detrend.process.pro : globals and support macros : -*- sh -*- 1 2 ## this file contains the tasks for running the detrend processing stage 2 3 ## these tasks use the books detPendingProcessedImfile and detPendingProcessedExp 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 … … 76 65 host local 77 66 78 periods -poll $ loadpoll79 periods -exec $ loadexec67 periods -poll $LOADPOLL 68 periods -exec $LOADEXEC 80 69 periods -timeout 30 81 70 npending 1 … … 129 118 book npages detPendingProcessedImfile -var N 130 119 if ($N == 0) break 131 if ($ network== 0) break120 if ($NETWORK == 0) break 132 121 133 122 # look for new images in detPendingProcessedImfile … … 202 191 host local 203 192 204 periods -poll $ loadpoll205 periods -exec $ loadexec193 periods -poll $LOADPOLL 194 periods -exec $LOADEXEC 206 195 periods -timeout 30 207 196 npending 1 … … 255 244 book npages detPendingProcessedExp -var N 256 245 if ($N == 0) break 257 if ($ network== 0) break246 if ($NETWORK == 0) break 258 247 259 248 # look for new exposures in detPendingProcessedExp
Note:
See TracChangeset
for help on using the changeset viewer.
