|
SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
|
#include <AssocModeConfig.h>


Classes | |
| struct | CatalogEntry |
Public Member Functions | |
| AssocModeConfig (long manager_id) | |
| virtual | ~AssocModeConfig ()=default |
| std::map< std::string, OptionDescriptionList > | getProgramOptions () override |
| void | initialize (const UserValues &args) override |
| AssocMode | getAssocMode () const |
| double | getAssocRadius () const |
| const std::vector< std::vector < CatalogEntry > > & | getCatalogs () const |
| const std::vector< int > & | getColumnsIdx () const |
Public Member Functions inherited from Euclid::Configuration::Configuration | |
| virtual void | preInitialize (const UserValues &args) |
Private Member Functions | |
| void | readConfig (const UserValues &args) |
| void | readCatalogs (const UserValues &args) |
| std::vector< CatalogEntry > | readTable (const Euclid::Table::Table &table, const std::vector< int > &columns, const std::vector< int > ©_columns, std::shared_ptr< CoordinateSystem > coordinate_system) |
Private Attributes | |
| AssocMode | m_assoc_mode |
| double | m_assoc_radius |
| std::vector< std::vector < CatalogEntry > > | m_catalogs |
| std::vector< int > | m_columns_idx |
Definition at line 31 of file AssocModeConfig.h.
|
strong |
| Enumerator | |
|---|---|
| ALL | |
| MATCHED | |
| UNMATCHED | |
Definition at line 47 of file AssocModeConfig.h.
|
strong |
| Enumerator | |
|---|---|
| UNKNOWN | |
| FIRST | |
| NEAREST | |
| MIN | |
| MAX | |
| MEAN | |
| MAG_MEAN | |
| SUM | |
| MAG_SUM | |
Definition at line 35 of file AssocModeConfig.h.
|
explicit |
Definition at line 104 of file AssocModeConfig.cpp.
References Euclid::Configuration::ConfigManager::getInstance(), Euclid::Configuration::ConfigManager::registerDependency(), and UNKNOWN.

|
virtualdefault |
|
inline |
Definition at line 66 of file AssocModeConfig.h.
References m_assoc_mode.
|
inline |
Definition at line 70 of file AssocModeConfig.h.
References m_assoc_radius.
|
inline |
Definition at line 74 of file AssocModeConfig.h.
References m_catalogs.
|
inline |
Definition at line 78 of file AssocModeConfig.h.
References m_columns_idx.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 110 of file AssocModeConfig.cpp.
References SourceXtractor::ASSOC_CATALOG, SourceXtractor::ASSOC_COLUMNS, SourceXtractor::ASSOC_COORD_TYPE, SourceXtractor::ASSOC_COPY, SourceXtractor::ASSOC_FILTER, SourceXtractor::ASSOC_MODE, SourceXtractor::ASSOC_RADIUS, and std::string::c_str().

|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 129 of file AssocModeConfig.cpp.
References readCatalogs(), and readConfig().

|
private |
Definition at line 167 of file AssocModeConfig.cpp.
References SourceXtractor::ASSOC_CATALOG, SourceXtractor::ASSOC_COLUMNS, SourceXtractor::ASSOC_COORD_TYPE, SourceXtractor::ASSOC_COPY, e, conf::filename, SourceXtractor::logger, m_catalogs, m_columns_idx, SourceXtractor::PIXEL, readTable(), std::exception::what(), and SourceXtractor::WORLD.
Referenced by initialize().

|
private |
Definition at line 134 of file AssocModeConfig.cpp.
References SourceXtractor::ASSOC_FILTER, SourceXtractor::ASSOC_MODE, SourceXtractor::ASSOC_RADIUS, m_assoc_mode, m_assoc_radius, MATCHED, and UNMATCHED.
Referenced by initialize().
|
private |
Definition at line 221 of file AssocModeConfig.cpp.
References SourceXtractor::AssocModeConfig::CatalogEntry::assoc_columns, std::vector< T >::at(), std::vector< T >::back(), std::vector< T >::emplace_back(), std::vector< T >::size(), and SourceXtractor::AssocModeConfig::CatalogEntry::weight.
Referenced by readCatalogs().

|
private |
Definition at line 89 of file AssocModeConfig.h.
Referenced by getAssocMode(), and readConfig().
|
private |
Definition at line 90 of file AssocModeConfig.h.
Referenced by getAssocRadius(), and readConfig().
|
private |
Definition at line 92 of file AssocModeConfig.h.
Referenced by getCatalogs(), and readCatalogs().
|
private |
Definition at line 93 of file AssocModeConfig.h.
Referenced by getColumnsIdx(), and readCatalogs().
1.8.5