SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#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. More... | |
![]() | |
virtual | ~SourceTask ()=default |
Destructor. More... | |
![]() | |
virtual | ~Task ()=default |
Destructor. More... | |
Private Attributes | |
unsigned | m_instance |
bool | m_use_symmetry |
Definition at line 25 of file GrowthCurveTask.h.
|
virtualdefault |
SourceXtractor::GrowthCurveTask::GrowthCurveTask | ( | unsigned | instance, |
bool | use_symmetry | ||
) |
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::vector< T >::back(), std::ceil(), dx, dy, std::vector< T >::emplace_back(), SourceXtractor::getPixelValue(), SourceXtractor::SourceInterface::getProperty(), SourceXtractor::GROWTH_NSAMPLES, SourceXtractor::GROWTH_NSIG, SourceXtractor::LayerSubtractedImage, SourceXtractor::LayerVarianceMap, m_instance, m_use_symmetry, std::max(), std::min(), std::move(), std::vector< T >::reserve(), SourceXtractor::SourceInterface::setIndexedProperty(), std::vector< T >::size(), 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().