SourceXtractorPlusPlus  0.8
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::BackgroundModel Class Reference

#include <BackgroundAnalyzer.h>

Collaboration diagram for SourceXtractor::BackgroundModel:
[legend]

Public Member Functions

 BackgroundModel (std::shared_ptr< Image< SeFloat >> background_level, std::shared_ptr< Image< SeFloat >> background_variance, SeFloat scaling_factor)
 
std::shared_ptr< Image< SeFloat > > getLevelMap () const
 
std::shared_ptr< Image< SeFloat > > getVarianceMap () const
 
SeFloat getScalingFactor () const
 

Private Attributes

std::shared_ptr< Image< SeFloat > > m_background_level
 
std::shared_ptr< Image< SeFloat > > m_background_variance
 
SeFloat m_scaling_factor
 

Detailed Description

Definition at line 33 of file BackgroundAnalyzer.h.

Constructor & Destructor Documentation

SourceXtractor::BackgroundModel::BackgroundModel ( std::shared_ptr< Image< SeFloat >>  background_level,
std::shared_ptr< Image< SeFloat >>  background_variance,
SeFloat  scaling_factor 
)
inline

Definition at line 36 of file BackgroundAnalyzer.h.

References SourceXtractor::FunctionalImage< T >::create(), std::fabs(), m_background_variance, x, and y.

Here is the call graph for this function:

Member Function Documentation

std::shared_ptr<Image<SeFloat> > SourceXtractor::BackgroundModel::getLevelMap ( ) const
inline

Definition at line 53 of file BackgroundAnalyzer.h.

References m_background_level.

SeFloat SourceXtractor::BackgroundModel::getScalingFactor ( ) const
inline

Definition at line 61 of file BackgroundAnalyzer.h.

References m_scaling_factor.

std::shared_ptr<Image<SeFloat> > SourceXtractor::BackgroundModel::getVarianceMap ( ) const
inline

Definition at line 57 of file BackgroundAnalyzer.h.

References m_background_variance.

Member Data Documentation

std::shared_ptr<Image<SeFloat> > SourceXtractor::BackgroundModel::m_background_level
private

Definition at line 66 of file BackgroundAnalyzer.h.

Referenced by getLevelMap().

std::shared_ptr<Image<SeFloat> > SourceXtractor::BackgroundModel::m_background_variance
private

Definition at line 67 of file BackgroundAnalyzer.h.

Referenced by BackgroundModel(), and getVarianceMap().

SeFloat SourceXtractor::BackgroundModel::m_scaling_factor
private

Definition at line 68 of file BackgroundAnalyzer.h.

Referenced by getScalingFactor().


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