Changeset 9005
- Timestamp:
- Sep 27, 2006, 9:53:12 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_calc_norm.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_calc_norm.pl
r9004 r9005 46 46 my @command = split /\s+/, $command; 47 47 my ( $stdin, $stdout, $stderr ); # Buffers for running program 48 print "Running [$command]...\n"; 48 49 run \@command, \$stdin, \$stdout, \$stderr or 49 50 die "Unable to perform dettool -processed -unmask on detrend $detId/$iter: $?"; 51 print $stdout . "\n"; 50 52 51 53 # Parse the output … … 81 83 my ( $stdout, $stderr ); # Buffers for running program 82 84 my @command = split /\s+/, $ppNormCalc; 85 print "Running [$ppNormCalc]...\n"; 83 86 run \@command, \$normData, \$stdout, \$stderr or 84 87 die "Unable to perform ppNormCalc: $?"; 88 print $stdout . "\n"; 85 89 86 90 # Parse the output … … 100 104 101 105 my ( $stdin, $stdout, $stderr ); # Buffers for running program 106 print "Running [$command]...\n"; 102 107 run \@command, \$stdin, \$stdout, \$stderr or 103 108 die "Unable to perform dettool -addnormstat for $className: $?"; 109 print $stdout . "\n"; 104 110 } 105 111 }
Note:
See TracChangeset
for help on using the changeset viewer.
