IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2007, 7:37:37 AM (19 years ago)
Author:
eugene
Message:

update workdir and outroot names

File:
1 edited

Legend:

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

    r11333 r11360  
    117117
    118118# Generate the file list, and get the statistics
    119 my $outputRoot = $camera . '.' . $det_type . '.norm.' . $det_id . '.' . $iter; # Root output name
    120 $outputRoot = File::Spec->catfile( $workdir, $outputRoot );
     119my $outputFile = "$camera.$det_type.norm.$det_id.$iter"; # Root output name
     120my $outputSubD = "$camera.$det_type.$det_id";
     121my $outputRoot = File::Spec->catfile( $workdir, $outputSubD, $outputFile );
     122
    121123my $list1Name = $outputRoot . '.b1.list'; # Name for the input file list for binning 1
    122124my $list2Name = $outputRoot . '.b2.list'; # Name for the input file list for binning 2
Note: See TracChangeset for help on using the changeset viewer.