An atomic constituent of a source. More...
#include <component.h>
Public Member Functions | |
| virtual const IntegralModel & | get_integralmodel () const =0 |
Public Member Functions inherited from lsst::gauss2d::fit::ParametricModel | |
| virtual void | add_extra_param_map (const Channel &channel, ExtraParamMap &map_extra, const GradParamMap &map_grad, ParameterMap &offsets) const =0 |
| virtual void | add_extra_param_factors (const Channel &channel, ExtraParamFactors &factors) const =0 |
| virtual void | add_grad_param_map (const Channel &channel, GradParamMap &map, ParameterMap &offsets) const =0 |
| virtual void | add_grad_param_factors (const Channel &channel, GradParamFactors &factors) const =0 |
| virtual void | set_extra_param_factors (const Channel &channel, ExtraParamFactors &factors, size_t index) const =0 |
| virtual void | set_grad_param_factors (const Channel &channel, GradParamFactors &factors, size_t index) const =0 |
| virtual std::unique_ptr< const lsst::gauss2d::Gaussians > | get_gaussians (const Channel &channel) const =0 |
| virtual size_t | get_n_gaussians (const Channel &channel) const =0 |
| Return the number of Gaussian sub-components controlled by this model. | |
Public Member Functions inherited from lsst::gauss2d::fit::Parametric | |
| virtual ParamRefs & | get_parameters (ParamRefs ¶ms, ParamFilter *filter=nullptr) const =0 |
| virtual ParamCRefs & | get_parameters_const (ParamCRefs ¶ms, ParamFilter *filter=nullptr) const =0 |
| Same as get_parameters(), but for const refs. | |
| ParamRefs | get_parameters_new (ParamFilter *filter=nullptr) const |
| Same as get_parameters(), but returning a new vector. | |
| ParamCRefs | get_parameters_const_new (ParamFilter *filter=nullptr) const |
| Same as get_parameters_const(), but returning a new vector. | |
An atomic constituent of a source.
A Component is the smallest (atomic) constituent of a source, representing some 2D intensity distribution. It can be composed of multiple Gaussians but must control all of their values with Parameters.