IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 5, 2007, 9:52:22 AM (19 years ago)
Author:
Paul Price
Message:

Modifying to use subtraction modes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackMatch.c

    r15428 r15448  
    7979    // Do the image matching
    8080    if (!pmSubtractionMatch(output, input, fake, footprint, regionSize, spacing, threshold, sources,
    81                             stampsName, target, type, size, order, widths, orders, inner, ringsOrder,
     81                            stampsName, type, size, order, widths, orders, inner, ringsOrder,
    8282                            binning, optimum, optWidths, optOrder, optThresh, iter, rej, maskBad,
    83                             maskBlank, badFrac)) {
     83                            maskBlank, badFrac, PM_SUBTRACTION_MODE_TARGET)) {
    8484        psError(PS_ERR_UNKNOWN, false, "Unable to match images.");
    8585        psFree(fake);
Note: See TracChangeset for help on using the changeset viewer.