SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
#include <AutoPhotometryArrayTask.h>
Public Member Functions | |
virtual | ~AutoPhotometryArrayTask ()=default |
AutoPhotometryArrayTask (const std::vector< unsigned > &images) | |
virtual 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 | |
std::vector< unsigned > | m_images |
Merge all the AutoPhotometry measurements into a single vector so it can be written as a vector column
Definition at line 36 of file AutoPhotometryArrayTask.h.
|
virtualdefault |
|
inline |
Definition at line 41 of file AutoPhotometryArrayTask.h.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 31 of file AutoPhotometryArrayTask.cpp.
References std::vector< T >::emplace_back(), SourceXtractor::SourceInterface::getProperty(), m_images, and SourceXtractor::SourceInterface::setProperty().
|
private |
Definition at line 46 of file AutoPhotometryArrayTask.h.
Referenced by computeProperties().