Changeset 42566
- Timestamp:
- Dec 3, 2023, 3:02:49 PM (3 years ago)
- Location:
- branches/eam_branches/ipp-20230313/ppStack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppStackReadout.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/ppStack
- Property svn:mergeinfo changed
/trunk/ppStack (added) merged: 42556-42557
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20230313/ppStack/src/ppStackReadout.c
r42094 r42566 83 83 thread->status = status ? PPSTACK_THREAD_SUCCESS : PPSTACK_THREAD_FAILURE; 84 84 85 //fprintf (stderr, "finished thread %d, status %d : scan range %d - %d\n", thread->entry, thread->status, thread->firstScan, thread->lastScan);85 fprintf (stderr, "finished thread %d, status %d : scan range %d - %d\n", thread->entry, thread->status, thread->firstScan, thread->lastScan); 86 86 87 87 psAssert(status, "Stacking failed."); … … 383 383 bool mdok; // Status of MD lookup 384 384 psF64 rejectFraction = psMetadataLookupF32(&mdok, recipe, "COMBINE.REJECT.FRACTION"); // fraction of outliers to reject 385 int nminpix = psMetadataLookupS32(&mdok, recipe, "NMINPIX"); // Minimum input per pixel to combine with 385 386 386 387 char defaultBlankStr[16] = "BLANK"; … … 422 423 } 423 424 424 if (!pmStackCombineByPercentile(outRO, expRO, stackData, rejectFraction, maskBad, maskSuspect, maskBlank)) {425 if (!pmStackCombineByPercentile(outRO, expRO, stackData, rejectFraction, nminpix, maskBad, maskSuspect, maskBlank)) { 425 426 psError(PS_ERR_UNKNOWN, false, "Unable to combine input readouts with rejection."); 426 427 psFree(stackData);
Note:
See TracChangeset
for help on using the changeset viewer.
