IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11950


Ignore:
Timestamp:
Feb 20, 2007, 4:04:24 PM (19 years ago)
Author:
Paul Price
Message:

Fixing up working directory when none explicitly specified.

File:
1 edited

Legend:

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

    r11845 r11950  
    126126} else {
    127127    my $example = ${$files}[0]->{b1_uri}; # Example original root name
    128     my ($vol, $dir, $file) = File::Spec->splitpath( $example );
     128    my ($vol, $dir, $file) = File::Spec->splitpath( $ipprc->convert_filename_absolute( $example ) );
    129129    $workdir = $dir;
    130130}
     
    135135my $outputFile =  "$exp_tag.p3";
    136136my $outputRoot = File::Spec->catfile( $workdir, $exp_tag, $outputFile );
     137
     138die "$outputRoot\n";
    137139
    138140my $list1Name = $outputRoot . '.b1.list'; # Name for the input file list for binning 1
Note: See TracChangeset for help on using the changeset viewer.