|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
Task to produce the IsophotalFlux Property. More...
#include <IsophotalFluxTask.h>


Public Member Functions | |
| virtual | ~IsophotalFluxTask ()=default |
| Destructor. | |
| IsophotalFluxTask (SeFloat magnitude_zero_point) | |
| void | computeProperties (SourceInterface &source) const override |
| Computes one or more properties for the Source. | |
| Public Member Functions inherited from SourceXtractor::SourceTask | |
| virtual | ~SourceTask ()=default |
| Destructor. | |
| Public Member Functions inherited from SourceXtractor::Task | |
| virtual | ~Task ()=default |
| Destructor. | |
Private Attributes | |
| SeFloat | m_magnitude_zero_point |
Task to produce the IsophotalFlux Property.
Definition at line 36 of file IsophotalFluxTask.h.
|
virtualdefault |
Destructor.
|
inlineexplicit |
Definition at line 45 of file IsophotalFluxTask.h.
References m_magnitude_zero_point.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 33 of file IsophotalFluxTask.cpp.
References SourceXtractor::SourceInterface::getProperty(), std::log10(), m_magnitude_zero_point, std::numeric_limits::quiet_NaN(), SourceXtractor::SourceInterface::setProperty(), and std::sqrt().

|
private |
Definition at line 51 of file IsophotalFluxTask.h.
Referenced by computeProperties(), and IsophotalFluxTask().