lsst.meas.base  19.0.0-9-g463f923+9
Namespaces | Macros
ApertureFlux.cc File Reference
#include <numeric>
#include "boost/algorithm/string.hpp"
#include "ndarray/eigen.h"
#include "lsst/afw/math/offsetImage.h"
#include "lsst/afw/geom/ellipses/PixelRegion.h"
#include "lsst/afw/table/Source.h"
#include "lsst/meas/base/SincCoeffs.h"
#include "lsst/meas/base/ApertureFlux.h"

Go to the source code of this file.

Namespaces

 lsst
 
 lsst::meas
 
 lsst::meas::base
 

Macros

#define INSTANTIATE(T)
 

Macro Definition Documentation

◆ INSTANTIATE

#define INSTANTIATE (   T)
Value:
template ApertureFluxAlgorithm::Result ApertureFluxAlgorithm::computeFlux( \
afw::image::Image<T> const &, afw::geom::ellipses::Ellipse const &, Control const &); \
template ApertureFluxAlgorithm::Result ApertureFluxAlgorithm::computeFlux( \
afw::image::MaskedImage<T> const &, afw::geom::ellipses::Ellipse const &, Control const &); \
template ApertureFluxAlgorithm::Result ApertureFluxAlgorithm::computeSincFlux( \
afw::image::Image<T> const &, afw::geom::ellipses::Ellipse const &, Control const &); \
template ApertureFluxAlgorithm::Result ApertureFluxAlgorithm::computeSincFlux( \
afw::image::MaskedImage<T> const &, afw::geom::ellipses::Ellipse const &, Control const &); \
template ApertureFluxAlgorithm::Result ApertureFluxAlgorithm::computeNaiveFlux( \
afw::image::Image<T> const &, afw::geom::ellipses::Ellipse const &, Control const &); \
template ApertureFluxAlgorithm::Result ApertureFluxAlgorithm::computeNaiveFlux( \
afw::image::MaskedImage<T> const &, afw::geom::ellipses::Ellipse const &, Control const &)

Definition at line 240 of file ApertureFlux.cc.

lsst::meas::base.plugins.Control
Control
Definition: plugins.py:76