SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
AperturePhotometry.h
Go to the documentation of this file.
1
17/*
18 * AperturePhotometry.h
19 *
20 * Created on: Sep 22, 2016
21 * Author: mschefer
22 */
23
24#ifndef _SEIMPLEMENTATION_PLUGIN_APERTUREPHOTOMETRY_APERTUREPHOTOMETRY_H_
25#define _SEIMPLEMENTATION_PLUGIN_APERTUREPHOTOMETRY_APERTUREPHOTOMETRY_H_
26
27#include "SEUtils/Types.h"
30#include <vector>
31
32namespace SourceXtractor {
33
78
79} /* namespace SourceXtractor */
80
81#endif /* _SEIMPLEMENTATION_PLUGIN_APERTUREPHOTOMETRY_APERTUREPHOTOMETRY_H_ */
Aperture photometry fluxes and magnitudes.
const std::vector< Flags > & getFlags() const
virtual ~AperturePhotometry()=default
Destructor.
const std::vector< SeFloat > & getFluxErrors() const
const std::vector< SeFloat > & getMagErrors() const
AperturePhotometry(const std::vector< SeFloat > &flux, const std::vector< SeFloat > &flux_error, const std::vector< SeFloat > &mag, const std::vector< SeFloat > &mag_error, const std::vector< Flags > &flag)
const std::vector< SeFloat > & getFluxes() const
const std::vector< SeFloat > & getMags() const
Base class for all Properties. (has no actual content)
Definition Property.h:33