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

    r10692 r10723  
    5757
    5858  task.exec
    59     command dettool -toprocessedimfile -simple -limit {$DetrendProcessImfileFail + 20}
     59    # XXX dettool needs -limit command
     60    # command dettool -toprocessedimfile -simple -limit {$DetrendProcessImfileFail + 20}
     61    command dettool -toprocessedimfile -simple
    6062  end
    6163
     
    9193  # error
    9294  task.exit    default
    93     if ($VERBOSE)
    94       echo       "detrend.process: failure"
    95     end
     95    showcommand failure
    9696  end
    9797
    9898  # operation times out?
    9999  task.exit    timeout
    100     if ($VERBOSE)
    101       echo       "detrend.process: timeout"
    102     end
     100    showcommand
    103101  end
    104102end
     
    166164  # default exit status
    167165  task.exit    default
    168     if ($VERBOSE)
    169       echo "failure detrend_process_imfile.pl $options:0"
    170     end
     166    showcommand failure
    171167    queuepush DetrendProcessImfiles -replace -key 1:3:5 "FAIL $options:0"
    172168    $DetrendProcessImfileFail ++
     
    175171  # operation times out?
    176172  task.exit    timeout
    177     if ($VERBOSE)
    178       echo "timeout detrend_process_imfile.pl $options:0"
    179     end
     173    showcommand timeout
    180174    queuepush DetrendProcessImfiles -replace -key 1:3:5 "TIMEOUT $options:0"
    181175    $DetrendProcessImfileFail ++
     
    197191
    198192  task.exec
    199     command dettool -toprocessedexp -simple -limit {$DetrendProcessExpFail + 20}
     193    # command dettool -toprocessedexp -simple -limit {$DetrendProcessExpFail + 20}
     194    command dettool -toprocessedexp -simple
    200195  end
    201196
     
    229224  # error
    230225  task.exit    default
    231     if ($VERBOSE)
    232       echo       "detrend.process: failure"
    233     end
     226    showcommand failure
    234227  end
    235228
    236229  # operation times out?
    237230  task.exit    timeout
    238     if ($VERBOSE)
    239       echo       "detrend.process: timeout"
    240     end
     231    showcommand timeout
    241232  end
    242233end
     
    300291  # default exit status
    301292  task.exit    default
    302     if ($VERBOSE)
    303       echo "failure for detrend_process_exp.pl: $options:0"
    304     end
     293    showcommand failure
    305294    queuepush DetrendProcessExposures -replace -key 1:2:4 "FAIL $options:0"
    306295    $DetrendProcessExpFail ++
     
    309298  # operation times out?
    310299  task.exit    timeout
    311     if ($VERBOSE)
    312       echo "failure for detrend_process_exp.pl: $options:0"
    313     end
     300    showcommand timeout
    314301    queuepush DetrendProcessExposures -replace -key 1:2:4 "TIMEOUT $options:0"
    315302    $DetrendProcessExpFail ++
Note: See TracChangeset for help on using the changeset viewer.