lsst.meas.extensions.photometryKron
16.0-1-g80120d7+2
|
#include <numeric>
#include <cmath>
#include <functional>
#include "boost/math/constants/constants.hpp"
#include "lsst/pex/exceptions.h"
#include "lsst/afw/geom/Point.h"
#include "lsst/afw/geom/Box.h"
#include "lsst/afw/geom/SpanSet.h"
#include "lsst/afw/image/Exposure.h"
#include "lsst/afw/table/Source.h"
#include "lsst/afw/math/Integrate.h"
#include "lsst/afw/math/FunctionLibrary.h"
#include "lsst/afw/math/KernelFunctions.h"
#include "lsst/afw/detection/Psf.h"
#include "lsst/afw/geom/AffineTransform.h"
#include "lsst/afw/geom/ellipses.h"
#include "lsst/meas/base.h"
#include "lsst/meas/base/ApertureFlux.h"
#include "lsst/meas/extensions/photometryKron.h"
Go to the source code of this file.
Classes | |
class | lsst::meas::extensions::photometryKron::BadKronException |
Namespaces | |
lsst | |
lsst::meas | |
lsst::meas::extensions | |
lsst::meas::extensions::photometryKron | |
Macros | |
#define | INSTANTIATE(TYPE) |
Functions | |
template<typename ImageT > | |
std::pair< double, double > | lsst::meas::extensions::photometryKron::photometer (ImageT const &image, afw::geom::ellipses::Ellipse const &aperture, double const maxSincRadius) |
double | lsst::meas::extensions::photometryKron::calculatePsfKronRadius (boost::shared_ptr< afw::detection::Psf const > const &psf, afw::geom::Point2D const ¢er, double smoothingSigma=0.0) |
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 |
#define INSTANTIATE | ( | TYPE | ) |
Definition at line 599 of file KronPhotometry.cc.