Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Euclid::SourceCatalog::FluxErrorPair Struct Reference

#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
 

Detailed Description

Definition at line 41 of file Photometry.h.

Constructor & Destructor Documentation

◆ FluxErrorPair() [1/2]

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.

◆ FluxErrorPair() [2/2]

Euclid::SourceCatalog::FluxErrorPair::FluxErrorPair ( const FluxErrorPair )
default

Member Function Documentation

◆ getError()

double Euclid::SourceCatalog::FluxErrorPair::getError ( ) const
inline

Definition at line 55 of file Photometry.h.

References error.

◆ getFlux()

double Euclid::SourceCatalog::FluxErrorPair::getFlux ( ) const
inline

Definition at line 51 of file Photometry.h.

References flux.

◆ operator!=()

bool Euclid::SourceCatalog::FluxErrorPair::operator!= ( const FluxErrorPair other) const

Definition at line 38 of file FluxErrorPair.cpp.

◆ operator==()

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.

Member Data Documentation

◆ error

double Euclid::SourceCatalog::FluxErrorPair::error

Definition at line 43 of file Photometry.h.

Referenced by getError(), and operator==().

◆ flux

double Euclid::SourceCatalog::FluxErrorPair::flux

Definition at line 42 of file Photometry.h.

Referenced by getFlux(), and operator==().

◆ missing_photometry_flag

bool Euclid::SourceCatalog::FluxErrorPair::missing_photometry_flag

Definition at line 44 of file Photometry.h.

Referenced by operator==().

◆ upper_limit_flag

bool Euclid::SourceCatalog::FluxErrorPair::upper_limit_flag

Definition at line 45 of file Photometry.h.

Referenced by operator==().


The documentation for this struct was generated from the following files: