lsst.meas.modelfit
19.0.0-7-gc567de5+1
|
Go to the documentation of this file.
24 #ifndef LSST_MEAS_MODELFIT_UnitTransformedLikelihood_h_INCLUDED
25 #define LSST_MEAS_MODELFIT_UnitTransformedLikelihood_h_INCLUDED
32 #include "lsst/pex/config.h"
43 namespace lsst {
namespace meas {
namespace modelfit {
55 "whether to individually weigh pixels using the variance image.");
58 "Scaling factor to apply to weights.");
107 ndarray::Array<Pixel,2,-1>
const & modelMatrix,
108 ndarray::Array<Scalar const,1,1>
const & nonlinear,
109 bool doApplyWeights=
true
124 ndarray::Array<Scalar const,1,1>
const & fixed,
145 ndarray::Array<Scalar const,1,1>
const & fixed,
163 #endif // !LSST_MEAS_MODELFIT_UnitTransformedLikelihood_h_INCLUDED
Abstract base class and concrete factories that define multi-shapelet galaxy models.
Base class for optimizer/sampler likelihood functions that compute likelihood at a point.
A simple struct that combines a Wcs and a PhotoCalib.