Changeset 24181 for trunk/ppSub
- Timestamp:
- May 13, 2009, 5:12:53 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubMatchPSFs.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubMatchPSFs.c
r24065 r24181 94 94 float spacing = psMetadataLookupF32(NULL, recipe, "STAMP.SPACING"); // Typical stamp spacing 95 95 float threshold = psMetadataLookupF32(NULL, recipe, "STAMP.THRESHOLD"); // Threshold for stmps 96 const char *stampsName = psMetadataLookupStr(&mdok, config->arguments, "STAMPS"); // Filename for stamps97 96 98 97 const char *typeStr = psMetadataLookupStr(NULL, recipe, "KERNEL.TYPE"); // Kernel type … … 151 150 } else { 152 151 success = pmSubtractionMatch(inConv, refConv, inRO, refRO, footprint, stride, regionSize, 153 spacing, threshold, sources, stampsName, type, size, order,152 spacing, threshold, sources, data->stamps, type, size, order, 154 153 widths, orders, inner, ringsOrder, binning, penalty, optimum, 155 154 optWidths, optOrder, optThresh, iter, rej, sys, maskVal,
Note:
See TracChangeset
for help on using the changeset viewer.
