- Timestamp:
- Nov 19, 2021, 10:48:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/ppStack/src/ppStackReadout.c
r41910 r41920 362 362 } 363 363 364 // NOTE: expRO is allowed to be NULL 364 365 bool ppStackReadoutPercent(const pmConfig *config, pmReadout *outRO, pmReadout *expRO, const psArray *readouts, 365 366 const psVector *mask, const psVector *weightings, const psVector *exposures, … … 368 369 assert(config); 369 370 assert(outRO); 370 assert(expRO);371 371 assert(readouts); 372 372 assert(mask && mask->n == readouts->n && mask->type.type == PS_TYPE_VECTOR_MASK); … … 420 420 } 421 421 422 // XXX rename minRange to rejectFraction423 // XXX add expmaps424 422 if (!pmStackCombineByPercentile(outRO, expRO, stackData, minRange, maskBad, maskSuspect, maskBlank)) { 425 423 psError(PS_ERR_UNKNOWN, false, "Unable to combine input readouts with rejection."); … … 432 430 outRO->parent->parent->data_exists = true; // output chip 433 431 434 expRO->data_exists = true; // expmap readout 435 expRO->parent->data_exists = true; // expmap cell 436 expRO->parent->parent->data_exists = true; // expmap chip 437 432 if (expRO) { 433 expRO->data_exists = true; // expmap readout 434 expRO->parent->data_exists = true; // expmap cell 435 expRO->parent->parent->data_exists = true; // expmap chip 436 } 437 438 438 psFree(stackData); 439 439 sectionNum++;
Note:
See TracChangeset
for help on using the changeset viewer.
