#include <photometryKron.h>
Definition at line 159 of file photometryKron.h.
◆ KronAperture() [1/3]
◆ KronAperture() [2/3]
◆ KronAperture() [3/3]
lsst::meas::extensions::photometryKron::KronAperture::KronAperture |
( |
afw::table::SourceRecord const & |
reference, |
|
|
afw::geom::AffineTransform const & |
refToMeas, |
|
|
double |
radius, |
|
|
float |
radiusForRadius = std::nanf("") |
|
) |
| |
|
inline |
◆ determineRadius()
template<typename ImageT >
Determine the Kron Aperture from an image.
Determines the object Kron aperture, using the shape from source.getShape() (e.g. SDSS's adaptive moments)
- Parameters
-
image | Image to measure |
axes | Shape of aperture |
center | Centre of source |
ctrl | control the algorithm |
Definition at line 233 of file KronPhotometry.cc.
◆ getAxes() [1/2]
◆ getAxes() [2/2]
◆ getCenter()
afw::geom::Point2D const& lsst::meas::extensions::photometryKron::KronAperture::getCenter |
( |
| ) |
const |
|
inline |
◆ getKronAxes()
◆ getRadiusForRadius()
float lsst::meas::extensions::photometryKron::KronAperture::getRadiusForRadius |
( |
| ) |
const |
|
inline |
◆ getX()
double lsst::meas::extensions::photometryKron::KronAperture::getX |
( |
| ) |
const |
|
inline |
◆ getY()
double lsst::meas::extensions::photometryKron::KronAperture::getY |
( |
| ) |
const |
|
inline |
◆ measureFlux()
template<typename ImageT >
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.
- Parameters
-
image | Image to measure |
nRadiusForFlux | Kron radius multiplier |
maxSincRadius | largest radius that we use sinc apertyres |
Definition at line 345 of file KronPhotometry.cc.
◆ transform()
boost::shared_ptr< KronAperture > lsst::meas::extensions::photometryKron::KronAperture::transform |
( |
afw::geom::AffineTransform const & |
trans | ) |
const |
|
inline |
Transform a Kron Aperture to a different frame.
Definition at line 214 of file photometryKron.h.
The documentation for this class was generated from the following files: