lsst.meas.base
14.0
|
#include "ndarray/eigen.h"
#include "lsst/afw/detection/Psf.h"
#include "lsst/afw/geom/Box.h"
#include "lsst/pex/exceptions.h"
#include "lsst/afw/geom.h"
#include "lsst/afw/image.h"
#include "lsst/afw/math.h"
#include "lsst/meas/base/PeakLikelihoodFlux.h"
#include "lsst/afw/table/Source.h"
Go to the source code of this file.
Namespaces | |
lsst | |
lsst::meas | |
lsst::meas::base | |
Functions | |
template<typename T > | |
afw::image::MaskedImage< T > ::SinglePixel | lsst::meas::base::computeShiftedValue (afw::image::MaskedImage< T > const &maskedImage, std::string const &warpingKernelName, afw::geom::Point2D const &fracShift, afw::geom::Point2I const &parentInd) |
Compute the value of one pixel of an image after a fractional pixel shift Since we only want the value at one pixel, there is no need to shift the entire image; instead we simply convolve at one point. More... | |
boost::shared_ptr< lsst::afw::image::Image<double> > _psfImage |
Definition at line 83 of file PeakLikelihoodFlux.cc.