#include <DipoleAlgorithms.h>
|
| NaiveDipoleFlux (Control const &ctrl, std::string const &name, afw::table::Schema &schema) |
|
void | measure (afw::table::SourceRecord &measRecord, afw::image::Exposure< float > const &exposure) const |
| Given an image and a pixel position, return a Centroid using a naive 3x3 weighted moment.
|
|
void | fail (afw::table::SourceRecord &measRecord, meas::base::MeasurementError *error=NULL) const |
|
ResultKey const & | getPositiveKeys () const |
| Return the standard flux keys registered by this algorithm.
|
|
ResultKey const & | getNegativeKeys () const |
|
void | measureForced (afw::table::SourceRecord &measRecord, afw::image::Exposure< float > const &exposure, afw::table::SourceRecord const &refRecord, afw::geom::SkyWcs const &refWcs) const override |
|
void | measureNForced (afw::table::SourceCatalog const &measCat, afw::image::Exposure< float > const &exposure, afw::table::SourceCatalog const &refRecord, afw::geom::SkyWcs const &refWcs) const override |
|
virtual void | measureN (afw::table::SourceCatalog const &measCat, afw::image::Exposure< float > const &exposure) const |
|
std::string | getLogName () const |
|
Definition at line 211 of file DipoleAlgorithms.h.
◆ Control
◆ ResultKey
◆ NaiveDipoleFlux()
◆ fail()
◆ getFlagDefinitions()
◆ getNegativeKeys()
ResultKey const & lsst::ip::diffim::DipoleFluxAlgorithm::getNegativeKeys |
( |
| ) |
const |
|
inlineinherited |
◆ getPositiveKeys()
ResultKey const & lsst::ip::diffim::DipoleFluxAlgorithm::getPositiveKeys |
( |
| ) |
const |
|
inlineinherited |
Return the standard flux keys registered by this algorithm.
Definition at line 133 of file DipoleAlgorithms.h.
◆ measure()
◆ _flagHandler
◆ _fluxResultKey
◆ _negativeKeys
ResultKey lsst::ip::diffim::DipoleFluxAlgorithm::_negativeKeys |
|
protectedinherited |
◆ _positiveKeys
ResultKey lsst::ip::diffim::DipoleFluxAlgorithm::_positiveKeys |
|
protectedinherited |
◆ FAILURE
◆ NEG_FLAG
◆ POS_FLAG
The documentation for this class was generated from the following files: