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

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 Summary

setDefaults()

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

setDefaults()

Subclass hook for computing defaults.

Notes

Derived Config classes that must compute defaults rather than using the Field instances’s defaults should do so here. To correctly use inherited defaults, implementations of setDefaults must call their base class’s setDefaults.