IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11948


Ignore:
Timestamp:
Feb 20, 2007, 3:50:33 PM (19 years ago)
Author:
Paul Price
Message:

Fix the output root filename.

File:
1 edited

Legend:

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

    r11845 r11948  
    124124# Add the processed file to the database
    125125$outputImage = $ipprc->convert_filename_relative( $outputImage);
    126 $outputBin1  = $ipprc->convert_filename_relative( $outputBin1 );
    127 $outputBin2  = $ipprc->convert_filename_relative( $outputBin2 );
     126$outputRoot  = $ipprc->convert_filename_relative( $outputRoot );
    128127
    129128my $bg = ($stats->bg_mean() or 'NAN');
Note: See TracChangeset for help on using the changeset viewer.