SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Background.h
Go to the documentation of this file.
1
17/*
18 * Background.h
19 *
20 * Created on: Mar 28, 2017
21 * Author: mschefer
22 */
23
24#ifndef _SEFRAMEWORK_BACKGROUND_BACKGROUND_H_
25#define _SEFRAMEWORK_BACKGROUND_BACKGROUND_H_
26
28
29namespace SourceXtractor {
30
32public:
33
34 virtual ~Background() = default;
35
38
39
40 virtual SeFloat getBackroundRMS() const = 0;
42};
43
44
45}
46
47
48
49#endif /* _SEFRAMEWORK_BACKGROUND_BACKGROUND_H_ */
virtual ~Background()=default
virtual SeFloat getBackroundRMS() const =0
virtual std::shared_ptr< Image< SeFloat > > getAutoWeightImage() const =0
virtual std::shared_ptr< Image< SeFloat > > getBackgroundLevelImage() const =0
virtual SeFloat getBackroundDetectionThreshold() const =0
SeFloat32 SeFloat
Definition Types.h:32