lsst.pipe.tasks  13.0-66-gfbf2f2ce+5
Classes | Functions
lsst.pipe.tasks.photoCal Namespace Reference

Classes

class  PhotoCalConfig
 
class  PhotoCalTask
 Calculate the zero point of an exposure given a lsst.afw.table.ReferenceMatchVector. More...
 

Functions

def checkSourceFlags (source, sourceKeys)
 Return True if the given source has all good flags set and none of the bad flags set. More...
 

Function Documentation

◆ checkSourceFlags()

def lsst.pipe.tasks.photoCal.checkSourceFlags (   source,
  sourceKeys 
)

Return True if the given source has all good flags set and none of the bad flags set.

Parameters
[in]sourceSourceRecord object to process.
[in]sourceKeysStruct of source catalog keys, as returned by PhotCalTask.getSourceKeys()

Definition at line 46 of file photoCal.py.