lsst.meas.algorithms
13.0-24-g22030a45+2
|
#include <vector>
#include "lsst/base.h"
#include "lsst/afw/image/MaskedImage.h"
Go to the source code of this file.
Namespaces | |
lsst | |
lsst::afw | |
lsst::afw::detection | |
lsst::meas | |
lsst::meas::algorithms | |
Fit spatial kernel using approximate fluxes for candidates, and solving a linear system of equations. | |
Functions | |
template<typename MaskedImageT > | |
std::vector< std::shared_ptr< lsst::afw::detection::Footprint > > | lsst::meas::algorithms::findCosmicRays (MaskedImageT &image, lsst::afw::detection::Psf const &psf, double const bkgd, lsst::pex::policy::Policy const &policy, bool const keep=false) |