SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
VignetConfig.h
Go to the documentation of this file.
1
17/*
18 * @file BackgroundConfiguration.h
19 * @author nikoapos
20 */
21
22#ifndef _SEIMPLEMENTATION_PLUGIN_VIGNETCONFIG_H
23#define _SEIMPLEMENTATION_PLUGIN_VIGNETCONFIG_H
24
25#include "Configuration/Configuration.h"
27
28namespace SourceXtractor {
29
31
32public:
33
34 explicit VignetConfig(long manager_id);
35
36 virtual ~VignetConfig() = default;
37
39
40 void initialize(const UserValues& args) override;
41
43 return m_vignet_size;
44 }
45
46 double getVignetDefaultPixval() const {
48 }
49
50private:
53
54};
55
56} /* namespace SourceXtractor */
57
58#endif /* _SEIMPLEMENTATION_PLUGIN_VIGNETCONFIG_H */
59
std::map< std::string, boost::program_options::variable_value > UserValues
virtual ~VignetConfig()=default
std::array< int, 2 > m_vignet_size
std::map< std::string, Configuration::OptionDescriptionList > getProgramOptions() override
void initialize(const UserValues &args) override
double getVignetDefaultPixval() const
const std::array< int, 2 > & getVignetSize() const