56 return { {
"Output configuration", {
57 {
OUTPUT_FILE.c_str(), po::value<std::string>()->default_value(
""),
58 "The file to store the output catalog"},
60 "The format of the output catalog, one of ASCII, FITS or FITS_LDAC (default: FITS)"},
61 {
OUTPUT_PROPERTIES.c_str(), po::value<std::string>()->default_value(
"PixelCentroid"),
62 "The output properties to add in the output catalog"},
64 "Write to the catalog after this number of sources have been processed (0 means once at the end)"},
65 {
OUTPUT_SORTED.c_str(), po::value<bool>()->default_value(
true),
66 "Delay the output of some sources to ensure a deterministic order"}