lsst.pipe.tasks
13.0-65-g44a6d94d
|
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... | |
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 47 of file photoCal.py.