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

Auto photometry flux and magnitude. More...

#include <AutoPhotometry.h>

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

Public Member Functions

virtual ~AutoPhotometry ()=default
 Destructor. More...
 
 AutoPhotometry (SeFloat flux, SeFloat flux_error, SeFloat mag, SeFloat mag_error, Flags flags)
 
SeFloat getFlux () const
 
SeFloat getFluxError () const
 
SeFloat getMag () const
 
SeFloat getMagError () const
 
Flags getFlags () 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
 
Flags m_flags
 

Detailed Description

Auto photometry flux and magnitude.

Auto photometry flux and magnitude, merging the measurements per frame into a single property.

Definition at line 37 of file AutoPhotometry.h.

Constructor & Destructor Documentation

◆ ~AutoPhotometry()

virtual SourceXtractor::AutoPhotometry::~AutoPhotometry ( )
virtualdefault

Destructor.

◆ AutoPhotometry()

SourceXtractor::AutoPhotometry::AutoPhotometry ( SeFloat  flux,
SeFloat  flux_error,
SeFloat  mag,
SeFloat  mag_error,
Flags  flags 
)
inline

Definition at line 45 of file AutoPhotometry.h.

Member Function Documentation

◆ getFlags()

Flags SourceXtractor::AutoPhotometry::getFlags ( ) const
inline

Definition at line 64 of file AutoPhotometry.h.

References m_flags.

◆ getFlux()

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

Definition at line 48 of file AutoPhotometry.h.

References m_flux.

◆ getFluxError()

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

Definition at line 52 of file AutoPhotometry.h.

References m_flux_error.

◆ getMag()

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

Definition at line 56 of file AutoPhotometry.h.

References m_mag.

◆ getMagError()

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

Definition at line 60 of file AutoPhotometry.h.

References m_mag_error.

Member Data Documentation

◆ m_flags

Flags SourceXtractor::AutoPhotometry::m_flags
private

Definition at line 73 of file AutoPhotometry.h.

Referenced by getFlags().

◆ m_flux

SeFloat SourceXtractor::AutoPhotometry::m_flux
private

Definition at line 69 of file AutoPhotometry.h.

Referenced by getFlux().

◆ m_flux_error

SeFloat SourceXtractor::AutoPhotometry::m_flux_error
private

Definition at line 70 of file AutoPhotometry.h.

Referenced by getFluxError().

◆ m_mag

SeFloat SourceXtractor::AutoPhotometry::m_mag
private

Definition at line 71 of file AutoPhotometry.h.

Referenced by getMag().

◆ m_mag_error

SeFloat SourceXtractor::AutoPhotometry::m_mag_error
private

Definition at line 72 of file AutoPhotometry.h.

Referenced by getMagError().


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