#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 |
|
virtual void | measureForced (afw::table::SourceRecord &measRecord, afw::image::Exposure< float > const &exposure, afw::table::SourceRecord const &refRecord, afw::geom::SkyWcs const &refWcs) const |
|
virtual void | measureNForced (afw::table::SourceCatalog const &measCat, afw::image::Exposure< float > const &exposure, afw::table::SourceCatalog const &refRecord, afw::geom::SkyWcs const &refWcs) const |
|
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
meas::base::FlagDefinition const lsst::ip::diffim::DipoleFluxAlgorithm::FAILURE = dipoleFluxFlagDefinitions.addFailureFlag("general failure flag, set if anything went wrong") |
|
staticinherited |
◆ NEG_FLAG
meas::base::FlagDefinition const lsst::ip::diffim::DipoleFluxAlgorithm::NEG_FLAG = dipoleFluxFlagDefinitions.add("neg_flag", "failure flag for negative, set if anything went wrong") |
|
staticinherited |
◆ POS_FLAG
meas::base::FlagDefinition const lsst::ip::diffim::DipoleFluxAlgorithm::POS_FLAG = dipoleFluxFlagDefinitions.add("pos_flag", "failure flag for positive, set if anything went wrong") |
|
staticinherited |
The documentation for this class was generated from the following files: