SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
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
28namespace SourceXtractor {
29
37
38} // end SourceXtractor
void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
Merges all AperturePhotometries into a multidimensional property.
Aperture photometry fluxes and magnitudes.
The SourceInterface is an abstract "source" that has properties attached to it.
void setIndexedProperty(std::size_t index, Args... args)
Convenience template method to call setProperty() with a more user-friendly syntax.
const PropertyType & getProperty(unsigned int index=0) const
Convenience template method to call getProperty() with a more user-friendly syntax.
T emplace_back(T... args)