|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
Aperture photometry fluxes and magnitudes. More...
#include <AperturePhotometry.h>


Public Member Functions | |
| virtual | ~AperturePhotometry ()=default |
| Destructor. | |
| 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 > & | getFluxErrors () const |
| const std::vector< SeFloat > & | getMags () const |
| const std::vector< SeFloat > & | getMagErrors () const |
| const std::vector< Flags > & | getFlags () const |
| Public Member Functions inherited from SourceXtractor::Property | |
| virtual | ~Property ()=default |
Private Attributes | |
| std::vector< SeFloat > | m_flux |
| std::vector< SeFloat > | m_flux_error |
| std::vector< SeFloat > | m_mag |
| std::vector< SeFloat > | m_mag_error |
| std::vector< Flags > | m_flag |
Aperture photometry fluxes and magnitudes.
Definition at line 38 of file AperturePhotometry.h.
|
virtualdefault |
Destructor.
|
inline |
Definition at line 46 of file AperturePhotometry.h.
References m_flag, m_flux, m_flux_error, m_mag, and m_mag_error.
|
inline |
Definition at line 67 of file AperturePhotometry.h.
References m_flag.
|
inline |
Definition at line 55 of file AperturePhotometry.h.
References m_flux_error.
|
inline |
Definition at line 51 of file AperturePhotometry.h.
References m_flux.
|
inline |
Definition at line 63 of file AperturePhotometry.h.
References m_mag_error.
|
inline |
Definition at line 59 of file AperturePhotometry.h.
References m_mag.
|
private |
Definition at line 76 of file AperturePhotometry.h.
Referenced by AperturePhotometry(), and getFlags().
|
private |
Definition at line 72 of file AperturePhotometry.h.
Referenced by AperturePhotometry(), and getFluxes().
|
private |
Definition at line 73 of file AperturePhotometry.h.
Referenced by AperturePhotometry(), and getFluxErrors().
|
private |
Definition at line 74 of file AperturePhotometry.h.
Referenced by AperturePhotometry(), and getMags().
|
private |
Definition at line 75 of file AperturePhotometry.h.
Referenced by AperturePhotometry(), and getMagErrors().