LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst::meas::base::PixelFlagsControl Class Reference

A C++ control class to handle PixelFlagsAlgorithm's configuration. More...

#include <PixelFlags.h>

Public Member Functions

 PixelFlagsControl ()
 Default constructor. More...
 

Public Attributes

std::vector< std::stringmasksFpCenter
 "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." ; More...
 
std::vector< std::stringmasksFpAnywhere
 "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." ; More...
 

Detailed Description

A C++ control class to handle PixelFlagsAlgorithm's configuration.

Definition at line 44 of file PixelFlags.h.

Constructor & Destructor Documentation

◆ PixelFlagsControl()

lsst::meas::base::PixelFlagsControl::PixelFlagsControl ( )
inline

Default constructor.

All control classes should define a default constructor that sets all fields to their default values.

Definition at line 57 of file PixelFlags.h.

Member Data Documentation

◆ masksFpAnywhere

std::vector<std::string> lsst::meas::base::PixelFlagsControl::masksFpAnywhere

"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." ;

Definition at line 51 of file PixelFlags.h.

◆ masksFpCenter

std::vector<std::string> lsst::meas::base::PixelFlagsControl::masksFpCenter

"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." ;

Definition at line 48 of file PixelFlags.h.


The documentation for this class was generated from the following file:
lsst::meas::base::PixelFlagsControl::masksFpAnywhere
std::vector< std::string > masksFpAnywhere
"List of mask planes to be searched for which occur anywhere within a footprint. " "If any of the pla...
Definition: PixelFlags.h:51
lsst::meas::base::PixelFlagsControl::masksFpCenter
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...
Definition: PixelFlags.h:48