32 using namespace Euclid::Configuration;
33 namespace po = boost::program_options;
35 namespace SourceXtractor {
43 {
"ASCII", OutputConfig::OutputFileFormat::ASCII},
44 {
"FITS", OutputConfig::OutputFileFormat::FITS},
45 {
"FITS_LDAC", OutputConfig::OutputFileFormat::FITS_LDAC}
53 return { {
"Output configuration", {
55 "The file to store the output catalog"},
57 "The format of the output catalog, one of ASCII or FITS (default: FITS)"},
59 "The output properties to add in the output catalog"},
61 "Write to the catalog after this number of sources have been processed (0 means once at the end)"}