IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2007, 7:37:37 AM (19 years ago)
Author:
eugene
Message:

update workdir and outroot names

File:
1 edited

Legend:

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

    r11333 r11360  
    117117    $workdir = $dir;
    118118}
    119 my $outputRoot = $exp_tag . '.detresid.' . $det_id . '.' . $iter; # Root name
    120 $outputRoot = File::Spec->catfile( $workdir, $outputRoot );
    121 $input_uri = $ipprc->convert_filename_absolute( $input_uri );
    122 $detrend = $ipprc->convert_filename_absolute( $detrend ) if defined $detrend;
     119
     120my $outputFile = "$exp_tag.detresid.$det_id.$iter"; # Root name
     121my $outputRoot = File::Spec->catfile( $workdir, $exp_tag, $outputFile );
    123122
    124123my $outputName = $ipprc->filename("PPIMAGE.OUTPUT", $outputRoot, $class_id);
     
    127126
    128127my $outputStats = $outputRoot . '.' . $class_id . '.stats';
     128
     129$detrend = $ipprc->convert_filename_absolute( $detrend ) if defined $detrend;
     130$input_uri = $ipprc->convert_filename_absolute( $input_uri );
    129131
    130132# Run ppImage
Note: See TracChangeset for help on using the changeset viewer.