SourceXtractorPlusPlus 0.19.2
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
AssocModeConfig.h
Go to the documentation of this file.
1
19#ifndef _SEIMPLEMENTATION_PLUGIN_ASSOCMODE_ASSOCMODECONFIG_H_
20#define _SEIMPLEMENTATION_PLUGIN_ASSOCMODE_ASSOCMODECONFIG_H_
21
22#include <boost/algorithm/string/split.hpp>
23
25#include "Table/TableReader.h"
26
28
29namespace SourceXtractor {
30
95
96} /* namespace SourceXtractor */
97
98
99#endif /* _SEIMPLEMENTATION_PLUGIN_ASSOCMODE_ASSOCMODECONFIG_H_ */
std::map< std::string, boost::program_options::variable_value > UserValues
std::map< std::string, OptionDescriptionList > getProgramOptions() override
void readConfig(const UserValues &args)
void initialize(const UserValues &args) override
const std::vector< std::vector< CatalogEntry > > & getCatalogs() const
void readCatalogs(const UserValues &args)
const std::vector< int > & getColumnsIdx() const
std::vector< CatalogEntry > readTable(const Euclid::Table::Table &table, const std::vector< int > &columns, const std::vector< int > &copy_columns, std::shared_ptr< CoordinateSystem > coordinate_system)
std::vector< std::vector< CatalogEntry > > m_catalogs
virtual ~AssocModeConfig()=default