SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
Public Member Functions | |
SEMain (const std::string &plugin_path, const std::vector< std::string > &plugin_list) | |
po::options_description | getConfigParameters () |
std::pair < po::options_description, po::positional_options_description > | defineProgramArguments () override |
Return the arguments that the program accepts. More... | |
void | printDefaults () |
Print a configuration file populated with defaults. More... | |
Elements::ExitCode | mainMethod (std::map< std::string, po::variable_value > &args) override |
![]() | |
Program ()=default | |
virtual | ~Program () |
virtual boost::program_options::options_description | defineSpecificProgramOptions () |
virtual ExitCode | mainMethod (std::map< std::string, boost::program_options::variable_value > &args)=0 |
Static Public Member Functions | |
template<typename T > | |
static void | writeDefault (std::ostream &out, const po::option_description &opt, const boost::any &default_value) |
Print a simple option. More... | |
template<typename T > | |
static void | writeDefaultMultiple (std::ostream &out, const po::option_description &opt, const boost::any &default_value) |
Print a multiple-value option. More... | |
Definition at line 132 of file SourceXtractor.cpp.
|
inline |
Definition at line 156 of file SourceXtractor.cpp.
References config_manager_id.
|
inlineoverridevirtual |
Return the arguments that the program accepts.
Reimplemented from Elements::Program.
Definition at line 191 of file SourceXtractor.cpp.
References std::string::c_str(), DUMP_CONFIG, LIST_OUTPUT_PROPERTIES, PROPERTY_COLUMN_MAPPING, and PROPERTY_COLUMN_MAPPING_ALL.
|
inline |
Return the options that the underyling configuration register accepts This is now separated from defineProgramArguments so printDefaults can access these settings, while ignoring flags that are only used for printing help information (i.e the property list)
Definition at line 163 of file SourceXtractor.cpp.
References config_manager_id, SourceXtractor::CheckImages::getInstance(), and SourceXtractor::CheckImages::reportConfigDependencies().
|
inlineoverride |
Definition at line 266 of file SourceXtractor.cpp.
References std::map< K, T >::at(), config_manager_id, SourceXtractor::CheckImages::configure(), SourceXtractor::ConstantImage< T >::create(), SourceXtractor::ProcessedImage< T, P >::create(), DUMP_CONFIG, e, std::map< K, T >::end(), std::endl(), Elements::Logging::error(), std::map< K, T >::find(), SourceXtractor::FitsFileManager::getInstance(), SourceXtractor::CheckImages::getInstance(), SourceXtractor::TileManager::getInstance(), SourceXtractor::OutputConfig::getOutputProperties(), SourceXtractor::CheckImages::getSegmentationImage(), Elements::Logging::info(), LIST_OUTPUT_PROPERTIES, SourceXtractor::logger, Elements::NOT_OK, Elements::OK, std::partition(), PROPERTY_COLUMN_MAPPING, PROPERTY_COLUMN_MAPPING_ALL, SourceXtractor::CheckImages::saveImages(), SourceXtractor::CheckImages::setBackgroundCheckImage(), SourceXtractor::CheckImages::setFilteredCheckImage(), SourceXtractor::CheckImages::setSnrCheckImage(), SourceXtractor::CheckImages::setThresholdedCheckImage(), SourceXtractor::CheckImages::setVarianceCheckImage(), and std::exception::what().
|
inline |
Print a configuration file populated with defaults.
Definition at line 231 of file SourceXtractor.cpp.
References std::endl().
|
inlinestatic |
Print a simple option.
Definition at line 213 of file SourceXtractor.cpp.
References std::endl().
|
inlinestatic |
Print a multiple-value option.
Definition at line 219 of file SourceXtractor.cpp.
References std::endl().
|
private |
Definition at line 148 of file SourceXtractor.cpp.
|
private |
Definition at line 151 of file SourceXtractor.cpp.
|
private |
Definition at line 152 of file SourceXtractor.cpp.
|
private |
Definition at line 146 of file SourceXtractor.cpp.
|
private |
Definition at line 142 of file SourceXtractor.cpp.
|
private |
Definition at line 145 of file SourceXtractor.cpp.
|
private |
Definition at line 147 of file SourceXtractor.cpp.
|
private |
Definition at line 138 of file SourceXtractor.cpp.
|
private |
Definition at line 136 of file SourceXtractor.cpp.
|
private |
Definition at line 144 of file SourceXtractor.cpp.
|
private |
Definition at line 139 of file SourceXtractor.cpp.
|
private |
Definition at line 149 of file SourceXtractor.cpp.
|
private |
Definition at line 137 of file SourceXtractor.cpp.
|
private |
Definition at line 140 of file SourceXtractor.cpp.
|
private |
Definition at line 134 of file SourceXtractor.cpp.
|
private |
Definition at line 135 of file SourceXtractor.cpp.