|
lsst.meas.base
19.0.0-3-g27e4659+15
|
#include <Blendedness.h>
Public Member Functions | |
| BlendednessControl () | |
Public Attributes | |
| bool | doOld |
| "Whether to compute HeavyFootprint dot products (the old deblend.blendedness parameter)" ; More... | |
| bool | doFlux |
| "Whether to compute quantities related to the Gaussian-weighted flux" ; More... | |
| bool | doShape |
| "Whether to compute quantities related to the Gaussian-weighted shape" ; More... | |
| double | nSigmaWeightMax |
| "Radius factor that sets the maximum extent of the weight function (and hence the " "flux measurements)" ; More... | |
Definition at line 40 of file Blendedness.h.
|
inline |
Definition at line 54 of file Blendedness.h.
| bool lsst::meas::base::BlendednessControl::doFlux |
"Whether to compute quantities related to the Gaussian-weighted flux" ;
Definition at line 46 of file Blendedness.h.
| bool lsst::meas::base::BlendednessControl::doOld |
"Whether to compute HeavyFootprint dot products (the old deblend.blendedness parameter)" ;
Definition at line 44 of file Blendedness.h.
| bool lsst::meas::base::BlendednessControl::doShape |
"Whether to compute quantities related to the Gaussian-weighted shape" ;
Definition at line 48 of file Blendedness.h.
| double lsst::meas::base::BlendednessControl::nSigmaWeightMax |
"Radius factor that sets the maximum extent of the weight function (and hence the " "flux measurements)" ;
Definition at line 52 of file Blendedness.h.
1.8.13