Class PixelFlagsControl¶
Defined in File PixelFlags.h
Class Documentation¶
-
class
PixelFlagsControl
¶ A C++ control class to handle PixelFlagsAlgorithm’s configuration.
Public Functions
-
lsst::meas::base::PixelFlagsControl::LSST_CONTROL_FIELD(masksFpCenter, std::vector< std::string >, "List of mask planes to be searched for which occur in the center of a footprint. " "If any of the planes are found they will have a corresponding pixel flag set.")
-
lsst::meas::base::PixelFlagsControl::LSST_CONTROL_FIELD(masksFpAnywhere, std::vector< std::string >, "List of mask planes to be searched for which occur anywhere within a footprint. " "If any of the planes are found they will have a corresponding pixel flag set.")
-
PixelFlagsControl
()¶ Default constructor.
All control classes should define a default constructor that sets all fields to their default values.
-