SourceXtractorPlusPlus
0.13
Please provide a description of the project.
|
Aperture photometry fluxes and magnitudes. More...
#include <AperturePhotometry.h>
Public Member Functions | |
virtual | ~AperturePhotometry ()=default |
Destructor. More... | |
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 |
![]() | |
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.
|
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 getFlags().
|
private |
Definition at line 72 of file AperturePhotometry.h.
Referenced by getFluxes().
|
private |
Definition at line 73 of file AperturePhotometry.h.
Referenced by getFluxErrors().
|
private |
Definition at line 74 of file AperturePhotometry.h.
Referenced by getMags().
|
private |
Definition at line 75 of file AperturePhotometry.h.
Referenced by getMagErrors().