SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AperturePhotometryArrayTask.cpp
Go to the documentation of this file.
1 
17 /*
18  * AperturePhotometryArrayTask.cpp
19  *
20  * Created on: Nov 23, 2018
21  * Author: Alejandro Alvarez Ayllon
22  */
23 
27 
28 namespace SourceXtractor {
29 
32  for (auto i : m_aperture_instances) {
33  measurements.emplace_back(source.getProperty<AperturePhotometry>(i));
34  }
36 }
37 
38 } // end SourceXtractor
const PropertyType & getProperty(unsigned int index=0) const
Convenience template method to call getProperty() with a more user-friendly syntax.
Aperture photometry fluxes and magnitudes.
void setIndexedProperty(std::size_t index, Args...args)
Convenience template method to call setProperty() with a more user-friendly syntax.
virtual void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
STL class.
Merges all AperturePhotometries into a multidimensional property.
The SourceInterface is an abstract &quot;source&quot; that has properties attached to it.
T emplace_back(T...args)