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


Public Types | |
| typedef std::function< double(SourceXtractor::SourceInterface &group, unsigned instance) | ValueGetter) |
Public Member Functions | |
| virtual | ~SourcePsfTask ()=default |
| SourcePsfTask (unsigned instance, const std::shared_ptr< Psf > &vpsf) | |
| 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. | |
Static Public Attributes | |
| static std::map< std::string, ValueGetter > | component_value_getters |
Private Attributes | |
| unsigned | m_instance |
| std::shared_ptr< Psf > | m_vpsf |
Definition at line 26 of file SourcePsfTask.h.
| typedef std::function<double(SourceXtractor::SourceInterface &group, unsigned instance) SourceXtractor::SourcePsfTask::ValueGetter) |
Definition at line 34 of file SourcePsfTask.h.
|
virtualdefault |
| SourceXtractor::SourcePsfTask::SourcePsfTask | ( | unsigned | instance, |
| const std::shared_ptr< Psf > & | vpsf ) |
Definition at line 48 of file SourcePsfTask.cpp.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 52 of file SourcePsfTask.cpp.
References std::accumulate(), ModelFitting::ImageTraits< ImageType >::addImageToImage(), component_value_getters, SourceXtractor::VectorImage< T >::create(), SourceXtractor::CheckImages::getInstance(), m_instance, m_vpsf, x, and y.

|
static |
Definition at line 35 of file SourcePsfTask.h.
Referenced by computeProperties().
|
private |
Definition at line 38 of file SourcePsfTask.h.
Referenced by computeProperties().
|
private |
Definition at line 39 of file SourcePsfTask.h.
Referenced by computeProperties().