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_stack.pl

    r11333 r11360  
    100100
    101101# Stack the files
    102 my $outputRoot = $camera . '.' . $det_type . '.' . $det_id . '.' . $iter . '.' . $class_id; # Root name
    103 $outputRoot = File::Spec->catfile( $workdir, $outputRoot );
     102my $outputFile = "$camera.$det_type.$det_id.$iter.$class_id"; # Root name
     103my $outputSubD = "$camera.$det_type.$det_id";
     104my $outputRoot = File::Spec->catfile( $workdir, $outputSubD, $outputFile );
    104105my $outputStack = $outputRoot . '.fits'; # Output name
    105106my $outputStats = $outputRoot . '.stats'; # Statistics name
     107
    106108{
    107109    my $command = "$ppMerge $outputStack"; # Command to run
Note: See TracChangeset for help on using the changeset viewer.