IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 22, 2006, 6:32:12 PM (20 years ago)
Author:
Paul Price
Message:

Use the command I found, not some generic one.

File:
1 edited

Legend:

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

    r8360 r8503  
    5757my $output = $detType . '_' . $classId . '_' . $detId . '_' . $iter; # Output name
    5858{
    59     my $command = "ppMerge $output"; # Command to run
     59    my $command = "$ppMerge $output"; # Command to run
    6060    foreach my $file (@$files) {
    6161        my $uri = $file->{uri}; # URI for input file
Note: See TracChangeset for help on using the changeset viewer.