SourceXtractorPlusPlus
0.11
Please provide a description of the project.
|
Task to produce the IsophotalFlux Property. More...
#include <IsophotalFluxTask.h>
Public Member Functions | |
virtual | ~IsophotalFluxTask ()=default |
Destructor. More... | |
IsophotalFluxTask (SeFloat magnitude_zero_point) | |
virtual void | computeProperties (SourceInterface &source) const override |
Computes one or more properties for the Source. More... | |
![]() | |
virtual | ~SourceTask ()=default |
Destructor. More... | |
![]() | |
virtual | ~Task ()=default |
Destructor. More... | |
Private Attributes | |
SeFloat | m_magnitude_zero_point |
Task to produce the IsophotalFlux Property.
Definition at line 36 of file IsophotalFluxTask.h.
|
virtualdefault |
Destructor.
|
inline |
Definition at line 45 of file IsophotalFluxTask.h.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 34 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().