Changeset 10723 for trunk/ippTasks/detrend.norm.pro
- Timestamp:
- Dec 14, 2006, 8:11:35 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.norm.pro (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r10692 r10723 54 54 55 55 task.exec 56 command dettool -tonormalizedstat -simple -limit {$DetrendNormStatFail + 20} 56 # command dettool -tonormalizedstat -simple -limit {$DetrendNormStatFail + 20} 57 command dettool -tonormalizedstat -simple 57 58 end 58 59 … … 86 87 # default exit status 87 88 task.exit default 88 if ($VERBOSE) 89 echo "detrend.norm: failure" 90 end 91 end 92 93 # operation times out? 94 task.exit timeout 95 if ($VERBOSE) 96 echo "detrend.norm: timeout" 97 end 89 showcommand failure 90 end 91 92 # operation times out? 93 task.exit timeout 94 showcommand timeout 98 95 end 99 96 end … … 153 150 # default exit status 154 151 task.exit default 155 if ($VERBOSE) 156 echo "failure detrend_norm_calc.pl $options:0" 157 end 152 showcommand failure 158 153 queuepush DetrendNormStat -replace -key 1:3 "FAIL $options:0" 159 154 $DetrendNormStatFail ++ … … 162 157 # operation times out? 163 158 task.exit timeout 164 if ($VERBOSE) 165 echo "failure detrend_norm_calc.pl $options:0" 166 end 159 showcommand timeout 167 160 queuepush DetrendNormStat -replace -key 1:3 "TIMEOUT $options:0" 168 161 $DetrendNormStatFail ++ … … 184 177 185 178 task.exec 186 command dettool -tonormalize -simple -limit {$DetrendNormFail + 20} 179 # command dettool -tonormalize -simple -limit {$DetrendNormFail + 20} 180 command dettool -tonormalize -simple 187 181 end 188 182 … … 219 213 # default exit status 220 214 task.exit default 221 if ($VERBOSE) 222 echo "detrend.norm: failure" 223 end 224 end 225 226 # operation times out? 227 task.exit timeout 228 if ($VERBOSE) 229 echo "detrend.norm: timeout" 230 end 215 showcommand failure 216 end 217 218 # operation times out? 219 task.exit timeout 220 showcommand timeout 231 221 end 232 222 end … … 288 278 # default exit status 289 279 task.exit default 290 if ($VERBOSE) 291 echo "failure detrend_norm_apply.pl $options:0" 292 end 280 showcommand failure 293 281 queuepush DetrendNorm -replace -key 4:5 "FAIL $options:0" 294 282 $DetrendNormFail ++ … … 297 285 # operation times out? 298 286 task.exit timeout 299 if ($VERBOSE) 300 echo "failure detrend_norm_apply.pl $options:0" 301 end 287 showcommand timeout 302 288 queuepush DetrendNorm -replace -key 4:5 "TIMEOUT $options:0" 303 289 $DetrendNormFail ++ … … 319 305 320 306 task.exec 321 command dettool -tonormalizedexp -simple -limit {$DetrendNormExpFail + 20} 307 # command dettool -tonormalizedexp -simple -limit {$DetrendNormExpFail + 20} 308 command dettool -tonormalizedexp -simple 322 309 end 323 310 … … 344 331 #$EXP_TYPE = $word:5 345 332 #$IMFILES = $word:6 346 queuepush DetrendNorm alizeExp -uniq -key 1:2 "NEW $DET_ID $ITER $DET_TYPE $CAMERA"333 queuepush DetrendNormExp -uniq -key 1:2 "NEW $DET_ID $ITER $DET_TYPE $CAMERA" 347 334 end 348 335 … … 354 341 # default exit status 355 342 task.exit default 356 if ($VERBOSE) 357 echo "detrend.norm: failure" 358 end 359 end 360 361 # operation times out? 362 task.exit timeout 363 if ($VERBOSE) 364 echo "detrend.norm: timeout" 365 end 343 showcommand failure 344 end 345 346 # operation times out? 347 task.exit timeout 348 showcommand timeout 366 349 end 367 350 end … … 425 408 # default exit status 426 409 task.exit default 427 if ($VERBOSE) 428 echo "failure detrend_norm_exp.pl $options:0" 429 end 410 showcommand failure 430 411 queuepush DetrendNormExp -replace -key 1:2 "FAIL $options:0" 431 $DetrendNormExpFail ++ 432 end 433 434 # operation times out? 435 task.exit timeout 436 if ($VERBOSE) 437 echo "failure detrend_norm_exp.pl $options:0" 438 end 412 $DetrendNormExpFail ++ 413 end 414 415 # operation times out? 416 task.exit timeout 417 showcommand timeout 439 418 queuepush DetrendNormExp -replace -key 1:2 "TIMEOUT $options:0" 440 $DetrendNormExpFail ++441 end 442 end 419 $DetrendNormExpFail ++ 420 end 421 end
Note:
See TracChangeset
for help on using the changeset viewer.
