IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12578


Ignore:
Timestamp:
Mar 23, 2007, 2:34:06 PM (19 years ago)
Author:
Paul Price
Message:

Missed removing that subdir.

File:
1 edited

Legend:

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

    r12421 r12578  
    112112# Stack the files
    113113my $outputFile = "$camera.$det_type.$det_id.$iter.$class_id"; # Root name
    114 my $outputSubD = "$camera.$det_type.$det_id";
    115 my $outputRoot = File::Spec->catfile( $workdir, $outputSubD, $outputFile );
     114my $outputRoot = File::Spec->catfile( $workdir, $outputFile );
    116115my $outputStack = $outputRoot . '.fits'; # Output name
    117116my $outputStats = $outputRoot . '.stats'; # Statistics name
Note: See TracChangeset for help on using the changeset viewer.