SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
MeasurementImageConfig.h
Go to the documentation of this file.
1
17/*
18 * @file MeasurementImageConfig.h
19 * @author Nikolaos Apostolakos <nikoapos@gmail.com>
20 */
21
22#ifndef _SEIMPLEMENTATION_CONFIGURATION_MEASUREMENTIMAGECONFIG_H
23#define _SEIMPLEMENTATION_CONFIGURATION_MEASUREMENTIMAGECONFIG_H
24
25#include <vector>
26#include <memory>
27
28#include <Configuration/Configuration.h>
29
32
34
35namespace SourceXtractor {
36
84
85}
86
87#endif // _SEIMPLEMENTATION_CONFIGURATION_MEASUREMENTIMAGECONFIG_H
88
std::map< std::string, boost::program_options::variable_value > UserValues
const std::vector< MeasurementImageInfo > & getImageInfos() const
std::vector< MeasurementImageInfo > m_image_infos
void initialize(const UserValues &args) override
SeFloat32 SeFloat
Definition Types.h:32