IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27541


Ignore:
Timestamp:
Mar 30, 2010, 5:44:49 PM (16 years ago)
Author:
Paul Price
Message:

Fix syntax error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_delete/ippScripts/scripts/magic_process.pl

    r27540 r27541  
    160160                my $command = "$difftool -inputskyfile -diff_id $diff_id -skycell_id $node"; # Command to run
    161161                $command .= " -dbname $dbname" if defined $dbname;
    162                 if ($node->{inverse}) {
     162                if ($innode->{inverse}) {
    163163                    # Want the input because we're magicking the reference
    164164                    $command .= " -input";
     
    197197
    198198                my $command = "$ppSubConvolve $tempPath -image $image -mask $mask -kernel $kernel";
    199                 $command .= " -reference" unless $node->{inverse};
     199                $command .= " -reference" unless $innode->{inverse};
    200200                my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    201201                    run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.