|
LSSTApplications
1.1.2+25,10.0+13,10.0+132,10.0+133,10.0+224,10.0+41,10.0+8,10.0-1-g0f53050+14,10.0-1-g4b7b172+19,10.0-1-g61a5bae+98,10.0-1-g7408a83+3,10.0-1-gc1e0f5a+19,10.0-1-gdb4482e+14,10.0-11-g3947115+2,10.0-12-g8719d8b+2,10.0-15-ga3f480f+1,10.0-2-g4f67435,10.0-2-gcb4bc6c+26,10.0-28-gf7f57a9+1,10.0-3-g1bbe32c+14,10.0-3-g5b46d21,10.0-4-g027f45f+5,10.0-4-g86f66b5+2,10.0-4-gc4fccf3+24,10.0-40-g4349866+2,10.0-5-g766159b,10.0-5-gca2295e+25,10.0-6-g462a451+1
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