|
lsst.meas.extensions.photometryKron g64539dfbff+ee76a57405
|
#include <photometryKron.h>
Public Member Functions | |
| KronAperture (geom::Point2D const ¢er, afw::geom::ellipses::BaseCore const &core, float radiusForRadius=std::nanf("")) | |
| KronAperture (afw::table::SourceRecord const &source, float radiusForRadius=std::nanf("")) | |
| KronAperture (afw::table::SourceRecord const &reference, geom::AffineTransform const &refToMeas, double radius, float radiusForRadius=std::nanf("")) | |
| double | getX () const |
| Accessors. | |
| double | getY () const |
| float | getRadiusForRadius () const |
| geom::Point2D const & | getCenter () const |
| afw::geom::ellipses::Axes & | getAxes () |
| afw::geom::ellipses::Axes const & | getAxes () const |
| template<typename ImageT> | |
| std::pair< double, double > | measureFlux (ImageT const &image, double const nRadiusForFlux, double const maxSincRadius) const |
| Photometer within the Kron Aperture on an image. | |
| std::shared_ptr< KronAperture > | transform (geom::AffineTransform const &trans) const |
| Transform a Kron Aperture to a different frame. | |
Static Public Member Functions | |
| template<typename ImageT> | |
| static std::shared_ptr< KronAperture > | determineRadius (ImageT const &image, afw::geom::ellipses::Axes axes, geom::Point2D const ¢er, KronFluxControl const &ctrl) |
| Determine the Kron Aperture from an image. | |
| static afw::geom::ellipses::Axes | getKronAxes (afw::geom::ellipses::Axes const &shape, geom::LinearTransform const &transformation, double const radius) |
| Determine Kron axes from a reference image. | |
Definition at line 163 of file photometryKron.h.
|
inline |
Definition at line 165 of file photometryKron.h.
|
inlineexplicit |
Definition at line 172 of file photometryKron.h.
|
inline |
Definition at line 178 of file photometryKron.h.
|
static |
Determine the Kron Aperture from an image.
Determines the object Kron aperture, using the shape from source.getShape() (e.g. SDSS's adaptive moments)
| image | Image to measure |
| axes | Shape of aperture |
| center | Centre of source |
| ctrl | control the algorithm |
Definition at line 235 of file KronPhotometry.cc.
|
inline |
Definition at line 192 of file photometryKron.h.
|
inline |
Definition at line 194 of file photometryKron.h.
|
inline |
Definition at line 190 of file photometryKron.h.
|
static |
Determine Kron axes from a reference image.
Definition at line 223 of file KronPhotometry.cc.
|
inline |
Definition at line 188 of file photometryKron.h.
|
inline |
Accessors.
Definition at line 186 of file photometryKron.h.
|
inline |
Definition at line 187 of file photometryKron.h.
| std::pair< double, double > lsst::meas::extensions::photometryKron::KronAperture::measureFlux | ( | ImageT const & | image, |
| double const | nRadiusForFlux, | ||
| double const | maxSincRadius ) const |
Photometer within the Kron Aperture on an image.
| image | Image to measure |
| nRadiusForFlux | Kron radius multiplier |
| maxSincRadius | largest radius that we use sinc apertyres |
Definition at line 352 of file KronPhotometry.cc.
|
inline |
Transform a Kron Aperture to a different frame.
Definition at line 218 of file photometryKron.h.