Alexandria
2.19
Please provide a description of the project.
|
Go to the documentation of this file.
25 #ifndef _CONFIGURATION_PHOTOMETRYCATALOGCONFIG_H
26 #define _CONFIGURATION_PHOTOMETRYCATALOGCONFIG_H
29 #include <boost/filesystem.hpp>
34 namespace Configuration {
bool m_upper_limit_enabled
std::map< std::string, OptionDescriptionList > getProgramOptions() override
Returns the program options defined by the PhotometryCatalogConfig.
void initialize(const UserValues &args) override
Adds the PhotometryAttributeFromRow handler to the CatalogConfig.
Configuration class for enabling photometric catalog input.
bool m_missing_photometry_enabled
bool isMissingPhotometryEnabled()
bool isUpperLimitEnabled()
virtual ~PhotometryCatalogConfig()=default
Destructor.
PhotometryCatalogConfig(long manager_id)
Constructs a new PhotometryCatalogConfig object.
Superclass of all configuration classes.