24#ifndef LSST_MEAS_ALGORITHMS_PYTHON_H
25#define LSST_MEAS_ALGORITHMS_PYTHON_H
27#include "pybind11/pybind11.h"
51template <
typename Base = ImagePsf>
66 template<
typename... Args>
73 PYBIND11_OVERLOAD_NAME(
82 PYBIND11_OVERLOAD_NAME(
"Trampoline" for ImagePsf to let it be used as a base class in Python.
double doComputeApertureFlux(double radius, geom::Point2D const &position, afw::image::Color const &color) const override
afw::geom::ellipses::Quadrupole doComputeShape(geom::Point2D const &position, afw::image::Color const &color) const override