Changeset 9892 for trunk/ippScripts/scripts/detrend_reject_imfile.pl
- Timestamp:
- Nov 7, 2006, 10:38:05 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl
r9505 r9892 40 40 and defined $det_type 41 41 and defined $camera; 42 43 $ipprc->define_camera($camera); 42 44 43 45 use constant RECIPE1 => 'PPIMAGE_J1'; # Recipe to use for ppImage to make JPEGs … … 87 89 88 90 # Output products --- need to synch with the camera configuration! 89 my $jpeg1Name = $ outputRoot . ".b1.jpg"; # Binned JPEG #190 my $jpeg2Name = $ outputRoot . ".b2.jpg"; # Binned JPEG #291 my $jpeg1Name = $ipprc->filename("PPIMAGE.JPEG1", $outputRoot); # Binned JPEG #1 92 my $jpeg2Name = $ipprc->filename("PPIMAGE.JPEG2", $outputRoot); # Binned JPEG #2 91 93 92 94 # Make the jpeg for binning 1 … … 106 108 } 107 109 108 $ipprc->define_camera( $camera);109 110 my $expected = rejection_limit( 'EXPECTED', $det_type, $filter ); # Expected mean 110 111 # Rejection thresholds
Note:
See TracChangeset
for help on using the changeset viewer.
