|
lsst.gauss2d.fit g199a45376c+7362695278
|
#include <gaussianmodelintegral.h>
Public Member Functions | |
| GaussianModelIntegral (const Channel &channel, const std::shared_ptr< const IntegralModel > integralmodel) | |
| double | get_value () const override |
| void | set_value (double value) override |
| std::string | repr (bool name_keywords=false, std::string_view namespace_separator=Object::CC_NAMESPACE_SEPARATOR) const override |
| std::string | str () const override |
Protected Attributes | |
| const Channel & | _channel |
| const std::shared_ptr< const IntegralModel > | _integralmodel |
A single-channel GaussianIntegral referencing a Parametric IntegralModel.
|
explicit |
Construct a GaussianModelIntegral instance for one Channel.
| channel | The Channel for the integral. |
| integralmodel | An IntegralModel valid for channel. |