IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2006, 10:04:48 AM (20 years ago)
Author:
Paul Price
Message:

Fixing so they compile.

File:
1 edited

Legend:

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

    r9135 r9145  
    2929    -exitval => 3,
    3030) unless defined $det_id
    31      and defined $iteration
     31     and defined $iter
    3232     and defined $camera
    3333     and defined $det_type;
     
    8989
    9090# Generate the file list, and get the statistics
    91 my $outputRoot = $camera . '.' . $detType . '.norm.' . $detId . '.' . $iter; # Root output name
     91my $outputRoot = $camera . '.' . $det_type . '.norm.' . $det_id . '.' . $iter; # Root output name
    9292my $list1Name = $outputRoot . '.b1.list'; # Name for the input file list for binning 1
    9393my $list2Name = $outputRoot . '.b2.list'; # Name for the input file list for binning 2
Note: See TracChangeset for help on using the changeset viewer.