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_reject_imfile.pl

    r11333 r11360  
    9595
    9696# Generate the file list, and get the statistics
    97 my $outputRoot = $exp_tag . '.detresid.' . $det_id . '.' . $iter; # Root output name
    98 $outputRoot = File::Spec->catfile( $workdir, $outputRoot );
     97my $outputFile = "$exp_tag.detresid.$det_id.$iter"; # Root name
     98my $outputRoot = File::Spec->catfile( $workdir, $exp_tag, $outputFile );
     99
    99100my $list1Name = $outputRoot . '.b1.list'; # Name for the input file list for binning 1
    100101my $list2Name = $outputRoot . '.b2.list'; # Name for the input file list for binning 2
     102
    101103my @means;                      # Array of means
    102104my @variances;                  # Array of variances
Note: See TracChangeset for help on using the changeset viewer.