LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst::meas::base::BlendednessControl Class Reference

#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...
 

Detailed Description

Definition at line 40 of file Blendedness.h.

Constructor & Destructor Documentation

◆ BlendednessControl()

lsst::meas::base::BlendednessControl::BlendednessControl ( )
inline

Definition at line 54 of file Blendedness.h.

54 : doOld(true), doFlux(true), doShape(true), nSigmaWeightMax(3.0) {}

Member Data Documentation

◆ doFlux

bool lsst::meas::base::BlendednessControl::doFlux

"Whether to compute quantities related to the Gaussian-weighted flux" ;

Definition at line 46 of file Blendedness.h.

◆ doOld

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.

◆ doShape

bool lsst::meas::base::BlendednessControl::doShape

"Whether to compute quantities related to the Gaussian-weighted shape" ;

Definition at line 48 of file Blendedness.h.

◆ nSigmaWeightMax

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.


The documentation for this class was generated from the following file:
lsst::meas::base::BlendednessControl::doOld
bool doOld
"Whether to compute HeavyFootprint dot products (the old deblend.blendedness parameter)" ;
Definition: Blendedness.h:44
lsst::meas::base::BlendednessControl::doFlux
bool doFlux
"Whether to compute quantities related to the Gaussian-weighted flux" ;
Definition: Blendedness.h:46
lsst::meas::base::BlendednessControl::nSigmaWeightMax
double nSigmaWeightMax
"Radius factor that sets the maximum extent of the weight function (and hence the " "flux measurement...
Definition: Blendedness.h:52
lsst::meas::base::BlendednessControl::doShape
bool doShape
"Whether to compute quantities related to the Gaussian-weighted shape" ;
Definition: Blendedness.h:48