|
lsst.gauss2d.fit g199a45376c+7362695278
|
#include <sersicmix.h>
Public Member Functions | |
| 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 |
Public Attributes | |
| const double | sersicindex |
| const std::vector< IntegralSize > | values |
A vector of IntegralSize values for a given Sersic index.
|
explicit |
Construct a SersicMixValues.
| sersicindex | The value of the Sersic index. |
| values | The vector of IntegralSize values for the Sersic index. |