57 return { {
"Check images", {
59 "Path to save the model fitting check image"},
60 {
CHECK_RESIDUAL.c_str(), po::value<std::string>()->default_value(
""),
61 "Path to save the model fitting residual check image"},
63 "Path to save the background check image"},
64 {
CHECK_VARIANCE.c_str(), po::value<std::string>()->default_value(
""),
65 "Path to save the variance check image"},
67 "Path to save the segmentation check image"},
69 "Path to save the background check images for measurement images"},
71 "Path to save the variance check images for measurement images"},
73 "Path to save the partition check image"},
74 {
CHECK_GROUPING.c_str(), po::value<std::string>()->default_value(
""),
75 "Path to save the grouping check image"},
76 {
CHECK_FILTERED.c_str(), po::value<std::string>()->default_value(
""),
77 "Path to save the filtered check image"},
79 "Path to save the thresholded check image"},
80 {
CHECK_SNR.c_str(), po::value<std::string>()->default_value(
""),
81 "Path to save the SNR check image"},
83 "Path to save the auto aperture check image"},
84 {
CHECK_APERTURE.c_str(), po::value<std::string>()->default_value(
""),
85 "Path to save the aperture check image"},
86 {
CHECK_PSF.c_str(), po::value<std::string>()->default_value(
""),
87 "Path to save the PSF check image"},
89 "Path to save the ML detection check images"}
90 }}, {
"Debug options (Use with caution!)", {
91 {
CHECK_MOFFAT.c_str(), po::value<std::string>()->default_value(
""),
92 "Path to save the moffat debug image (VERY SLOW)"}