MatchingFlagSelector¶
- class lsst.analysis.tools.actions.vector.MatchingFlagSelector(*args, **kw)¶
- Bases: - CoaddPlotFlagSelector- The default flag selector to apply pre matching. The sources are cut down to remove duplicates but not on quality. - Attributes Summary - The bands to apply the flags in, takes precedence if band supplied in kwargs ( - List, default- [])- Names of the flag columns to select on when False ( - List, default- [])- Names of the flag columns to select on when True ( - List, default- [])- Methods Summary - Subclass hook for computing defaults. - Attributes Documentation - bands¶
- The bands to apply the flags in, takes precedence if band supplied in kwargs ( - List, default- [])
 - selectWhenFalse¶
- Names of the flag columns to select on when False ( - List, default- [])
 - selectWhenTrue¶
- Names of the flag columns to select on when True ( - List, default- [])
 - Methods Documentation