|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <GrowthCurveTask.h>


Public Member Functions | |
| virtual | ~GrowthCurveTask ()=default |
| GrowthCurveTask (unsigned instance, bool use_symmetry) | |
| 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 | |
| unsigned | m_instance |
| bool | m_use_symmetry |
Definition at line 25 of file GrowthCurveTask.h.
|
virtualdefault |
Definition at line 63 of file GrowthCurveTask.cpp.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 66 of file GrowthCurveTask.cpp.
References std::ceil(), dx, dy, SourceXtractor::getPixelValue(), SourceXtractor::GROWTH_NSAMPLES, SourceXtractor::GROWTH_NSIG, SourceXtractor::LayerSubtractedImage, SourceXtractor::LayerVarianceMap, m_instance, m_use_symmetry, std::max(), std::min(), std::move(), std::sqrt(), x, and y.

|
private |
Definition at line 34 of file GrowthCurveTask.h.
Referenced by computeProperties().
|
private |
Definition at line 35 of file GrowthCurveTask.h.
Referenced by computeProperties().