1#ifndef LSST_GAUSS2D_FIT_COMPONENT_H
2#define LSST_GAUSS2D_FIT_COMPONENT_H
5#include "integralmodel.h"
6#include "parametricmodel.h"
8namespace lsst::gauss2d::fit {
An atomic constituent of a source.
Definition component.h:15
A Parametric model for the integral of a 2D distribution.
Definition integralmodel.h:23
Definition parametricmodel.h:25