IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2006, 8:11:35 AM (20 years ago)
Author:
eugene
Message:

fixed for -limits and failure,timeout reporting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.reject.pro

    r10692 r10723  
    5353
    5454  task.exec
    55     command dettool -residdetrun -simple -limit {$DetrendRejectExpFail + 20}
     55    # command dettool -residdetrun -simple -limit {$DetrendRejectExpFail + 20}
     56    command dettool -residdetrun -simple
    5657  end
    5758
     
    8384  # locked list
    8485  task.exit    default
    85     if ($VERBOSE)
    86       echo       "detrend.reject: failure"
    87     end
     86    showcommand failure
    8887  end
    8988
    9089  # operation times out?
    9190  task.exit    timeout
    92     if ($VERBOSE)
    93       echo       "detrend.reject: timeout"
    94     end
     91    showcommand failure
    9592  end
    9693end
     
    123120    $ITER     = $word:1
    124121    $DET_TYPE = $word:2
    125     $CAMERA   = $word:3
     122    $MODE     = $word:3
     123    $CAMERA   = $word:4
    126124
    127125    # I'd like to add CAMERA to the log file...
     
    151149  # default exit status
    152150  task.exit    default
    153     if ($VERBOSE)
    154       echo "failure detrend_reject_exp.pl $options:0"
    155     end
     151    showcommand failure
    156152    queuepush DetrendRejectExp -replace -key 1:2 "FAIL $options:0"
    157153    $DetrendRejectExpFail ++
     
    160156  # operation times out?
    161157  task.exit    timeout
    162     if ($VERBOSE)
    163       echo "failure detrend_reject_exp.pl $options:0"
    164     end
     158    showcommand failure
    165159    queuepush DetrendRejectExp -replace -key 1:2 "TIMEOUT $options:0"
    166160   $DetrendRejectExpFail ++
Note: See TracChangeset for help on using the changeset viewer.