24 #ifndef LSST_MEAS_BASE_PixelFlags_h_INCLUDED 25 #define LSST_MEAS_BASE_PixelFlags_h_INCLUDED 37 namespace lsst {
namespace meas {
namespace base {
45 "List of mask planes to be searched for which occur in the center of a footprint. " 46 "If any of the planes are found they will have a corresponding pixel flag set.");
48 "List of mask planes to be searched for which occur anywhere within a footprint. " 49 "If any of the planes are found they will have a corresponding pixel flag set.");
93 #endif // !LSST_MEAS_BASE_PixelFlags_h_INCLUDED
std::map< std::string, afw::table::Key< afw::table::Flag > > KeyMap
PixelFlagsControl()
Default constructor.
Exception to be thrown when a measurement algorithm experiences a known failure mode.
#define LSST_CONTROL_FIELD(NAME, TYPE, DOC)
A measurement algorithm that gets mask bits from the exposure and sets flag bits to summarize which b...
A C++ control class to handle PixelFlagsAlgorithm's configuration.
An abstract base classes for which the same implementation can be used for both SingleFrameAlgorithm ...
std::vector< std::string > masksFpCenter
"List of mask planes to be searched for which occur in the center of a footprint. " "If any of the pl...
std::vector< std::string > masksFpAnywhere
"List of mask planes to be searched for which occur anywhere within a footprint. " "If any of the pla...
PixelFlagsControl Control
A typedef to the Control object for this algorithm, defined above.