Changeset 16298 for trunk/ippTasks/detrend.stack.pro
- Timestamp:
- Feb 4, 2008, 2:18:44 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.stack.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.stack.pro
r16208 r16298 1 ## detrend.stack.pro : globals and support macros : -*- sh -*- 1 2 ## this file contains the tasks for running the detrend stacking stage 2 3 ## these tasks use the book detPendingStackedImfile 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 … … 58 47 host local 59 48 60 periods -poll $ loadpoll61 periods -exec $ loadexec49 periods -poll $LOADPOLL 50 periods -exec $LOADEXEC 62 51 periods -timeout 30 63 52 npending 1 … … 111 100 book npages detPendingStackedImfile -var N 112 101 if ($N == 0) break 113 if ($ network== 0) break102 if ($NETWORK == 0) break 114 103 115 104 # look for new images in detPendingStackedImfile
Note:
See TracChangeset
for help on using the changeset viewer.
