|
|
| SersicMixComponent (std::shared_ptr< SersicParametricEllipse > ellipse=nullptr, std::shared_ptr< CentroidParameters > centroid=nullptr, std::shared_ptr< IntegralModel > integralmodel=nullptr, std::shared_ptr< SersicMixComponentIndexParameterD > sersicindex=nullptr) |
| |
| void | add_extra_param_map (const Channel &channel, ExtraParamMap &map_extra, const GradParamMap &map_grad, ParameterMap &offsets) const override |
| |
| void | add_extra_param_factors (const Channel &channel, ExtraParamFactors &factors) const override |
| |
| void | add_grad_param_map (const Channel &channel, GradParamMap &map, ParameterMap &offsets) const override |
| |
| void | add_grad_param_factors (const Channel &channel, GradParamFactors &factor) const override |
| |
| std::unique_ptr< const lsst::gauss2d::Gaussians > | get_gaussians (const Channel &channel) const override |
| |
| size_t | get_n_gaussians (const Channel &channel) const override |
| | Return the number of Gaussian sub-components controlled by this model.
|
| |
| ParamRefs & | get_parameters (ParamRefs ¶ms, ParamFilter *filter=nullptr) const override |
| |
| ParamCRefs & | get_parameters_const (ParamCRefs ¶ms, ParamFilter *filter=nullptr) const override |
| | Same as get_parameters(), but for const refs.
|
| |
|
double | get_sersicindex () const |
| |
|
SersicMixComponentIndexParameterD & | get_sersicindex_param () const |
| |
|
std::shared_ptr< SersicMixComponentIndexParameterD > | get_sersicindex_param_ptr () |
| |
| void | set_extra_param_factors (const Channel &channel, ExtraParamFactors &factors, size_t index) const override |
| |
| void | set_grad_param_factors (const Channel &channel, GradParamFactors &factors, size_t index) const override |
| |
|
void | set_sersicindex (double value) |
| |
|
std::string | repr (bool name_keywords=false, std::string_view namespace_separator=Object::CC_NAMESPACE_SEPARATOR) const override |
| |
|
std::string | str () const override |
| |
| | EllipticalComponent (std::shared_ptr< ParametricEllipse > ellipse, std::shared_ptr< CentroidParameters > centroid=nullptr, std::shared_ptr< IntegralModel > integralmodel=nullptr) |
| |
|
const CentroidParameters & | get_centroid () const |
| | Get the centroid Parameter container.
|
| |
|
const ParametricEllipse & | get_ellipse () const |
| | Get the ellipse Parameter container.
|
| |
| const IntegralModel & | get_integralmodel () const override |
| |
|
std::string | repr (bool name_keywords=false, std::string_view namespace_separator=Object::CC_NAMESPACE_SEPARATOR) const override |
| |
|
std::string | str () const override |
| |
|
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.
|
| |
A Gaussian mixture approximation to a Sersic profile Component.
This Component approximates the Sersic (1968) profile, which is a widely-used (in astronomy) exponentially-declining radial profile with a single shape parameter. It is also functionally a generalization of the Gaussian (Sersic index n=0.5), exponential (n=1) and de Vaucouleurs (1948) (n=4) profiles.
This particular implementation closely matches the majority of the profile, but deliberately excludes the very inner and outermost regions.
- Note
- See Graham & Driver 2005 for a useful summary of various properties of the Sersic profile.