111 return { {
"Assoc config", {
113 "Assoc catalog file"},
114 {
ASSOC_COLUMNS.c_str(), po::value<std::string>()->default_value(
"1,2"),
115 "Assoc columns to specify x/ra,y/dec[,weight] (the index of the first column is 1)"},
116 {
ASSOC_MODE.c_str(), po::value<std::string>()->default_value(
"NEAREST"),
117 "Assoc mode [FIRST, NEAREST, MEAN, MAG_MEAN, SUM, MAG_SUM, MIN, MAX]"},
118 {
ASSOC_RADIUS.c_str(), po::value<double>()->default_value(2.0),
119 "Assoc radius (Always in pixels of the detection image)"},
120 {
ASSOC_FILTER.c_str(), po::value<std::string>()->default_value(
"ALL"),
121 "Assoc catalog filter setting: ALL, MATCHED, UNMATCHED"},
122 {
ASSOC_COPY.c_str(), po::value<std::string>()->default_value(
""),
123 "List of columns indices in the assoc catalog to copy on match (the index of the first column is 1). "},
124 {
ASSOC_COORD_TYPE.c_str(), po::value<std::string>()->default_value(
"PIXEL"),
125 "Assoc coordinates type: PIXEL, WORLD"},