24 #ifndef LSST_MEAS_MODELFIT_UnitTransformedLikelihood_h_INCLUDED 25 #define LSST_MEAS_MODELFIT_UnitTransformedLikelihood_h_INCLUDED 43 namespace lsst {
namespace meas {
namespace modelfit {
55 "whether to individually weigh pixels using the variance image.");
58 "Scaling factor to apply to weights.");
106 void computeModelMatrix(
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
#define LSST_CONTROL_FIELD(NAME, TYPE, DOC)
Abstract base class and concrete factories that define multi-shapelet galaxy models.
A simple struct that combines a Wcs and a Calib.
Base class for optimizer/sampler likelihood functions that compute likelihood at a point...