lsst.gauss2d.fit g199a45376c+3b7b3fd841
 
Loading...
Searching...
No Matches
lsst::gauss2d::fit::SersicMixValues Class Reference

#include <sersicmix.h>

Inheritance diagram for lsst::gauss2d::fit::SersicMixValues:

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< IntegralSizevalues
 

Detailed Description

A vector of IntegralSize values for a given Sersic index.

Constructor & Destructor Documentation

◆ SersicMixValues()

lsst::gauss2d::fit::SersicMixValues::SersicMixValues ( double sersicindex,
std::vector< IntegralSize > values )
explicit

Construct a SersicMixValues.

Parameters
sersicindexThe value of the Sersic index.
valuesThe vector of IntegralSize values for the Sersic index.

The documentation for this class was generated from the following files: