|
Alexandria 2.32.0
SDC-CH common library for the Euclid project
|
#include <algorithm>#include <fstream>#include <boost/algorithm/string.hpp>#include <boost/regex.hpp>#include <sstream>#include <tuple>#include "Configuration/PhotometricBandMappingConfig.h"#include "ElementsKernel/Exception.h"#include "ElementsKernel/Logging.h"
Go to the source code of this file.
Namespaces | |
| namespace | Euclid |
| namespace | Euclid::Configuration |
Functions | |
| static fs::path | Euclid::Configuration::getMappingFileFromOptions (const Configuration::UserValues &args, const fs::path &base_dir) |
| static std::tuple< PhotometricBandMappingConfig::MappingMap, PhotometricBandMappingConfig::UpperLimitThresholdMap, PhotometricBandMappingConfig::ConvertFromMagMap > | Euclid::Configuration::parseFile (fs::path filename) |
Variables | |
| static Elements::Logging | Euclid::Configuration::logger = Elements::Logging::getLogger("PhotometricBandMappingConfig") |
| static const std::string | Euclid::Configuration::FILTER_MAPPING_FILE {"filter-mapping-file"} |
| static const std::string | Euclid::Configuration::EXCLUDE_FILTER {"exclude-filter"} |
Definition in file PhotometricBandMappingConfig.cpp.