#include <psClip.h>
Definition at line 16 of file psClip.h.
Data Fields | |
| psStatsOptions | meanStat |
| Stats option to use for mean. | |
| psStatsOptions | stdevStat |
| Stats option to use for standard deviation. | |
| float | fracHigh |
| Fraction of high values to clip. | |
| float | fracLow |
| Fraction of low values to clip. | |
| int | numKeep |
| Minimum number of values to keep from clipping. | |
| int | iter |
| Number of rejection iterations. | |
| float | rej |
| Rejection limit (standard deviations). | |
| psMaskType | masked |
| Mask value for entries already masked. | |
| psMaskType | clipped |
| Mask value to give to clipped entries. | |
| float | mean |
| Resultant mean. | |
| float | stdev |
| Resultant stdev. | |
| float psClipParams::fracHigh |
| float psClipParams::fracLow |
| float psClipParams::rej |
| float psClipParams::mean |
| float psClipParams::stdev |
1.5.1