26 #include "lsst/afw/table/io/Persistable.cc" 43 namespace algorithms {
45 double ImagePsf::doComputeApertureFlux(
double radius,
geom::Point2D const& position,
58 PTR(
Image)
image = computeKernelImage(position, color, INTERNAL);
An ellipse core with quadrupole moments as parameters.
static std::shared_ptr< T > dynamicCast(std::shared_ptr< Persistable > const &ptr)
Dynamically cast a shared_ptr.
static Result computeAdaptiveMoments(ImageT const &image, geom::Point2D const &position, bool negative=false, Control const &ctrl=Control())
Compute the adaptive Gaussian-weighted moments of an image.
Shape const getShape() const
Return an afw::geom::ellipses object corresponding to xx, yy, xy.
Configuration object for multiple-aperture flux algorithms.
A base class for image defects.
An ellipse defined by an arbitrary BaseCore and a center point.
An ellipse core for the semimajor/semiminor axis and position angle parametrization (a...
meas::base::Flux instFlux
Measured instFlux in DN.
Describe the colour of a source.
Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects...
A class to represent a 2-dimensional array of pixels.
A Result struct for running an aperture flux algorithm with a single radius.