SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

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

Destructor.

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

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

Definition at line 47 of file IsophotalFlux.h.

References m_flux.

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

Definition at line 51 of file IsophotalFlux.h.

References m_flux_error.

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

Definition at line 55 of file IsophotalFlux.h.

References m_mag.

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

Definition at line 59 of file IsophotalFlux.h.

References m_mag_error.

Member Data Documentation

SeFloat SourceXtractor::IsophotalFlux::m_flux
private

Definition at line 64 of file IsophotalFlux.h.

Referenced by getFlux().

SeFloat SourceXtractor::IsophotalFlux::m_flux_error
private

Definition at line 65 of file IsophotalFlux.h.

Referenced by getFluxError().

SeFloat SourceXtractor::IsophotalFlux::m_mag
private

Definition at line 66 of file IsophotalFlux.h.

Referenced by getMag().

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: