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/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.