SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
FlexibleModelFittingPrior.cpp
Go to the documentation of this file.
1
17/*
18 * FlexibleModelFittingPrior.cpp
19 *
20 * Created on: 2018 M11 16
21 * Author: mschefer
22 */
23
24#include <iostream>
25#include <mutex>
26
27#include "AlexandriaKernel/memory_tools.h"
28
33
34
37
41
43
44namespace SourceXtractor {
45
46using namespace ModelFitting;
47
58
59}
60
Provides to the LeastSquareEngine the residual values.
ResidualBlockProvider implementation for adding a prior to a parameter world value.
std::shared_ptr< FlexibleModelFittingParameter > m_parameter
void setupPrior(FlexibleModelFittingParameterManager &parameter_manager, const SourceInterface &source, ModelFitting::ResidualEstimator &residual_estimator) const
The SourceInterface is an abstract "source" that has properties attached to it.
T move(T... args)