25 #include <boost/program_options.hpp>
30 namespace po = boost::program_options;
51 CheckImagesConfig::CheckImagesConfig(
long manager_id) :
55 return { {
"Check images", {
57 "Path to save the model fitting check image"},
59 "Path to save the model fitting residual check image"},
61 "Path to save the background check image"},
63 "Path to save the variance check image"},
65 "Path to save the segmentation check image"},
67 "Path to save the partition check image"},
69 "Path to save the grouping check image"},
71 "Path to save the filtered check image"},
73 "Path to save the thresholded check image"},
75 "Path to save the SNR check image"},
77 "Path to save the auto aperture check image"},
79 "Path to save the aperture check image"},
81 "Path to save the PSF check image"},
83 "Path to save the ML detection check images"}
84 }}, {
"Debug options (Use with caution!)", {
86 "Path to save the moffat debug image (VERY SLOW)"}