LSST Applications g0265f82a02+093ff98f47,g02d81e74bb+3975d4ac1c,g2079a07aa2+14824f138e,g2bbee38e9b+093ff98f47,g337abbeb29+093ff98f47,g3ddfee87b4+626790451e,g3e7165581c+1687b54203,g487adcacf7+018f045a06,g50ff169b8f+5929b3527e,g52b1c1532d+a6fc98d2e7,g568d43a26c+02eca3db7e,g591dd9f2cf+3cba9d5141,g858d7b2824+3975d4ac1c,g8a8a8dda67+a6fc98d2e7,g8cdfe0ae6a+66d966b544,g99cad8db69+948283481e,g9ddcbc5298+d4bad12328,ga1e77700b3+246acaaf9c,ga2e4dd1c03+626790451e,ga8c6da7877+c38891e457,gae46bcf261+093ff98f47,gb0e22166c9+3863383f4c,gba4ed39666+9664299f35,gbb8dafda3b+dce3423368,gbeb006f7da+65b42827f3,gbf5cecdb8a+3975d4ac1c,gc0f3af6251+39f4c7265c,gc120e1dc64+1d31f3ee8b,gc28159a63d+093ff98f47,gcf0d15dbbd+626790451e,gd2a12a3803+bbf96b9899,gdaeeff99f8+a38ce5ea23,ge79ae78c31+093ff98f47,gee10cc3b42+a6fc98d2e7,gf1cff7945b+3975d4ac1c,v24.1.5.rc1
LSST Data Management Base Package
Loading...
Searching...
No Matches
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)" ;
 
bool doFlux
 "Whether to compute quantities related to the Gaussian-weighted flux" ;
 
bool doShape
 "Whether to compute quantities related to the Gaussian-weighted shape" ;
 
double nSigmaWeightMax
 "Radius factor that sets the maximum extent of the weight function (and hence the " "flux measurements)" ;
 

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) {}
double nSigmaWeightMax
"Radius factor that sets the maximum extent of the weight function (and hence the " "flux measurement...
Definition Blendedness.h:52
bool doOld
"Whether to compute HeavyFootprint dot products (the old deblend.blendedness parameter)" ;
Definition Blendedness.h:44
bool doShape
"Whether to compute quantities related to the Gaussian-weighted shape" ;
Definition Blendedness.h:48
bool doFlux
"Whether to compute quantities related to the Gaussian-weighted flux" ;
Definition Blendedness.h:46

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: