LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Classes | |
class | PhotoCalConfig |
class | PhotoCalTask |
Calculate the zero point of an exposure given a lsst.afw.table.ReferenceMatchVector. More... | |
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"] |
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.
[in] | source | SourceRecord object to process. |
[in] | sourceKeys | Struct of source catalog keys, as returned by PhotCalTask.getSourceKeys() |
Definition at line 40 of file photoCal.py.
list lsst.pipe.tasks.photoCal.__all__ = ["PhotoCalTask", "PhotoCalConfig"] |
Definition at line 38 of file photoCal.py.