|
SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
|
#include <BackgroundAnalyzer.h>

Public Member Functions | |
| m_scaling_factor (scaling_factor) | |
| m_median_rms (median_rms) | |
| std::shared_ptr< Image< SeFloat > > | getLevelMap () const |
| std::shared_ptr< Image< SeFloat > > | getVarianceMap () const |
| SeFloat | getScalingFactor () const |
| SeFloat | getMedianRms () const |
Public Attributes | |
| BackgroundModel (std::shared_ptr< Image< SeFloat >> background_level, std::shared_ptr< Image< SeFloat >> background_variance, SeFloat scaling_factor, SeFloat median_rms) | |
Private Attributes | |
| std::shared_ptr< Image< SeFloat > > | m_background_level |
| std::shared_ptr< Image< SeFloat > > | m_background_variance |
| SeFloat | m_scaling_factor |
| SeFloat | m_median_rms |
Definition at line 33 of file BackgroundAnalyzer.h.
|
inline |
Definition at line 43 of file BackgroundAnalyzer.h.
References m_background_level.
|
inline |
Definition at line 55 of file BackgroundAnalyzer.h.
References m_median_rms.
|
inline |
Definition at line 51 of file BackgroundAnalyzer.h.
References m_scaling_factor.
|
inline |
Definition at line 47 of file BackgroundAnalyzer.h.
References m_background_variance.
|
inline |
Definition at line 41 of file BackgroundAnalyzer.h.
| SourceXtractor::BackgroundModel::m_scaling_factor | ( | scaling_factor | ) |
| SourceXtractor::BackgroundModel::BackgroundModel(std::shared_ptr< Image< SeFloat >> background_level, std::shared_ptr< Image< SeFloat >> background_variance, SeFloat scaling_factor, SeFloat median_rms) |
Definition at line 35 of file BackgroundAnalyzer.h.
|
private |
Definition at line 60 of file BackgroundAnalyzer.h.
Referenced by getLevelMap().
|
private |
Definition at line 61 of file BackgroundAnalyzer.h.
Referenced by getVarianceMap().
|
private |
Definition at line 62 of file BackgroundAnalyzer.h.
Referenced by getMedianRms().
|
private |
Definition at line 62 of file BackgroundAnalyzer.h.
Referenced by getScalingFactor().
1.8.5