IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23397


Ignore:
Timestamp:
Mar 18, 2009, 11:15:10 AM (17 years ago)
Author:
Paul Price
Message:

Fixing following CLI change.

File:
1 edited

Legend:

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

    r23295 r23397  
    198198# Perform subtraction
    199199unless ($no_op) {
    200     my $command = "$ppSub $input $template $outroot";
     200    my $command = "$ppSub -inimage $input -refimage $template $outroot";
    201201    $command .= " -inmask $inputMask";
    202202    $command .= " -refmask $templateMask";
Note: See TracChangeset for help on using the changeset viewer.