SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractor::AutoPhotometry Class Reference

Auto photometry flux and magnitude. More...

#include <AutoPhotometry.h>

Inheritance diagram for SourceXtractor::AutoPhotometry:
Collaboration diagram for SourceXtractor::AutoPhotometry:

Public Member Functions

virtual ~AutoPhotometry ()=default
 Destructor.
 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.

References m_flags, m_flux, m_flux_error, m_mag, and m_mag_error.

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 AutoPhotometry(), and getFlags().

◆ m_flux

SeFloat SourceXtractor::AutoPhotometry::m_flux
private

Definition at line 69 of file AutoPhotometry.h.

Referenced by AutoPhotometry(), and getFlux().

◆ m_flux_error

SeFloat SourceXtractor::AutoPhotometry::m_flux_error
private

Definition at line 70 of file AutoPhotometry.h.

Referenced by AutoPhotometry(), and getFluxError().

◆ m_mag

SeFloat SourceXtractor::AutoPhotometry::m_mag
private

Definition at line 71 of file AutoPhotometry.h.

Referenced by AutoPhotometry(), and getMag().

◆ m_mag_error

SeFloat SourceXtractor::AutoPhotometry::m_mag_error
private

Definition at line 72 of file AutoPhotometry.h.

Referenced by AutoPhotometry(), and getMagError().


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