Changeset 16298 for trunk/ippTasks/detrend.correct.pro
- Timestamp:
- Feb 4, 2008, 2:18:44 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.correct.pro (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.correct.pro
r16173 r16298 1 ## detrend.correct.pro : globals and support macros : -*- sh -*- 1 2 ## this file contains the tasks for running the detrend correction stage 2 3 ## these tasks use the books detPendingCorrectedImfile and detPendingCorrectedExp 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 detPendingCorrectedImfile -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 detPendingCorrectedImfile … … 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 detPendingCorrectedExp -var N 259 248 if ($N == 0) break 260 if ($ network== 0) break249 if ($NETWORK == 0) break 261 250 262 251 # look for new exposures in detPendingCorrectedExp
Note:
See TracChangeset
for help on using the changeset viewer.
