Changeset 10723 for trunk/ippTasks/detrend.process.pro
- Timestamp:
- Dec 14, 2006, 8:11:35 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.process.pro (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.process.pro
r10692 r10723 57 57 58 58 task.exec 59 command dettool -toprocessedimfile -simple -limit {$DetrendProcessImfileFail + 20} 59 # XXX dettool needs -limit command 60 # command dettool -toprocessedimfile -simple -limit {$DetrendProcessImfileFail + 20} 61 command dettool -toprocessedimfile -simple 60 62 end 61 63 … … 91 93 # error 92 94 task.exit default 93 if ($VERBOSE) 94 echo "detrend.process: failure" 95 end 95 showcommand failure 96 96 end 97 97 98 98 # operation times out? 99 99 task.exit timeout 100 if ($VERBOSE) 101 echo "detrend.process: timeout" 102 end 100 showcommand 103 101 end 104 102 end … … 166 164 # default exit status 167 165 task.exit default 168 if ($VERBOSE) 169 echo "failure detrend_process_imfile.pl $options:0" 170 end 166 showcommand failure 171 167 queuepush DetrendProcessImfiles -replace -key 1:3:5 "FAIL $options:0" 172 168 $DetrendProcessImfileFail ++ … … 175 171 # operation times out? 176 172 task.exit timeout 177 if ($VERBOSE) 178 echo "timeout detrend_process_imfile.pl $options:0" 179 end 173 showcommand timeout 180 174 queuepush DetrendProcessImfiles -replace -key 1:3:5 "TIMEOUT $options:0" 181 175 $DetrendProcessImfileFail ++ … … 197 191 198 192 task.exec 199 command dettool -toprocessedexp -simple -limit {$DetrendProcessExpFail + 20} 193 # command dettool -toprocessedexp -simple -limit {$DetrendProcessExpFail + 20} 194 command dettool -toprocessedexp -simple 200 195 end 201 196 … … 229 224 # error 230 225 task.exit default 231 if ($VERBOSE) 232 echo "detrend.process: failure" 233 end 226 showcommand failure 234 227 end 235 228 236 229 # operation times out? 237 230 task.exit timeout 238 if ($VERBOSE) 239 echo "detrend.process: timeout" 240 end 231 showcommand timeout 241 232 end 242 233 end … … 300 291 # default exit status 301 292 task.exit default 302 if ($VERBOSE) 303 echo "failure for detrend_process_exp.pl: $options:0" 304 end 293 showcommand failure 305 294 queuepush DetrendProcessExposures -replace -key 1:2:4 "FAIL $options:0" 306 295 $DetrendProcessExpFail ++ … … 309 298 # operation times out? 310 299 task.exit timeout 311 if ($VERBOSE) 312 echo "failure for detrend_process_exp.pl: $options:0" 313 end 300 showcommand timeout 314 301 queuepush DetrendProcessExposures -replace -key 1:2:4 "TIMEOUT $options:0" 315 302 $DetrendProcessExpFail ++
Note:
See TracChangeset
for help on using the changeset viewer.
