|
lsst.meas.base
19.0.0-3-g27e4659+17
|
Configuration of LocalBackgroundAlgorithm. More...
#include <LocalBackground.h>
Public Member Functions | |
| LocalBackgroundControl () | |
Public Attributes | |
| std::vector< std::string > | badMaskPlanes |
| "Mask planes that indicate pixels that should be excluded from the measurement" ; More... | |
| float | annulusInner |
| "Inner radius for background annulus as a multiple of the PSF sigma" ; More... | |
| float | annulusOuter |
| "Outer radius for background annulus as a multiple of the PSF sigma" ; More... | |
| float | bgRej |
| "Rejection threshold (in standard deviations) for background measurement" ; More... | |
| int | bgIter |
| "Number of sigma-clipping iterations for background measurement" ; More... | |
Configuration of LocalBackgroundAlgorithm.
Definition at line 40 of file LocalBackground.h.
|
inline |
Definition at line 52 of file LocalBackground.h.
| float lsst::meas::base::LocalBackgroundControl::annulusInner |
"Inner radius for background annulus as a multiple of the PSF sigma" ;
Definition at line 45 of file LocalBackground.h.
| float lsst::meas::base::LocalBackgroundControl::annulusOuter |
"Outer radius for background annulus as a multiple of the PSF sigma" ;
Definition at line 47 of file LocalBackground.h.
| std::vector<std::string> lsst::meas::base::LocalBackgroundControl::badMaskPlanes |
"Mask planes that indicate pixels that should be excluded from the measurement" ;
Definition at line 43 of file LocalBackground.h.
| int lsst::meas::base::LocalBackgroundControl::bgIter |
"Number of sigma-clipping iterations for background measurement" ;
Definition at line 50 of file LocalBackground.h.
| float lsst::meas::base::LocalBackgroundControl::bgRej |
"Rejection threshold (in standard deviations) for background measurement" ;
Definition at line 49 of file LocalBackground.h.
1.8.13