LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include "ndarray/eigen.h"
#include "lsst/afw/detection/Psf.h"
#include "lsst/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 | |
A base class for image defects. | |
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, geom::Point2D const &fracShift, 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... | |