25 #if !defined(LSST_MEAS_ALGORITHMS_CR_H)
26 #define LSST_MEAS_ALGORITHMS_CR_H
31 #include "lsst/base.h"
32 #include "lsst/afw/image/MaskedImage.h"
34 namespace lsst {
namespace afw {
42 namespace algorithms {
44 template <
typename MaskedImageT>
45 std::vector<std::shared_ptr<lsst::afw::detection::Footprint> >
47 lsst::afw::detection::Psf
const &psf,
49 lsst::pex::policy::Policy
const& policy,
50 bool const keep =
false
std::vector< std::shared_ptr< lsst::afw::detection::Footprint > > findCosmicRays(MaskedImageT &image, lsst::afw::detection::Psf const &psf, double const bkgd, lsst::pex::policy::Policy const &policy, bool const keep=false)