IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11559


Ignore:
Timestamp:
Feb 1, 2007, 2:10:58 PM (19 years ago)
Author:
eugene
Message:

fixed output names

File:
1 edited

Legend:

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

    r11552 r11559  
    7979
    8080### Output file name --- must match camera configuration!
    81 my $outputRoot =  $exp_tag . '.p2';
    82 $outputRoot = File::Spec->catfile( $workdir, $outputRoot );
    83 $input = $ipprc->convert_filename_absolute ( $input );
    84 
     81my $outputFile =  "$exp_tag.p2";
     82my $outputRoot = File::Spec->catfile( $workdir, $exp_tag, $outputFile );
    8583my $outputImage = $ipprc->filename("PPIMAGE.OUTPUT", $outputRoot, $class_id);
    8684my $outputBin1 = $ipprc->filename("PPIMAGE.BIN1", $outputRoot, $class_id);
    8785my $outputBin2 = $ipprc->filename("PPIMAGE.BIN2", $outputRoot, $class_id);
    8886my $outputStats = $outputRoot  . '.' . $class_id . '.stats';
     87
     88$input = $ipprc->convert_filename_absolute( $input );
    8989
    9090# Run ppImage
Note: See TracChangeset for help on using the changeset viewer.