LSSTApplications  20.0.0
LSSTDataManagementBasePackage
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
 A base class for image defects.
 
 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::ip::diffim.Control
Control
Definition: __init__.py:49