|
lsst.meas.extensions.photometryKron
17.0.1-1-gfc65f5f+19
|
Namespaces | |
| version | |
Classes | |
| class | BadKronException |
| class | KronAperture |
| class | KronFluxAlgorithm |
| A measurement algorithm that estimates flux using Kron photometry. More... | |
| class | KronFluxControl |
| C++ control object for Kron flux. More... | |
Functions | |
| template<typename ImageT > | |
| std::pair< double, double > | photometer (ImageT const &image, afw::geom::ellipses::Ellipse const &aperture, double const maxSincRadius) |
| double | calculatePsfKronRadius (boost::shared_ptr< afw::detection::Psf const > const &psf, afw::geom::Point2D const ¢er, double smoothingSigma=0.0) |
| template boost::shared_ptr< KronAperture > | KronAperture::determineRadius< afw::image::MaskedImage< float > > (afw::image::MaskedImage< float > const &, afw::geom::ellipses::Axes, afw::geom::Point2D const &, KronFluxControl const &) |
| template std::pair< double, double > | KronAperture::measureFlux< afw::image::MaskedImage< float > > (afw::image::MaskedImage< float > const &, double const, double const) const |
Variables | |
| KronFluxPlugin | |
| KronFluxForcedPlugin | |
| name | |
| Control | |
| executionOrder | |
| shouldApCorr | |
| needsMetadata | |
| double lsst::meas::extensions::photometryKron::calculatePsfKronRadius | ( | boost::shared_ptr< afw::detection::Psf const > const & | psf, |
| afw::geom::Point2D const & | center, | ||
| double | smoothingSigma = 0.0 |
||
| ) |
Definition at line 332 of file KronPhotometry.cc.
| template boost::shared_ptr< KronAperture > lsst::meas::extensions::photometryKron::KronAperture::determineRadius< afw::image::MaskedImage< float > > | ( | afw::image::MaskedImage< float > const & | , |
| afw::geom::ellipses::Axes | , | ||
| afw::geom::Point2D const & | , | ||
| KronFluxControl const & | |||
| ) |
| template std::pair<double, double> lsst::meas::extensions::photometryKron::KronAperture::measureFlux< afw::image::MaskedImage< float > > | ( | afw::image::MaskedImage< float > const & | , |
| double | const, | ||
| double | const | ||
| ) | const |
| std::pair<double, double> lsst::meas::extensions::photometryKron::photometer | ( | ImageT const & | image, |
| afw::geom::ellipses::Ellipse const & | aperture, | ||
| double const | maxSincRadius | ||
| ) |
Definition at line 305 of file KronPhotometry.cc.
| lsst.meas.extensions.photometryKron.Control |
Definition at line 31 of file __init__.py.
| lsst.meas.extensions.photometryKron.executionOrder |
Definition at line 32 of file __init__.py.
| lsst.meas.extensions.photometryKron.KronFluxForcedPlugin |
Definition at line 28 of file __init__.py.
| lsst.meas.extensions.photometryKron.KronFluxPlugin |
Definition at line 28 of file __init__.py.
| lsst.meas.extensions.photometryKron.name |
Definition at line 30 of file __init__.py.
| lsst.meas.extensions.photometryKron.needsMetadata |
Definition at line 34 of file __init__.py.
| lsst.meas.extensions.photometryKron.shouldApCorr |
Definition at line 33 of file __init__.py.
1.8.13