IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 1, 2006, 12:27:41 PM (20 years ago)
Author:
jhoblitt
Message:

remove dettool -updatedetrun -stop
add dettool -upratedetrun -state ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend_reject_exp.pl

    r9524 r9821  
    188188    my $command = "$dettool -updatedetrun -det_id $det_id";
    189189    if ($stop) {
    190         $command .= ' -stop';
     190        $command .= ' -state stop';
    191191    } else {
    192192        $command .= ' -again';
Note: See TracChangeset for help on using the changeset viewer.