SourceXtractorPlusPlus  0.10
Please provide a description of the project.
Public Member Functions | Private Attributes | List of all members
SourceXtractor::IsophotalFlux Class Reference

Computes the isophotal flux and magnitude. More...

#include <IsophotalFlux.h>

Inheritance diagram for SourceXtractor::IsophotalFlux:
[legend]
Collaboration diagram for SourceXtractor::IsophotalFlux:
[legend]

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
 

Detailed Description

Computes the isophotal flux and magnitude.

Isophotal flux is the total flux from the detection pixels

Definition at line 36 of file IsophotalFlux.h.

Constructor & Destructor Documentation

◆ ~IsophotalFlux()

virtual SourceXtractor::IsophotalFlux::~IsophotalFlux ( )
virtualdefault

Destructor.

◆ IsophotalFlux()

SourceXtractor::IsophotalFlux::IsophotalFlux ( SeFloat  flux,
SeFloat  flux_error,
SeFloat  mag,
SeFloat  mag_error 
)
inline

Definition at line 44 of file IsophotalFlux.h.

Member Function Documentation

◆ getFlux()

SeFloat SourceXtractor::IsophotalFlux::getFlux ( ) const
inline

Definition at line 47 of file IsophotalFlux.h.

References m_flux.

Referenced by SourceXtractor::ObjectInfo::getIsoFlux().

◆ getFluxError()

SeFloat SourceXtractor::IsophotalFlux::getFluxError ( ) const
inline

Definition at line 51 of file IsophotalFlux.h.

References m_flux_error.

◆ getMag()

SeFloat SourceXtractor::IsophotalFlux::getMag ( ) const
inline

Definition at line 55 of file IsophotalFlux.h.

References m_mag.

◆ getMagError()

SeFloat SourceXtractor::IsophotalFlux::getMagError ( ) const
inline

Definition at line 59 of file IsophotalFlux.h.

References m_mag_error.

Member Data Documentation

◆ m_flux

SeFloat SourceXtractor::IsophotalFlux::m_flux
private

Definition at line 64 of file IsophotalFlux.h.

Referenced by getFlux().

◆ m_flux_error

SeFloat SourceXtractor::IsophotalFlux::m_flux_error
private

Definition at line 65 of file IsophotalFlux.h.

Referenced by getFluxError().

◆ m_mag

SeFloat SourceXtractor::IsophotalFlux::m_mag
private

Definition at line 66 of file IsophotalFlux.h.

Referenced by getMag().

◆ m_mag_error

SeFloat SourceXtractor::IsophotalFlux::m_mag_error
private

Definition at line 67 of file IsophotalFlux.h.

Referenced by getMagError().


The documentation for this class was generated from the following file: