Changeset 10723 for trunk/ippTasks/detrend.reject.pro
- Timestamp:
- Dec 14, 2006, 8:11:35 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.reject.pro (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.reject.pro
r10692 r10723 53 53 54 54 task.exec 55 command dettool -residdetrun -simple -limit {$DetrendRejectExpFail + 20} 55 # command dettool -residdetrun -simple -limit {$DetrendRejectExpFail + 20} 56 command dettool -residdetrun -simple 56 57 end 57 58 … … 83 84 # locked list 84 85 task.exit default 85 if ($VERBOSE) 86 echo "detrend.reject: failure" 87 end 86 showcommand failure 88 87 end 89 88 90 89 # operation times out? 91 90 task.exit timeout 92 if ($VERBOSE) 93 echo "detrend.reject: timeout" 94 end 91 showcommand failure 95 92 end 96 93 end … … 123 120 $ITER = $word:1 124 121 $DET_TYPE = $word:2 125 $CAMERA = $word:3 122 $MODE = $word:3 123 $CAMERA = $word:4 126 124 127 125 # I'd like to add CAMERA to the log file... … … 151 149 # default exit status 152 150 task.exit default 153 if ($VERBOSE) 154 echo "failure detrend_reject_exp.pl $options:0" 155 end 151 showcommand failure 156 152 queuepush DetrendRejectExp -replace -key 1:2 "FAIL $options:0" 157 153 $DetrendRejectExpFail ++ … … 160 156 # operation times out? 161 157 task.exit timeout 162 if ($VERBOSE) 163 echo "failure detrend_reject_exp.pl $options:0" 164 end 158 showcommand failure 165 159 queuepush DetrendRejectExp -replace -key 1:2 "TIMEOUT $options:0" 166 160 $DetrendRejectExpFail ++
Note:
See TracChangeset
for help on using the changeset viewer.
