|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <PsfTask.h>
Public Member Functions | |
| virtual | ~PsfTask ()=default |
| PsfTask (unsigned instance, const std::shared_ptr< VariablePsf > &vpsf) | |
| virtual void | computeProperties (SourceGroupInterface &source) const override |
| Computes one or more properties for the SourceGroup and/or the Sources it contains. More... | |
Public Member Functions inherited from SourceXtractor::GroupTask | |
| virtual | ~GroupTask ()=default |
| Destructor. More... | |
Public Member Functions inherited from SourceXtractor::Task | |
| virtual | ~Task ()=default |
| Destructor. More... | |
Private Attributes | |
| unsigned | m_instance |
| std::shared_ptr< VariablePsf > | m_vpsf |
|
virtualdefault |
| SourceXtractor::PsfTask::PsfTask | ( | unsigned | instance, |
| const std::shared_ptr< VariablePsf > & | vpsf | ||
| ) |
Definition at line 47 of file PsfTask.cpp.
|
overridevirtual |
Computes one or more properties for the SourceGroup and/or the Sources it contains.
Implements SourceXtractor::GroupTask.
Definition at line 51 of file PsfTask.cpp.
References std::accumulate(), ModelFitting::ImageTraits< ImageType >::addImageToImage(), SourceXtractor::component_value_getters, SourceXtractor::VectorImage< T >::create(), SourceXtractor::CheckImages::getInstance(), SourceXtractor::CheckImages::getPsfImage(), m_instance, m_vpsf, std::vector< T >::push_back(), SourceXtractor::SourceGroupInterface::setIndexedProperty(), SourceXtractor::SourceGroupInterface::size(), x, and y.
|
private |
Definition at line 44 of file PsfTask.h.
Referenced by computeProperties().
|
private |
Definition at line 45 of file PsfTask.h.
Referenced by computeProperties().
1.8.14