SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SE2BackgroundConfig.h
Go to the documentation of this file.
1
17/*
18 * @file BackgroundConfiguration.h
19 * @author nikoapos
20 */
21
22#ifndef _SEIMPLEMENTATION_SE2BACKGROUNDCONFIG_H
23#define _SEIMPLEMENTATION_SE2BACKGROUNDCONFIG_H
24
25#include "Configuration/Configuration.h"
27
28namespace SourceXtractor {
29
54
55} /* namespace SourceXtractor */
56
57#endif /* _SEIMPLEMENTATION_SE2BACKGROUNDCONFIG_H */
58
void initialize(const UserValues &args) override
std::vector< int > getSmoothingBox() const
std::vector< int > getCellSize() const
std::map< std::string, Configuration::OptionDescriptionList > getProgramOptions() override
virtual ~SE2BackgroundConfig()=default