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

Control object used to initialize a UnitTransformedLikelihood. More...

#include <UnitTransformedLikelihood.h>

Public Member Functions

 UnitTransformedLikelihoodControl (bool usePixelWeights_=false, double weightsMultiplier_=1.0)
 

Public Attributes

bool usePixelWeights
 "whether to individually weigh pixels using the variance image." ; More...
 
double weightsMultiplier
 "Scaling factor to apply to weights." ; More...
 

Detailed Description

Control object used to initialize a UnitTransformedLikelihood.

Translated to Python as UnitTransformedLikelihoodConfig; the Swig-wrapped C++ Control object can be created from the config object via the makeControl() method (see lsst.pex.config.wrap).

Definition at line 51 of file UnitTransformedLikelihood.h.

Constructor & Destructor Documentation

◆ UnitTransformedLikelihoodControl()

lsst::meas::modelfit::UnitTransformedLikelihoodControl::UnitTransformedLikelihoodControl ( bool  usePixelWeights_ = false,
double  weightsMultiplier_ = 1.0 
)
inlineexplicit

Definition at line 60 of file UnitTransformedLikelihood.h.

61  : usePixelWeights(usePixelWeights_), weightsMultiplier(weightsMultiplier_) {}

Member Data Documentation

◆ usePixelWeights

bool lsst::meas::modelfit::UnitTransformedLikelihoodControl::usePixelWeights

"whether to individually weigh pixels using the variance image." ;

Definition at line 55 of file UnitTransformedLikelihood.h.

◆ weightsMultiplier

double lsst::meas::modelfit::UnitTransformedLikelihoodControl::weightsMultiplier

"Scaling factor to apply to weights." ;

Definition at line 58 of file UnitTransformedLikelihood.h.


The documentation for this class was generated from the following file:
lsst::meas::modelfit::UnitTransformedLikelihoodControl::weightsMultiplier
double weightsMultiplier
"Scaling factor to apply to weights." ;
Definition: UnitTransformedLikelihood.h:58
lsst::meas::modelfit::UnitTransformedLikelihoodControl::usePixelWeights
bool usePixelWeights
"whether to individually weigh pixels using the variance image." ;
Definition: UnitTransformedLikelihood.h:55