Changeset 20497 for trunk/ppStack/src/ppStackReadout.c
- Timestamp:
- Oct 31, 2008, 5:00:04 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackReadout.c
r19532 r20497 96 96 int iter = psMetadataLookupS32(NULL, recipe, "ITER"); // Rejection iterations 97 97 float combineRej = psMetadataLookupF32(NULL, recipe, "COMBINE.REJ"); // Combination threshold 98 float combineSys = psMetadataLookupF32(NULL, recipe, "COMBINE.SYS"); // Combination systematic error 98 99 bool useVariance = psMetadataLookupBool(&mdok, recipe, "VARIANCE"); // Use variance for rejection? 99 100 bool safe = psMetadataLookupBool(&mdok, recipe, "SAFE"); // Be safe when combining small numbers of pixels … … 133 134 } 134 135 135 if (!pmStackCombine(outRO, stack, maskVal | maskBad, maskBad, kernelSize, iter, combineRej, true,136 useVariance, safe)) {136 if (!pmStackCombine(outRO, stack, maskVal | maskBad, maskBad, kernelSize, iter, combineRej, combineSys, 137 true, useVariance, safe)) { 137 138 psError(PS_ERR_UNKNOWN, false, "Unable to combine input readouts with rejection."); 138 139 psFree(stack);
Note:
See TracChangeset
for help on using the changeset viewer.
