- Timestamp:
- Nov 3, 2021, 12:06:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ppStack.20211015/src/ppStackReadout.c
r41871 r41881 381 381 bool mdok; // Status of MD lookup 382 382 psF64 minRange = psMetadataLookupF32(&mdok, recipe, "COMBINE.MIN.RANGE"); // Combination threshold 383 psF64 maxRange = psMetadataLookupF32(&mdok, recipe, "COMBINE.MAX.RANGE"); // Combination threshold384 383 385 384 char defaultBlankStr[16] = "BLANK"; … … 420 419 421 420 // XXX rename minRange to rejectFraction 422 if (!pmStackCombineByPercentile(outRO, stackData, minRange, maxRange, maskBad, maskSuspect, maskBlank)) { 421 // XXX add expmaps 422 if (!pmStackCombineByPercentile(outRO, NULL, stackData, minRange, maskBad, maskSuspect, maskBlank)) { 423 423 psError(PS_ERR_UNKNOWN, false, "Unable to combine input readouts with rejection."); 424 424 psFree(stackData);
Note:
See TracChangeset
for help on using the changeset viewer.
