IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 7, 2006, 10:38:05 AM (20 years ago)
Author:
Paul Price
Message:

Output images from ppImage are specified by the FILERULES in the camera configuration.

File:
1 edited

Legend:

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

    r9446 r9892  
    4747    and defined $detType;
    4848
     49$ipprc->define_camera($camera);
     50
    4951
    5052use constant RECIPE => 'PPIMAGE_N'; # Recipe to use with ppImage
     
    6264my $outputRoot = $camera . '.' . $detType . '.norm.' . $detId . '.' . $iter; # Root output name
    6365$outputRoot = File::Spec->rel2abs( File::Spec->catpath( $vol, $dir, $outputRoot ), $ipprc->workdir() );
    64 my $output = $outputRoot . '.' . $classId . '.fits'; # Main output file
    65 my $b1name = $outputRoot . '.' . $classId . '.b1.fits'; # Output file with binning 1
    66 my $b2name = $outputRoot . '.' . $classId . '.b2.fits'; # Output file with binning 2
     66
     67my $output = $ipprc->filename("PPIMAGE.OUTPUT", $outputRoot, $classId);
     68my $b1name = $ipprc->filename("PPIMAGE.BIN1", $outputRoot, $classId);
     69my $b2name = $ipprc->filename("PPIMAGE.BIN2", $outputRoot, $classId);
     70
    6771my $statsName = $outputRoot . '.' . $classId . '.stats'; # Statistics file
    6872
Note: See TracChangeset for help on using the changeset viewer.