IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15448


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

Modifying to use subtraction modes.

Location:
trunk
Files:
2 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);
  • trunk/ppSub/src/ppSubReadout.c

    r15423 r15448  
    9090    }
    9191
    92     if (!pmSubtractionMatch(outRO, refRO, inRO, footprint, regionSize, spacing, threshold, sources,
    93                             stampsName, NAN, type, size, order, widths, orders, inner, ringsOrder,
     92    if (!pmSubtractionMatch(outRO, inRO, refRO, footprint, regionSize, spacing, threshold, sources,
     93                            stampsName, type, size, order, widths, orders, inner, ringsOrder,
    9494                            binning, optimum, optWidths, optOrder, optThresh, iter, rej, maskBad,
    95                             maskBlank, badFrac)) {
     95                            maskBlank, badFrac, PM_SUBTRACTION_MODE_UNSURE)) {
    9696        psError(PS_ERR_UNKNOWN, false, "Unable to match images.");
    9797        psFree(outRO);
Note: See TracChangeset for help on using the changeset viewer.