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

    r9524 r9892  
    3636     and defined $camera
    3737     and defined $det_type;
     38
     39$ipprc->define_camera($camera);
    3840
    3941use constant RECIPE1 => 'PPIMAGE_J1'; # Recipe to use for ppImage to make JPEGs
     
    110112
    111113# Output products --- need to synch with the camera configuration!
    112 my $jpeg1Name = $outputRoot . ".b1.jpg"; # Binned JPEG #1
    113 my $jpeg2Name = $outputRoot . ".b2.jpg"; # Binned JPEG #2
     114my $jpeg1Name = $ipprc->filename("PPIMAGE.JPEG1", $outputRoot); # Binned JPEG #1
     115my $jpeg2Name = $ipprc->filename("PPIMAGE.JPEG2", $outputRoot); # Binned JPEG #2
    114116
    115117# Make the jpeg for binning 1
Note: See TracChangeset for help on using the changeset viewer.