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

    r9505 r9892  
    4040    and defined $det_type
    4141    and defined $camera;
     42
     43$ipprc->define_camera($camera);
    4244
    4345use constant RECIPE1 => 'PPIMAGE_J1'; # Recipe to use for ppImage to make JPEGs
     
    8789
    8890# Output products --- need to synch with the camera configuration!
    89 my $jpeg1Name = $outputRoot . ".b1.jpg"; # Binned JPEG #1
    90 my $jpeg2Name = $outputRoot . ".b2.jpg"; # Binned JPEG #2
     91my $jpeg1Name = $ipprc->filename("PPIMAGE.JPEG1", $outputRoot); # Binned JPEG #1
     92my $jpeg2Name = $ipprc->filename("PPIMAGE.JPEG2", $outputRoot); # Binned JPEG #2
    9193
    9294# Make the jpeg for binning 1
     
    106108}
    107109
    108 $ipprc->define_camera( $camera);
    109110my $expected = rejection_limit( 'EXPECTED', $det_type, $filter ); # Expected mean
    110111# Rejection thresholds
Note: See TracChangeset for help on using the changeset viewer.