pmCombineParams Struct Reference
[Image Combinations]

#include <pmReadoutCombine.h>


Detailed Description

Combination parameters for pmReadoutCombine.

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)?


Field Documentation

psStatsOptions pmCombineParams::combine

Statistic to use when performing the combination.

Definition at line 27 of file pmReadoutCombine.h.

psMaskType pmCombineParams::maskVal

Mask value.

Definition at line 28 of file pmReadoutCombine.h.

int pmCombineParams::nKeep

Mimimum number of pixels to keep.

Definition at line 29 of file pmReadoutCombine.h.

float pmCombineParams::fracHigh

Fraction of high pixels to immediately throw.

Definition at line 30 of file pmReadoutCombine.h.

float pmCombineParams::fracLow

Fraction of low pixels to immediately throw.

Definition at line 31 of file pmReadoutCombine.h.

int pmCombineParams::iter

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.

bool pmCombineParams::weights

Use the supplied weights (instead of calculated stdev)?

Definition at line 34 of file pmReadoutCombine.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 2 22:36:00 2007 for Pan-STARRS Module Library by  doxygen 1.5.1