|
lsst.meas.algorithms g511c235543+401ba1f5a0
|
#include <vector>#include "lsst/base.h"#include "lsst/daf/base.h"#include "lsst/afw/image/MaskedImage.h"Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| namespace | lsst::afw |
| namespace | lsst::afw::detection |
| namespace | lsst::meas |
| namespace | lsst::meas::algorithms |
Functions | |
| template<typename MaskedImageT > | |
| std::vector< std::shared_ptr< afw::detection::Footprint > > | lsst::meas::algorithms::findCosmicRays (MaskedImageT &mimage, afw::detection::Psf const &psf, double const bkgd, daf::base::PropertySet const &ps, bool const keep) |
| Find cosmic rays in an Image, and mask and remove them. More... | |