lsst.pipe.tasks  13.0-57-geba51f8
 All Classes Namespaces Files Functions Variables Groups Pages
Classes | Functions | Variables
lsst.pipe.tasks.photoCal Namespace Reference

Classes

class  PhotoCalConfig
 
class  PhotoCalTask
 

Functions

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

Variables

list __all__ = ["PhotoCalTask", "PhotoCalConfig"]
 

Function Documentation

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 47 of file photoCal.py.

Variable Documentation

list lsst.pipe.tasks.photoCal.__all__ = ["PhotoCalTask", "PhotoCalConfig"]

Definition at line 44 of file photoCal.py.