Changeset 8976
- Timestamp:
- Sep 25, 2006, 5:38:11 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_apply_norm.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_apply_norm.pl
r8887 r8976 51 51 my $norms; 52 52 { 53 my $command = "$ppArith -file1 $input -op \"*\"-constant $value -out $output"; # Command to run53 my $command = "$ppArith -file1 $input -op * -constant $value -out $output"; # Command to run 54 54 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 55 55 run(command => $command, verbose => 1);
Note:
See TracChangeset
for help on using the changeset viewer.
