Changeset 20568 for trunk/ppStack/src/ppStackMatch.c
- Timestamp:
- Nov 6, 2008, 2:07:23 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackMatch.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackMatch.c
r20508 r20568 151 151 int footprint = psMetadataLookupS32(NULL, ppsub, "STAMP.FOOTPRINT"); // Stamp half-size 152 152 float threshold = psMetadataLookupF32(NULL, ppsub, "STAMP.THRESHOLD"); // Threshold for stmps 153 int stride = psMetadataLookupS32(NULL, ppsub, "STRIDE"); // Size of convolution patches 153 154 int iter = psMetadataLookupS32(NULL, ppsub, "ITER"); // Rejection iterations 154 155 float rej = psMetadataLookupF32(NULL, ppsub, "REJ"); // Rejection threshold … … 228 229 229 230 // Do the image matching 230 if (!pmSubtractionMatch(output, NULL, readout, fake, footprint, regionSize, spacing, threshold,231 sources, stampsName, type, size, order, widths, orders, inner, ringsOrder,232 binning, penalty, optimum, optWidths, optOrder, optThresh, iter, rej,233 sysError, maskVal, maskBad, maskPoor, poorFrac, badFrac,231 if (!pmSubtractionMatch(output, NULL, readout, fake, footprint, stride, regionSize, spacing, 232 threshold, sources, stampsName, type, size, order, widths, orders, inner, 233 ringsOrder, binning, penalty, optimum, optWidths, optOrder, optThresh, 234 iter, rej, sysError, maskVal, maskBad, maskPoor, poorFrac, badFrac, 234 235 PM_SUBTRACTION_MODE_1)) { 235 236 psError(PS_ERR_UNKNOWN, false, "Unable to match images.");
Note:
See TracChangeset
for help on using the changeset viewer.
