Changeset 9004 for trunk/ippScripts/scripts/detrend_reject_imfile.pl
- Timestamp:
- Sep 27, 2006, 9:35:47 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
r8963 r9004 96 96 97 97 # Generate the file list, and get the statistics 98 my $output Name = $exp_id . '_' . $det_id . '_' . $iter; # Root output name99 my $list1Name = $output Name . '_jpeg1.list'; # Name for the input file list for binning 1100 my $list2Name = $output Name . '_jpeg2.list'; # Name for the input file list for binning 298 my $outputRoot = $exp_id . '.detresid.' . $det_id . '.' . $iter; # Root output name 99 my $list1Name = $outputRoot . '.b1.list'; # Name for the input file list for binning 1 100 my $list2Name = $outputRoot . '.b2.list'; # Name for the input file list for binning 2 101 101 my @means; # Array of means 102 102 my @stdevs; # Array of stdevs … … 113 113 114 114 # Output products --- need to synch with the camera configuration! 115 my $jpeg1Name = $output Name. ".b1.jpg"; # Binned JPEG #1116 my $jpeg2Name = $output Name. ".b2.jpg"; # Binned JPEG #2115 my $jpeg1Name = $outputRoot . ".b1.jpg"; # Binned JPEG #1 116 my $jpeg2Name = $outputRoot . ".b2.jpg"; # Binned JPEG #2 117 117 118 118 # Make the jpeg for binning 1 119 119 { 120 my $command = "$ppImage -list $list1Name $output Name-recipe PPIMAGE " . RECIPE1; # Command to run120 my $command = "$ppImage -list $list1Name $outputRoot -recipe PPIMAGE " . RECIPE1; # Command to run 121 121 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 122 122 run(command => $command, verbose => 1); … … 126 126 # Make the jpeg for binning 2 127 127 { 128 my $command = "$ppImage -list $list2Name $output Name-recipe PPIMAGE " . RECIPE2; # Command to run128 my $command = "$ppImage -list $list2Name $outputRoot -recipe PPIMAGE " . RECIPE2; # Command to run 129 129 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 130 130 run(command => $command, verbose => 1);
Note:
See TracChangeset
for help on using the changeset viewer.
