IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11949


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

Need to resolve the input filename before deciding on the output directory.

File:
1 edited

Legend:

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

    r11948 r11949  
    7373$ppImage .= " -dbname $dbname" if defined $dbname;
    7474
     75$input = $ipprc->convert_filename_absolute( $input );
     76
    7577if (defined $workdir) {
    7678    $workdir = $ipprc->convert_filename_absolute( $workdir );
     
    8789my $outputBin2 = $ipprc->filename("PPIMAGE.BIN2", $outputRoot, $class_id);
    8890my $outputStats = $outputRoot  . '.' . $class_id . '.stats';
    89 
    90 $input = $ipprc->convert_filename_absolute( $input );
    9191
    9292my $stats = PS::IPP::Metadata::Stats->new(); # Stats parser
Note: See TracChangeset for help on using the changeset viewer.