SourceFlagChecker

class lsst.ip.diffim.SourceFlagChecker(sources, badFlags=None)

Bases: object

!Functor class to check whether a diaSource has flags set that should cause it to be labeled bad.

Methods Summary

__call__(source) !Call the source flag checker on a single Source

Methods Documentation

__call__(source)

!Call the source flag checker on a single Source

@param source Source that will be examined