24 #ifndef LSST_MEAS_MODELFIT_UnitTransformedLikelihood_h_INCLUDED 25 #define LSST_MEAS_MODELFIT_UnitTransformedLikelihood_h_INCLUDED 42 namespace lsst {
namespace meas {
namespace modelfit {
54 "whether to individually weigh pixels using the variance image.");
57 "Scaling factor to apply to weights.");
105 void computeModelMatrix(
106 ndarray::Array<Pixel,2,-1>
const & modelMatrix,
107 ndarray::Array<Scalar const,1,1>
const & nonlinear,
108 bool doApplyWeights=
true 123 ndarray::Array<Scalar const,1,1>
const & fixed,
144 ndarray::Array<Scalar const,1,1>
const & fixed,
162 #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...