Changeset 8856
- Timestamp:
- Sep 19, 2006, 6:16:06 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_apply_norm.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_apply_norm.pl
r8853 r8856 28 28 my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files 29 29 30 my $outName = $output . '.' . $classId . '.fit'; # Output file name31 32 30 # Run ppArith 33 31 my $norms; … … 37 35 run(command => $command, verbose => 1); 38 36 die "Unable to perform ppArith: $error_code\n" if not $success; 39 die "Can't find expected output file: $out Name\n" if not -e $outName;37 die "Can't find expected output file: $output\n" if not -e $output; 40 38 } 41 39 … … 44 42 { 45 43 my $command = "$dettool -addnormalizedimfile -det_id $detId -iteration $iter -class_id $classId ". 46 "-uri $out Name"; # Command to run44 "-uri $output"; # Command to run 47 45 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 48 46 run(command => $command, verbose => 1);
Note:
See TracChangeset
for help on using the changeset viewer.
