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

    r11333 r11360  
    113113    $workdir = $dir;
    114114}
    115 
    116 # Generate the file list, and get the statistics
    117 my $outputRoot = $exp_tag . '.detproc.' . $det_id; # Root output name
    118 $outputRoot = File::Spec->catfile( $workdir, $outputRoot );
     115my $outputFile = $exp_tag . '.detproc.' . $det_id; # Root name
     116my $outputRoot = File::Spec->catfile( $workdir, $exp_tag, $outputFile );
     117
     118# output files:
    119119my $list1Name = $outputRoot . '.b1.list'; # Name for the input file list for binning 1
    120120my $list2Name = $outputRoot . '.b2.list'; # Name for the input file list for binning 2
Note: See TracChangeset for help on using the changeset viewer.