Changeset 14806 for trunk/ppSub/src/ppSubReadout.c
- Timestamp:
- Sep 10, 2007, 2:08:40 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadout.c
r14751 r14806 83 83 } 84 84 85 if (!pmSubtractionMatch(outRO, refRO, inRO, footprint, regionSize, spacing, threshold, stampsName, 86 NAN, type, size, order, widths, orders, inner, ringsOrder, binning, optimum, 87 optWidths, optOrder, optThresh, iter, rej, maskBad, maskBlank)) { 85 psArray *sources = psMetadataLookupPtr(&mdok, refRO->analysis, "PSPHOT.SOURCES"); // Sources in image 86 87 if (!pmSubtractionMatch(outRO, refRO, inRO, footprint, regionSize, spacing, threshold, sources, 88 stampsName, NAN, type, size, order, widths, orders, inner, ringsOrder, 89 binning, optimum, optWidths, optOrder, optThresh, iter, rej, maskBad, 90 maskBlank)) { 88 91 psError(PS_ERR_UNKNOWN, false, "Unable to match images."); 89 92 psFree(outRO);
Note:
See TracChangeset
for help on using the changeset viewer.
