Changeset 9145 for trunk/ippScripts/scripts/detrend_norm_apply.pl
- Timestamp:
- Oct 3, 2006, 10:04:48 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_apply.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_apply.pl
r9141 r9145 56 56 my $b1name = $outputRoot . '.' . $classId . '.b1.fits'; # Output file with binning 1 57 57 my $b2name = $outputRoot . '.' . $classId . '.b2.fits'; # Output file with binning 2 58 my $stat Name = $outputRoot . '.' . $classId . '.stats'; # Statistics file58 my $statsName = $outputRoot . '.' . $classId . '.stats'; # Statistics file 59 59 60 60 # Run ppArith 61 61 { 62 my $command = "$ppImage -file $input $outputRoot -norm $value -stat $stat Name -recipe PPIMAGE " . RECIPE(); # Command to run62 my $command = "$ppImage -file $input $outputRoot -norm $value -stat $statsName -recipe PPIMAGE " . RECIPE(); # Command to run 63 63 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 64 64 run(command => $command, verbose => 1); … … 67 67 die "Can't find expected output file: $b1name\n" if not -e $b1name; 68 68 die "Can't find expected output file: $b2name\n" if not -e $b2name; 69 die "Can't find expected output file: $stat Name\n" if not -e $statName;69 die "Can't find expected output file: $statsName\n" if not -e $statsName; 70 70 } 71 71
Note:
See TracChangeset
for help on using the changeset viewer.
