SourceXtractorPlusPlus  0.11
Please provide a description of the project.
Public Member Functions | List of all members
SourceXtractor::Background Class Referenceabstract

#include <Background.h>

Public Member Functions

virtual ~Background ()=default
 
virtual std::shared_ptr< Image< SeFloat > > getBackgroundLevelImage () const =0
 
virtual std::shared_ptr< Image< SeFloat > > getAutoWeightImage () const =0
 
virtual SeFloat getBackroundRMS () const =0
 
virtual SeFloat getBackroundDetectionThreshold () const =0
 

Detailed Description

Definition at line 31 of file Background.h.

Constructor & Destructor Documentation

◆ ~Background()

virtual SourceXtractor::Background::~Background ( )
virtualdefault

Member Function Documentation

◆ getAutoWeightImage()

virtual std::shared_ptr<Image<SeFloat> > SourceXtractor::Background::getAutoWeightImage ( ) const
pure virtual

◆ getBackgroundLevelImage()

virtual std::shared_ptr<Image<SeFloat> > SourceXtractor::Background::getBackgroundLevelImage ( ) const
pure virtual

◆ getBackroundDetectionThreshold()

virtual SeFloat SourceXtractor::Background::getBackroundDetectionThreshold ( ) const
pure virtual

◆ getBackroundRMS()

virtual SeFloat SourceXtractor::Background::getBackroundRMS ( ) const
pure virtual

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