IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2007, 3:33:42 PM (19 years ago)
Author:
Paul Price
Message:

Need absolute path.

File:
1 edited

Legend:

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

    r12421 r12584  
    121121    $workdir = File::Spec->catdir( $workdir, $subdir );
    122122} else {
    123     my $example = ${$files}[0]->{path_base}; # Example file, for path
     123    my $example = $ipprc->convert_filename_absolute( ${$files}[0]->{path_base} ); # Example file, for path
    124124    my ($vol, $dir, $file) = File::Spec->splitpath( $example );
    125125    $workdir = $dir;
Note: See TracChangeset for help on using the changeset viewer.