25 #include <boost/algorithm/string.hpp>
34 using namespace Euclid::Configuration;
35 namespace po = boost::program_options;
37 namespace SourceXtractor {
45 {
"ASCII", OutputConfig::OutputFileFormat::ASCII},
46 {
"FITS", OutputConfig::OutputFileFormat::FITS},
47 {
"FITS_LDAC", OutputConfig::OutputFileFormat::FITS_LDAC}
55 return { {
"Output configuration", {
57 "The file to store the output catalog"},
59 "The format of the output catalog, one of ASCII or FITS (default: FITS)"},
61 "The output properties to add in the output catalog"},
63 "Write to the catalog after this number of sources have been processed (0 means once at the end)"}