psClipParams Struct Reference
[Mathematical Operations]

#include <psClip.h>


Detailed Description

Parameters for clipping.

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.


Field Documentation

psStatsOptions psClipParams::meanStat

Stats option to use for mean.

Definition at line 18 of file psClip.h.

psStatsOptions psClipParams::stdevStat

Stats option to use for standard deviation.

Definition at line 19 of file psClip.h.

float psClipParams::fracHigh

Fraction of high values to clip.

Definition at line 20 of file psClip.h.

float psClipParams::fracLow

Fraction of low values to clip.

Definition at line 21 of file psClip.h.

int psClipParams::numKeep

Minimum number of values to keep from clipping.

Definition at line 22 of file psClip.h.

int psClipParams::iter

Number of rejection iterations.

Definition at line 23 of file psClip.h.

float psClipParams::rej

Rejection limit (standard deviations).

Definition at line 24 of file psClip.h.

psMaskType psClipParams::masked

Mask value for entries already masked.

Definition at line 25 of file psClip.h.

psMaskType psClipParams::clipped

Mask value to give to clipped entries.

Definition at line 26 of file psClip.h.

float psClipParams::mean

Resultant mean.

Definition at line 27 of file psClip.h.

float psClipParams::stdev

Resultant stdev.

Definition at line 28 of file psClip.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 2 22:25:50 2007 for pslib by  doxygen 1.5.1