#include <sersicmix.h>
|
| | SersicMixValues (double sersicindex, std::vector< IntegralSize > values) |
| |
|
std::string | repr (bool name_keywords=false, std::string_view namespace_separator=Object::CC_NAMESPACE_SEPARATOR) const override |
| |
|
std::string | str () const override |
| |
|
|
const double | sersicindex |
| |
|
const std::vector< IntegralSize > | values |
| |
A vector of IntegralSize values for a given Sersic index.
◆ SersicMixValues()
| lsst::gauss2d::fit::SersicMixValues::SersicMixValues |
( |
double | sersicindex, |
|
|
std::vector< IntegralSize > | values ) |
|
explicit |
Construct a SersicMixValues.
- Parameters
-
| sersicindex | The value of the Sersic index. |
| values | The vector of IntegralSize values for the Sersic index. |
The documentation for this class was generated from the following files: