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.resid.pro

    r10692 r10723  
    5858
    5959  task.exec
    60     command dettool -toresidimfile -simple -limit {$DetrendResidImfileFail + 20}
     60    # command dettool -toresidimfile -simple -limit {$DetrendResidImfileFail + 20}
     61    command dettool -toresidimfile -simple
    6162  end
    6263
     
    9798  # default exit status
    9899  task.exit    default
    99     if ($VERBOSE)
    100       echo       "detrend.resid: failure"
    101     end
     100    showcommand failure
    102101  end
    103102
    104103  # operation times out?
    105104  task.exit    timeout
    106     if ($VERBOSE)
    107       echo       "detrend.resid: timeout"
    108     end
     105    showcommand timeout
    109106  end
    110107end
     
    173170  # default exit status
    174171  task.exit    default
    175     if ($VERBOSE)
    176       echo "failure detrend_resid.pl $options:0"
    177     end
     172    showcommand failure
    178173    queuepush DetrendResidImfiles -replace -key 1:2:5:6 "FAIL $options:0"
    179174    $DetrendResidImfileFail ++
     
    182177  # operation times out?
    183178  task.exit    timeout
    184     if ($VERBOSE)
    185       echo "failure detrend_resid.pl $options:0"
    186     end
     179    showcommand timeout
    187180    queuepush DetrendResidImfiles -replace -key 1:2:6:6 "TIMEOUT $options:0"
    188181    $DetrendResidImfileFail ++
     
    204197
    205198  task.exec
    206   command      dettool -toresidexp -simple -limit {$DetrendResidExpFail + 20}
     199  # command      dettool -toresidexp -simple -limit {$DetrendResidExpFail + 20}
     200  command      dettool -toresidexp -simple
    207201  end
    208202
     
    239233  # default exit status
    240234  task.exit    default
    241     if ($VERBOSE)
    242       echo       "detrend.residexp: failure"
    243     end
     235    showcommand failure
    244236  end
    245237
    246238  # operation times out?
    247239  task.exit    timeout
    248     if ($VERBOSE)
    249       echo       "detrend.residexp: timeout"
    250     end
     240    showcommand timeout
    251241  end
    252242end
     
    315305  # default exit status
    316306  task.exit    default
    317     if ($VERBOSE)
    318       echo "failure for detrend_reject_imfile.pl: $options:0"
    319     end
     307    showcommand failure
    320308    queuepush DetrendResidExposures -replace -key 1:2:5 "FAIL $options:0"
    321309    $DetrendResidExpFail ++
     
    324312  # operation times out?
    325313  task.exit    timeout
    326     if ($VERBOSE)
    327       echo "failure for detrend_reject_imfile.pl: $options:0"
    328     end
     314    showcommand timeout
    329315    queuepush DetrendResidExposures -replace -key 1:2:5 "TIMEOUT $options:0"
    330316    $DetrendResidExpFail ++
Note: See TracChangeset for help on using the changeset viewer.