Changeset 15448
- Timestamp:
- Nov 5, 2007, 9:52:22 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ppStack/src/ppStackMatch.c (modified) (1 diff)
-
ppSub/src/ppSubReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackMatch.c
r15428 r15448 79 79 // Do the image matching 80 80 if (!pmSubtractionMatch(output, input, fake, footprint, regionSize, spacing, threshold, sources, 81 stampsName, t arget, type, size, order, widths, orders, inner, ringsOrder,81 stampsName, type, size, order, widths, orders, inner, ringsOrder, 82 82 binning, optimum, optWidths, optOrder, optThresh, iter, rej, maskBad, 83 maskBlank, badFrac )) {83 maskBlank, badFrac, PM_SUBTRACTION_MODE_TARGET)) { 84 84 psError(PS_ERR_UNKNOWN, false, "Unable to match images."); 85 85 psFree(fake); -
trunk/ppSub/src/ppSubReadout.c
r15423 r15448 90 90 } 91 91 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, 94 94 binning, optimum, optWidths, optOrder, optThresh, iter, rej, maskBad, 95 maskBlank, badFrac )) {95 maskBlank, badFrac, PM_SUBTRACTION_MODE_UNSURE)) { 96 96 psError(PS_ERR_UNKNOWN, false, "Unable to match images."); 97 97 psFree(outRO);
Note:
See TracChangeset
for help on using the changeset viewer.
