|
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 Background object. More...
#include <Background.h>
Public Member Functions | |
| BackgroundControl (int const nxSample, int const nySample, StatisticsControl const sctrl=StatisticsControl(), Property const prop=MEANCLIP) | |
| BackgroundControl (int const nxSample, int const nySample, StatisticsControl const &sctrl, std::string const &prop) | |
| BackgroundControl (Interpolate::Style const style, int const nxSample=10, int const nySample=10, UndersampleStyle const undersampleStyle=THROW_EXCEPTION, StatisticsControl const sctrl=StatisticsControl(), Property const prop=MEANCLIP) | |
| BackgroundControl (std::string const &style, int const nxSample=10, int const nySample=10, std::string const &undersampleStyle="THROW_EXCEPTION", StatisticsControl const sctrl=StatisticsControl(), std::string const &prop="MEANCLIP") | |
| virtual | ~BackgroundControl () |
| void | setNxSample (int nxSample) |
| void | setNySample (int nySample) |
| void | setInterpStyle (Interpolate::Style const style) |
| void | setInterpStyle (std::string const &style) |
| void | setUndersampleStyle (UndersampleStyle const undersampleStyle) |
| void | setUndersampleStyle (std::string const &undersampleStyle) |
| int | getNxSample () const |
| int | getNySample () const |
| Interpolate::Style | getInterpStyle () const |
| UndersampleStyle | getUndersampleStyle () const |
| boost::shared_ptr < StatisticsControl > | getStatisticsControl () |
| boost::shared_ptr < StatisticsControl const > | getStatisticsControl () const |
| Property | getStatisticsProperty () const |
| void | setStatisticsProperty (Property prop) |
| void | setStatisticsProperty (std::string prop) |
Private Attributes | |
| Interpolate::Style | _style |
| int | _nxSample |
| int | _nySample |
| UndersampleStyle | _undersampleStyle |
| boost::shared_ptr < StatisticsControl > | _sctrl |
| Property | _prop |
Pass parameters to a Background object.
Definition at line 62 of file Background.h.
|
inline |
| nxSample | Num. grid samples in x |
| nySample | Num. grid samples in y |
| sctrl | Configuration for Stats to be computed |
| prop | statistical property to use for grid points |
Definition at line 64 of file Background.h.
|
inline |
Overload constructor to handle string for statistical operator
| nxSample | num. grid samples in x |
| nySample | num. grid samples in y |
| sctrl | configuration for stats to be computed |
| prop | statistical property to use for grid points |
Definition at line 86 of file Background.h.
|
inline |
| style | Style of the interpolation |
| nxSample | Num. grid samples in x |
| nySample | Num. grid samples in y |
| undersampleStyle | Behaviour if there are too few points |
| sctrl | Configuration for Stats to be computed |
| prop | statistical property to use for grid points |
Definition at line 108 of file Background.h.
|
inline |
Overload constructor to handle strings for both interp and undersample styles.
| style | Style of the interpolation |
| nxSample | num. grid samples in x |
| nySample | num. grid samples in y |
| undersampleStyle | behaviour if there are too few points |
| sctrl | configuration for stats to be computed |
| prop | statistical property to use for grid points |
Definition at line 134 of file Background.h.
|
inlinevirtual |
Definition at line 155 of file Background.h.
|
inline |
Definition at line 185 of file Background.h.
|
inline |
Definition at line 183 of file Background.h.
|
inline |
Definition at line 184 of file Background.h.
|
inline |
Definition at line 194 of file Background.h.
|
inline |
Definition at line 195 of file Background.h.
|
inline |
Definition at line 197 of file Background.h.
|
inline |
Definition at line 193 of file Background.h.
|
inline |
Definition at line 171 of file Background.h.
|
inline |
Definition at line 173 of file Background.h.
|
inline |
Definition at line 156 of file Background.h.
|
inline |
Definition at line 163 of file Background.h.
|
inline |
Definition at line 198 of file Background.h.
|
inline |
Definition at line 199 of file Background.h.
|
inline |
Definition at line 175 of file Background.h.
|
inline |
Definition at line 179 of file Background.h.
|
private |
Definition at line 203 of file Background.h.
|
private |
Definition at line 204 of file Background.h.
|
private |
Definition at line 207 of file Background.h.
|
private |
Definition at line 206 of file Background.h.
|
private |
Definition at line 202 of file Background.h.
|
private |
Definition at line 205 of file Background.h.
1.8.5