SourceXtractorPlusPlus  0.13
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::DetectionFrameInfo Class Reference

#include <DetectionFrameInfo.h>

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

Public Member Functions

virtual ~DetectionFrameInfo ()=default
 
 DetectionFrameInfo (int width, int height, double gain, double saturation, double variance_threshold, double background_median_rms)
 
double getGain () const
 
double getSaturation () const
 
int getWidth () const
 
int getHeight () const
 
SeFloat getVarianceThreshold () const
 
SeFloat getBackgroundMedianRms () const
 
- Public Member Functions inherited from SourceXtractor::Property
virtual ~Property ()=default
 

Private Attributes

int m_width
 
int m_height
 
double m_gain
 
double m_saturation
 
double m_variance_threshold
 
double m_background_median_rms
 

Detailed Description

Definition at line 28 of file DetectionFrameInfo.h.

Constructor & Destructor Documentation

virtual SourceXtractor::DetectionFrameInfo::~DetectionFrameInfo ( )
virtualdefault
SourceXtractor::DetectionFrameInfo::DetectionFrameInfo ( int  width,
int  height,
double  gain,
double  saturation,
double  variance_threshold,
double  background_median_rms 
)
inline

Definition at line 33 of file DetectionFrameInfo.h.

Member Function Documentation

SeFloat SourceXtractor::DetectionFrameInfo::getBackgroundMedianRms ( ) const
inline

Definition at line 59 of file DetectionFrameInfo.h.

References m_background_median_rms.

double SourceXtractor::DetectionFrameInfo::getGain ( ) const
inline

Definition at line 39 of file DetectionFrameInfo.h.

References m_gain.

Referenced by SourceXtractor::MoffatModelFittingTask::computeProperties().

int SourceXtractor::DetectionFrameInfo::getHeight ( ) const
inline

Definition at line 51 of file DetectionFrameInfo.h.

References m_height.

double SourceXtractor::DetectionFrameInfo::getSaturation ( ) const
inline

Definition at line 43 of file DetectionFrameInfo.h.

References m_saturation.

SeFloat SourceXtractor::DetectionFrameInfo::getVarianceThreshold ( ) const
inline
int SourceXtractor::DetectionFrameInfo::getWidth ( ) const
inline

Definition at line 47 of file DetectionFrameInfo.h.

References m_width.

Member Data Documentation

double SourceXtractor::DetectionFrameInfo::m_background_median_rms
private

Definition at line 71 of file DetectionFrameInfo.h.

Referenced by getBackgroundMedianRms().

double SourceXtractor::DetectionFrameInfo::m_gain
private

Definition at line 67 of file DetectionFrameInfo.h.

Referenced by getGain().

int SourceXtractor::DetectionFrameInfo::m_height
private

Definition at line 65 of file DetectionFrameInfo.h.

Referenced by getHeight().

double SourceXtractor::DetectionFrameInfo::m_saturation
private

Definition at line 68 of file DetectionFrameInfo.h.

Referenced by getSaturation().

double SourceXtractor::DetectionFrameInfo::m_variance_threshold
private

Definition at line 70 of file DetectionFrameInfo.h.

Referenced by getVarianceThreshold().

int SourceXtractor::DetectionFrameInfo::m_width
private

Definition at line 64 of file DetectionFrameInfo.h.

Referenced by getWidth().


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