Alexandria
2.18
Please provide a description of the 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 |
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 |
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 operator==().
double Euclid::SourceCatalog::FluxErrorPair::flux |
Definition at line 42 of file Photometry.h.
Referenced by 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==().