58 return { {
"Check images", {
60 "Path to save the model fitting check image"},
61 {
CHECK_RESIDUAL.c_str(), po::value<std::string>()->default_value(
""),
62 "Path to save the model fitting residual check image"},
64 "Path to save the background check image"},
65 {
CHECK_VARIANCE.c_str(), po::value<std::string>()->default_value(
""),
66 "Path to save the variance check image"},
68 "Path to save the segmentation check image"},
70 "Path to save the background check images for measurement images"},
72 "Path to save the variance check images for measurement images"},
74 "Path to save the partition check image"},
75 {
CHECK_GROUPING.c_str(), po::value<std::string>()->default_value(
""),
76 "Path to save the grouping check image"},
77 {
CHECK_FILTERED.c_str(), po::value<std::string>()->default_value(
""),
78 "Path to save the filtered check image"},
80 "Path to save the thresholded check image"},
81 {
CHECK_SNR.c_str(), po::value<std::string>()->default_value(
""),
82 "Path to save the SNR check image"},
84 "Path to save the auto aperture check image"},
85 {
CHECK_APERTURE.c_str(), po::value<std::string>()->default_value(
""),
86 "Path to save the aperture check image"},
87 {
CHECK_PSF.c_str(), po::value<std::string>()->default_value(
""),
88 "Path to save the PSF check image"},
90 "Path to save the ML detection check images"}
91 }}, {
"Debug options (Use with caution!)", {
92 {
CHECK_MOFFAT.c_str(), po::value<std::string>()->default_value(
""),
93 "Path to save the moffat debug image (VERY SLOW)"},
95 "Path to save the model fitting window check image"}