Changeset 16298 for trunk/ippTasks/flatcorr.pro
- Timestamp:
- Feb 4, 2008, 2:18:44 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/flatcorr.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/flatcorr.pro
r16274 r16298 1 ## flatcorr.pro : tasks to run flat-field correction : -*- sh -*- 1 2 ## this file contains the tasks for running the flatcorr stage 2 3 ## these tasks use the book 'flatcorrBook' 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/flatcorr … … 107 96 host local 108 97 109 periods -poll $ loadpoll110 periods -exec $ loadexec98 periods -poll $LOADPOLL 99 periods -exec $LOADEXEC 111 100 periods -timeout 60 112 101 # trange Hourly@00:00 Hourly@00:10 … … 121 110 book npages flatcorrBook -var N 122 111 if ($N == 0) break 123 if ($ network== 0) break112 if ($NETWORK == 0) break 124 113 125 114 # look for new images in flatcorrBook … … 140 129 # specify choice of remote host 141 130 # set a specific DVO host here 142 if ($ parallel)131 if ($PARALLEL) 143 132 host anyhost 144 133 else
Note:
See TracChangeset
for help on using the changeset viewer.
