|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
Auto photometry flux and magnitude. More...
#include <AutoPhotometry.h>
Public Member Functions | |
| virtual | ~AutoPhotometry ()=default |
| Destructor. More... | |
| AutoPhotometry (SeFloat flux, SeFloat flux_error, SeFloat mag, SeFloat mag_error, Flags flags) | |
| SeFloat | getFlux () const |
| SeFloat | getFluxError () const |
| SeFloat | getMag () const |
| SeFloat | getMagError () const |
| Flags | getFlags () const |
Public Member Functions inherited from SourceXtractor::Property | |
| virtual | ~Property ()=default |
Private Attributes | |
| SeFloat | m_flux |
| SeFloat | m_flux_error |
| SeFloat | m_mag |
| SeFloat | m_mag_error |
| Flags | m_flags |
Auto photometry flux and magnitude.
Auto photometry flux and magnitude, merging the measurements per frame into a single property.
Definition at line 37 of file AutoPhotometry.h.
|
virtualdefault |
Destructor.
|
inline |
Definition at line 45 of file AutoPhotometry.h.
|
inline |
Definition at line 64 of file AutoPhotometry.h.
References m_flags.
|
inline |
Definition at line 48 of file AutoPhotometry.h.
References m_flux.
|
inline |
Definition at line 52 of file AutoPhotometry.h.
References m_flux_error.
|
inline |
Definition at line 56 of file AutoPhotometry.h.
References m_mag.
|
inline |
Definition at line 60 of file AutoPhotometry.h.
References m_mag_error.
|
private |
Definition at line 73 of file AutoPhotometry.h.
Referenced by getFlags().
|
private |
Definition at line 69 of file AutoPhotometry.h.
Referenced by getFlux().
|
private |
Definition at line 70 of file AutoPhotometry.h.
Referenced by getFluxError().
|
private |
Definition at line 71 of file AutoPhotometry.h.
Referenced by getMag().
|
private |
Definition at line 72 of file AutoPhotometry.h.
Referenced by getMagError().
1.8.14