Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include <Photometry.h>
Public Member Functions | |
FluxErrorPair (double flux, double error, bool missing_photometry_flag=false, bool upper_limit_flag=false) | |
FluxErrorPair (const FluxErrorPair &)=default | |
bool | operator== (const FluxErrorPair &other) const |
bool | operator!= (const FluxErrorPair &other) const |
double | getFlux () const |
double | getError () const |
Public Attributes | |
double | flux |
double | error |
bool | missing_photometry_flag |
bool | upper_limit_flag |
Definition at line 41 of file Photometry.h.
Euclid::SourceCatalog::FluxErrorPair::FluxErrorPair | ( | double | flux, |
double | error, | ||
bool | missing_photometry_flag = false , |
||
bool | upper_limit_flag = false |
||
) |
Definition at line 30 of file FluxErrorPair.cpp.
|
default |
|
inline |
Definition at line 55 of file Photometry.h.
References error.
|
inline |
Definition at line 51 of file Photometry.h.
References flux.
bool Euclid::SourceCatalog::FluxErrorPair::operator!= | ( | const FluxErrorPair & | other | ) | const |
Definition at line 38 of file FluxErrorPair.cpp.
bool Euclid::SourceCatalog::FluxErrorPair::operator== | ( | const FluxErrorPair & | other | ) | const |
Definition at line 33 of file FluxErrorPair.cpp.
References error, flux, missing_photometry_flag, and upper_limit_flag.
double Euclid::SourceCatalog::FluxErrorPair::error |
Definition at line 43 of file Photometry.h.
Referenced by getError(), and operator==().
double Euclid::SourceCatalog::FluxErrorPair::flux |
Definition at line 42 of file Photometry.h.
Referenced by getFlux(), and operator==().
bool Euclid::SourceCatalog::FluxErrorPair::missing_photometry_flag |
Definition at line 44 of file Photometry.h.
Referenced by operator==().
bool Euclid::SourceCatalog::FluxErrorPair::upper_limit_flag |
Definition at line 45 of file Photometry.h.
Referenced by operator==().