LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <bitset>
#include <string>
#include "ndarray.h"
#include "lsst/geom.h"
#include "lsst/pex/config.h"
#include "lsst/meas/base/exceptions.h"
#include "lsst/afw/table/Source.h"
#include "lsst/shapelet/RadialProfile.h"
#include "lsst/meas/modelfit/Model.h"
#include "lsst/meas/modelfit/Prior.h"
#include "lsst/meas/modelfit/MixturePrior.h"
#include "lsst/meas/modelfit/SoftenedLinearPrior.h"
#include "lsst/meas/modelfit/SemiEmpiricalPrior.h"
#include "lsst/meas/modelfit/UnitTransformedLikelihood.h"
#include "lsst/meas/modelfit/optimizer.h"
#include "lsst/meas/modelfit/PixelFitRegion.h"
Go to the source code of this file.
Classes | |
struct | lsst::meas::modelfit::CModelStageControl |
Nested control object for CModel that configures one of the three ("initial", "exp", "dev") nonlinear fitting stages. More... | |
struct | lsst::meas::modelfit::CModelControl |
The main control object for CModel, containing parameters for the final linear fit and aggregating the other control objects. More... | |
struct | lsst::meas::modelfit::CModelStageResult |
Result object for a single nonlinear fitting stage of the CModel algorithm. More... | |
struct | lsst::meas::modelfit::CModelResult |
Master result object for CModel, containing results for the final linear fit and three nested CModelStageResult objects for the results of the previous stages. More... | |
class | lsst::meas::modelfit::CModelAlgorithm |
Main public interface class for CModel algorithm. More... | |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::meas | |
lsst::meas::modelfit | |