25 #include <boost/program_options.hpp>
30 namespace po = boost::program_options;
50 CheckImagesConfig::CheckImagesConfig(
long manager_id) :
54 return { {
"Check images", {
56 "Path to save the model fitting check image"},
58 "Path to save the model fitting residual check image"},
60 "Path to save the background check image"},
62 "Path to save the variance check image"},
64 "Path to save the segmentation check image"},
66 "Path to save the partition check image"},
68 "Path to save the grouping check image"},
70 "Path to save the filtered check image"},
72 "Path to save the thresholded check image"},
74 "Path to save the SNR check image"},
76 "Path to save the auto aperture check image"},
78 "Path to save the aperture check image"},
80 "Path to save the PSF check image"}
81 }}, {
"Debug options (Use with caution!)", {
83 "Path to save the moffat debug image (VERY SLOW)"}