Changeset 10723 for trunk/ippTasks/detrend.resid.pro
- Timestamp:
- Dec 14, 2006, 8:11:35 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.resid.pro (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.resid.pro
r10692 r10723 58 58 59 59 task.exec 60 command dettool -toresidimfile -simple -limit {$DetrendResidImfileFail + 20} 60 # command dettool -toresidimfile -simple -limit {$DetrendResidImfileFail + 20} 61 command dettool -toresidimfile -simple 61 62 end 62 63 … … 97 98 # default exit status 98 99 task.exit default 99 if ($VERBOSE) 100 echo "detrend.resid: failure" 101 end 100 showcommand failure 102 101 end 103 102 104 103 # operation times out? 105 104 task.exit timeout 106 if ($VERBOSE) 107 echo "detrend.resid: timeout" 108 end 105 showcommand timeout 109 106 end 110 107 end … … 173 170 # default exit status 174 171 task.exit default 175 if ($VERBOSE) 176 echo "failure detrend_resid.pl $options:0" 177 end 172 showcommand failure 178 173 queuepush DetrendResidImfiles -replace -key 1:2:5:6 "FAIL $options:0" 179 174 $DetrendResidImfileFail ++ … … 182 177 # operation times out? 183 178 task.exit timeout 184 if ($VERBOSE) 185 echo "failure detrend_resid.pl $options:0" 186 end 179 showcommand timeout 187 180 queuepush DetrendResidImfiles -replace -key 1:2:6:6 "TIMEOUT $options:0" 188 181 $DetrendResidImfileFail ++ … … 204 197 205 198 task.exec 206 command dettool -toresidexp -simple -limit {$DetrendResidExpFail + 20} 199 # command dettool -toresidexp -simple -limit {$DetrendResidExpFail + 20} 200 command dettool -toresidexp -simple 207 201 end 208 202 … … 239 233 # default exit status 240 234 task.exit default 241 if ($VERBOSE) 242 echo "detrend.residexp: failure" 243 end 235 showcommand failure 244 236 end 245 237 246 238 # operation times out? 247 239 task.exit timeout 248 if ($VERBOSE) 249 echo "detrend.residexp: timeout" 250 end 240 showcommand timeout 251 241 end 252 242 end … … 315 305 # default exit status 316 306 task.exit default 317 if ($VERBOSE) 318 echo "failure for detrend_reject_imfile.pl: $options:0" 319 end 307 showcommand failure 320 308 queuepush DetrendResidExposures -replace -key 1:2:5 "FAIL $options:0" 321 309 $DetrendResidExpFail ++ … … 324 312 # operation times out? 325 313 task.exit timeout 326 if ($VERBOSE) 327 echo "failure for detrend_reject_imfile.pl: $options:0" 328 end 314 showcommand timeout 329 315 queuepush DetrendResidExposures -replace -key 1:2:5 "TIMEOUT $options:0" 330 316 $DetrendResidExpFail ++
Note:
See TracChangeset
for help on using the changeset viewer.
