IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8360


Ignore:
Timestamp:
Aug 15, 2006, 2:27:33 PM (20 years ago)
Author:
Paul Price
Message:

Fixing spelling mistake.

File:
1 edited

Legend:

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

    r8359 r8360  
    7575    my $command = "dettool -addstacked -det_id $detId -iter $iter -class_id $classId" .
    7676        " -uri $output";        # Command to run
    77     $command .= ' -pleasenormalize' if NORMALIZE()->{$detType};
     77    $command .= ' -pleasenormalize' if NORMALISE()->{$detType};
    7878    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    7979        run(command => $command, verbose => 1);
Note: See TracChangeset for help on using the changeset viewer.