#include <pmReadoutCombine.h>
These values define how the combination is performed, and should not vary by detector, so that it can be re-used for multiple combinations.
Definition at line 25 of file pmReadoutCombine.h.
Data Fields | |
| psStatsOptions | combine |
| Statistic to use when performing the combination. | |
| psMaskType | maskVal |
| Mask value. | |
| int | nKeep |
| Mimimum number of pixels to keep. | |
| float | fracHigh |
| Fraction of high pixels to immediately throw. | |
| float | fracLow |
| Fraction of low pixels to immediately throw. | |
| int | iter |
| Number of iterations for clipping (for CLIPPED_MEAN only). | |
| float | rej |
| Rejection threshould for clipping (for CLIPPED_MEAN only). | |
| bool | weights |
| Use the supplied weights (instead of calculated stdev)? | |
| psStatsOptions pmCombineParams::combine |
| psMaskType pmCombineParams::maskVal |
| float pmCombineParams::fracLow |
Number of iterations for clipping (for CLIPPED_MEAN only).
Definition at line 32 of file pmReadoutCombine.h.
| float pmCombineParams::rej |
Rejection threshould for clipping (for CLIPPED_MEAN only).
Definition at line 33 of file pmReadoutCombine.h.
Use the supplied weights (instead of calculated stdev)?
Definition at line 34 of file pmReadoutCombine.h.
1.5.1