Changeset 41892 for trunk/psModules/src/imcombine/pmStack.h
- Timestamp:
- Nov 4, 2021, 6:05:18 PM (5 years ago)
- Location:
- trunk/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/imcombine/pmStack.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules
-
trunk/psModules/src/imcombine/pmStack.h
r36710 r41892 47 47 ); 48 48 49 bool pmStackCombineByPercentile( 50 pmReadout *combined, 51 psArray *input, 52 psF64 minRange, 53 psF64 maxRange, 54 psImageMaskType badMaskBits, // treat these bits as 'bad' 55 psImageMaskType suspectMaskBits, // treat these bits as 'suspect' 56 psImageMaskType blankMaskBits // use this mask value for pixels missing input data (distinguish between Ninput = 0 and Ngood = 0?) 57 ); 58 49 59 /// Stack input images 50 60 bool pmStackCombine(pmReadout *combined,///< Combined readout (output)
Note:
See TracChangeset
for help on using the changeset viewer.
