IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2008, 1:32:04 PM (18 years ago)
Author:
bills
Message:

I didn't mean to commit this file.

File:
1 edited

Legend:

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

    r17250 r17251  
    4848           'no-op'             => \$no_op,
    4949           ) or pod2usage( 2 );
    50 $verbose = 1;
     50
    5151pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    5252pod2usage( -msg => "Required options: --det_id --iteration --camera --det_type --outroot",
     
    186186        my $command = "$dettool -addprocessedimfile";
    187187        $command .= " -det_id $det_id";
    188 # this option seems to have been removed
    189 #       $command .= " -iter $iter";
     188        $command .= " -iter $iter";
    190189        $command .= " -code $exit_code";
    191190        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.