|
LSSTApplications
8.0.0.0+107,8.0.0.1+13,9.1+18,9.2,master-g084aeec0a4,master-g0aced2eed8+6,master-g15627eb03c,master-g28afc54ef9,master-g3391ba5ea0,master-g3d0fb8ae5f,master-g4432ae2e89+36,master-g5c3c32f3ec+17,master-g60f1e072bb+1,master-g6a3ac32d1b,master-g76a88a4307+1,master-g7bce1f4e06+57,master-g8ff4092549+31,master-g98e65bf68e,master-ga6b77976b1+53,master-gae20e2b580+3,master-gb584cd3397+53,master-gc5448b162b+1,master-gc54cf9771d,master-gc69578ece6+1,master-gcbf758c456+22,master-gcec1da163f+63,master-gcf15f11bcc,master-gd167108223,master-gf44c96c709
LSSTDataManagementBasePackage
|
Pass parameters to a Statistics objectA class to pass parameters which control how the stats are calculated. More...
#include <Statistics.h>
Public Types | |
| typedef boost::shared_ptr < StatisticsControl > | Ptr |
| typedef boost::shared_ptr < StatisticsControl > const | ConstPtr |
Public Member Functions | |
| StatisticsControl (double numSigmaClip=3.0, int numIter=3, lsst::afw::image::MaskPixel andMask=0x0, bool isNanSafe=true, int useWeights=WEIGHTS_NONE) | |
| double | getNumSigmaClip () const |
| int | getNumIter () const |
| int | getAndMask () const |
| int | getNoGoodPixelsMask () const |
| bool | getNanSafe () const |
| bool | getWeighted () const |
| bool | getWeightedIsSet () const |
| bool | getCalcErrorFromInputVariance () const |
| void | setNumSigmaClip (double numSigmaClip) |
| void | setNumIter (int numIter) |
| void | setAndMask (int andMask) |
| void | setNoGoodPixelsMask (int noGoodPixelsMask) |
| void | setNanSafe (bool isNanSafe) |
| void | setWeighted (bool useWeights) |
| void | setCalcErrorFromInputVariance (bool calcErrorFromInputVariance) |
Private Types | |
| enum | WeightsBoolean { WEIGHTS_FALSE =0, WEIGHTS_TRUE =1, WEIGHTS_NONE } |
Private Attributes | |
| double | _numSigmaClip |
| int | _numIter |
| int | _andMask |
| int | _noGoodPixelsMask |
| bool | _isNanSafe |
| WeightsBoolean | _useWeights |
| bool | _calcErrorFromInputVariance |
Pass parameters to a Statistics object
A class to pass parameters which control how the stats are calculated.
Definition at line 92 of file Statistics.h.
| typedef boost::shared_ptr<StatisticsControl> const lsst::afw::math::StatisticsControl::ConstPtr |
Definition at line 97 of file Statistics.h.
| typedef boost::shared_ptr<StatisticsControl> lsst::afw::math::StatisticsControl::Ptr |
Definition at line 96 of file Statistics.h.
|
private |
|
inline |
| numSigmaClip | number of standard deviations to clip at |
| numIter | Number of iterations |
| andMask | and-Mask: defines which mask bits cause a value to be ignored |
| isNanSafe | flag NaNs |
| useWeights | use weighted statistics (via a vector or an inverse variance) |
Definition at line 99 of file Statistics.h.
|
inline |
Definition at line 126 of file Statistics.h.
|
inline |
Definition at line 131 of file Statistics.h.
|
inline |
Definition at line 128 of file Statistics.h.
|
inline |
Definition at line 127 of file Statistics.h.
|
inline |
Definition at line 125 of file Statistics.h.
|
inline |
Definition at line 124 of file Statistics.h.
|
inline |
Definition at line 129 of file Statistics.h.
|
inline |
Definition at line 130 of file Statistics.h.
|
inline |
|
inline |
Definition at line 139 of file Statistics.h.
|
inline |
|
inline |
Definition at line 136 of file Statistics.h.
|
inline |
|
inline |
|
inline |
Definition at line 138 of file Statistics.h.
|
private |
Definition at line 146 of file Statistics.h.
|
private |
Definition at line 150 of file Statistics.h.
|
private |
Definition at line 148 of file Statistics.h.
|
private |
Definition at line 147 of file Statistics.h.
|
private |
Definition at line 145 of file Statistics.h.
|
private |
Definition at line 144 of file Statistics.h.
|
private |
Definition at line 149 of file Statistics.h.
1.8.5