Changeset 20506 for trunk/ppSub/src/ppSubReadout.c
- Timestamp:
- Oct 31, 2008, 5:36:14 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadout.c
r20492 r20506 93 93 int iter = psMetadataLookupS32(NULL, recipe, "ITER"); // Rejection iterations 94 94 float rej = psMetadataLookupF32(NULL, recipe, "REJ"); // Rejection threshold 95 float sys = psMetadataLookupF32(NULL, recipe, "SYS"); // Relative systematic error in kernel 95 96 bool reverse = psMetadataLookupBool(NULL, config->arguments, "REVERSE"); // Reverse sense of subtraction? 96 97 psVector *widths = psMetadataLookupPtr(NULL, recipe, "ISIS.WIDTHS"); // ISIS Gaussian widths … … 181 182 if (!pmSubtractionMatch(inConv, refConv, inRO, refRO, footprint, regionSize, spacing, threshold, sources, 182 183 stampsName, type, size, order, widths, orders, inner, ringsOrder, binning, 183 penalty, optimum, optWidths, optOrder, optThresh, iter, rej, maskVal,184 penalty, optimum, optWidths, optOrder, optThresh, iter, rej, sys, maskVal, 184 185 maskBad, maskPoor, poorFrac, badFrac, subMode)) { 185 186 psError(PS_ERR_UNKNOWN, false, "Unable to match images.");
Note:
See TracChangeset
for help on using the changeset viewer.
