|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
Computes the isophotal flux and magnitude. More...
#include <IsophotalFlux.h>
Public Member Functions | |
| virtual | ~IsophotalFlux ()=default |
| Destructor. More... | |
| IsophotalFlux (SeFloat flux, SeFloat flux_error, SeFloat mag, SeFloat mag_error) | |
| SeFloat | getFlux () const |
| SeFloat | getFluxError () const |
| SeFloat | getMag () const |
| SeFloat | getMagError () 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 |
Computes the isophotal flux and magnitude.
Isophotal flux is the total flux from the detection pixels
Definition at line 36 of file IsophotalFlux.h.
|
virtualdefault |
Destructor.
|
inline |
Definition at line 44 of file IsophotalFlux.h.
|
inline |
Definition at line 47 of file IsophotalFlux.h.
References m_flux.
|
inline |
Definition at line 51 of file IsophotalFlux.h.
References m_flux_error.
|
inline |
Definition at line 55 of file IsophotalFlux.h.
References m_mag.
|
inline |
Definition at line 59 of file IsophotalFlux.h.
References m_mag_error.
|
private |
Definition at line 64 of file IsophotalFlux.h.
Referenced by getFlux().
|
private |
Definition at line 65 of file IsophotalFlux.h.
Referenced by getFluxError().
|
private |
Definition at line 66 of file IsophotalFlux.h.
Referenced by getMag().
|
private |
Definition at line 67 of file IsophotalFlux.h.
Referenced by getMagError().
1.8.14