IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

fixed for -limits and failure,timeout reporting

File:
1 edited

Legend:

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

    r10692 r10723  
    5353
    5454  task.exec
    55     command dettool -tostacked -simple -limit {$DetrendStackClassFail + 20}
     55    # command dettool -tostacked -simple -limit {$DetrendStackClassFail + 20}
     56    command dettool -tostacked -simple
    5657  end
    5758
     
    8384  # locked list
    8485  task.exit    default
    85     if ($VERBOSE)
    86       echo       "detrend.stack: failure"
    87     end
     86    showcommand failure
    8887  end
    8988
    9089  # operation times out?
    9190  task.exit    timeout
    92     if ($VERBOSE)
    93       echo       "detrend.stack: timeout"
    94     end
     91    showcommand timeout
    9592  end
    9693end
     
    153150  # default exit status
    154151  task.exit    default
    155     if ($VERBOSE)
    156       echo "failure detrend_stack.pl $options:0"
    157     end
     152    showcommand failure
    158153   queuepush DetrendStackClass -replace -key 1:2:4 "FAIL $options:0"
    159154   $DetrendStackClassFail ++
     
    162157  # operation times out?
    163158  task.exit    timeout
    164     if ($VERBOSE)
    165       echo "failure detrend_stack.pl $options:0"
    166     end
     159    showcommand timeout
    167160    queuepush DetrendStackClass -replace -key 1:2:4 "TIMEOUT $options:0"
    168161    $DetrendStackClassFail ++
Note: See TracChangeset for help on using the changeset viewer.