SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
#include <AperturePhotometryTask.h>
Public Member Functions | |
virtual | ~AperturePhotometryTask ()=default |
AperturePhotometryTask (const std::vector< SeFloat > &apertures, unsigned int instance, SeFloat magnitude_zero_point, bool use_symmetry) | |
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 | |
std::vector< SeFloat > | m_apertures |
unsigned int | m_instance |
SeFloat | m_magnitude_zero_point |
bool | m_use_symmetry |
Definition at line 32 of file AperturePhotometryTask.h.
|
virtualdefault |
|
inline |
Definition at line 37 of file AperturePhotometryTask.h.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 45 of file AperturePhotometryTask.cpp.
References SourceXtractor::BLENDED, SourceXtractor::fillAperture(), SourceXtractor::MultithreadedMeasurement::g_global_mutex, SourceXtractor::CheckImages::getApertureImage(), SourceXtractor::CheckImages::getInstance(), SourceXtractor::SourceInterface::getProperty(), std::lock(), std::log10(), m_apertures, m_instance, m_magnitude_zero_point, m_use_symmetry, SourceXtractor::measureFlux(), SourceXtractor::NONE, std::vector< T >::push_back(), std::numeric_limits::quiet_NaN(), SourceXtractor::SATURATED, SourceXtractor::SourceInterface::setIndexedProperty(), and std::sqrt().
|
private |
Definition at line 47 of file AperturePhotometryTask.h.
Referenced by computeProperties().
|
private |
Definition at line 48 of file AperturePhotometryTask.h.
Referenced by computeProperties().
|
private |
Definition at line 49 of file AperturePhotometryTask.h.
Referenced by computeProperties().
|
private |
Definition at line 50 of file AperturePhotometryTask.h.
Referenced by computeProperties().