|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <AutoPhotometryTask.h>
Public Member Functions | |
| virtual | ~AutoPhotometryTask ()=default |
| Destructor. More... | |
| AutoPhotometryTask (unsigned instance, SeFloat magnitude_zero_point, SeFloat kron_factor, SeFloat kron_minrad, bool use_symmetry) | |
| virtual void | computeProperties (SourceInterface &source) const override |
| Computes one or more properties for the Source. More... | |
Public Member Functions inherited from SourceXtractor::SourceTask | |
| virtual | ~SourceTask ()=default |
| Destructor. More... | |
Public Member Functions inherited from SourceXtractor::Task | |
| virtual | ~Task ()=default |
| Destructor. More... | |
Private Attributes | |
| unsigned | m_instance |
| SeFloat | m_magnitude_zero_point |
| SeFloat | m_kron_factor |
| SeFloat | m_kron_minrad |
| bool | m_use_symmetry |
Definition at line 32 of file AutoPhotometryTask.h.
|
virtualdefault |
Destructor.
|
inline |
Definition at line 38 of file AutoPhotometryTask.h.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 48 of file AutoPhotometryTask.cpp.
References SourceXtractor::BLENDED, SourceXtractor::fillAperture(), SourceXtractor::CheckImages::getAutoApertureImage(), SourceXtractor::CheckImages::getInstance(), SourceXtractor::SourceInterface::getProperty(), SourceXtractor::LayerSubtractedImage, SourceXtractor::LayerVarianceMap, std::log10(), m_instance, m_kron_factor, m_kron_minrad, m_magnitude_zero_point, m_use_symmetry, SourceXtractor::measureFlux(), std::numeric_limits::quiet_NaN(), SourceXtractor::SATURATED, SourceXtractor::SourceInterface::setIndexedProperty(), and std::sqrt().
|
private |
Definition at line 48 of file AutoPhotometryTask.h.
Referenced by computeProperties().
|
private |
Definition at line 50 of file AutoPhotometryTask.h.
Referenced by computeProperties().
|
private |
Definition at line 51 of file AutoPhotometryTask.h.
Referenced by computeProperties().
|
private |
Definition at line 49 of file AutoPhotometryTask.h.
Referenced by computeProperties().
|
private |
Definition at line 52 of file AutoPhotometryTask.h.
Referenced by computeProperties().
1.8.14