#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. More...
|
|
void | fail (afw::table::SourceRecord &measRecord, meas::base::MeasurementError *error=NULL) const |
|
| DipoleFluxAlgorithm (Control const &ctrl, std::string const &name, afw::table::Schema &schema, std::string const &doc) |
|
ResultKey const & | getPositiveKeys () const |
| Return the standard flux keys registered by this algorithm. More...
|
|
ResultKey const & | getNegativeKeys () const |
|
|
static meas::base::FlagDefinitionList const & | getFlagDefinitions () |
|
static meas::base::FlagDefinition const | FAILURE = dipoleFluxFlagDefinitions.addFailureFlag("general failure flag, set if anything went wrong") |
|
static meas::base::FlagDefinition const | POS_FLAG = dipoleFluxFlagDefinitions.add("pos_flag", "failure flag for positive, set if anything went wrong") |
|
static meas::base::FlagDefinition const | NEG_FLAG = dipoleFluxFlagDefinitions.add("neg_flag", "failure flag for negative, set if anything went wrong") |
|
| DipoleFluxAlgorithm (Control const &ctrl, std::string const &name, afw::table::Schema &schema, std::string const &doc, ResultKey const &positiveKeys, ResultKey const &negativeKeys) |
| Initialize with a manually-constructed result key. More...
|
|
Control | _ctrl |
|
meas::base::FluxResultKey | _fluxResultKey |
|
meas::base::FlagHandler | _flagHandler |
|
ResultKey | _positiveKeys |
|
ResultKey | _negativeKeys |
|
Definition at line 211 of file DipoleAlgorithms.h.
◆ Control
◆ NaiveDipoleFlux()
lsst::ip::diffim::NaiveDipoleFlux::NaiveDipoleFlux |
( |
Control const & |
ctrl, |
|
|
std::string const & |
name, |
|
|
afw::table::Schema & |
schema |
|
) |
| |
|
inline |
◆ fail()
void lsst::ip::diffim::NaiveDipoleFlux::fail |
( |
afw::table::SourceRecord & |
measRecord, |
|
|
meas::base::MeasurementError * |
error = NULL |
|
) |
| const |
◆ measure()
void lsst::ip::diffim::NaiveDipoleFlux::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.
Definition at line 268 of file DipoleAlgorithms.cc.
◆ _ctrl
Control lsst::ip::diffim::NaiveDipoleFlux::_ctrl |
|
private |
◆ _numNegativeKey
afw::table::Key<int> lsst::ip::diffim::NaiveDipoleFlux::_numNegativeKey |
|
private |
◆ _numPositiveKey
afw::table::Key<int> lsst::ip::diffim::NaiveDipoleFlux::_numPositiveKey |
|
private |
The documentation for this class was generated from the following files: