IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 25, 2006, 5:38:11 PM (20 years ago)
Author:
Paul Price
Message:

Doesn't like quotes around the operation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend_apply_norm.pl

    r8887 r8976  
    5151my $norms;
    5252{
    53     my $command = "$ppArith -file1 $input -op \"*\" -constant $value -out $output"; # Command to run
     53    my $command = "$ppArith -file1 $input -op * -constant $value -out $output"; # Command to run
    5454    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    5555        run(command => $command, verbose => 1);
Note: See TracChangeset for help on using the changeset viewer.