67 return { {
"Weight image", {
68 {
WEIGHT_IMAGE.c_str(), po::value<std::string>()->default_value(
""),
69 "Path to a fits format image to be used as weight image."},
71 "Is the weight map provided as absolute values or relative to background."},
72 {
WEIGHT_TYPE.c_str(), po::value<std::string>()->default_value(
"none"),
73 "Weight image type [none|background|rms|variance|weight]."},
75 "Weight map scaling factor."},
77 "Threshold for pixels to be considered bad pixels. In same units as weight map."},
79 "Use object symmetry to replace pixels above the weight threshold for photometry."},