lsst.jointcal g0eae3de20c+d7f9f0e7f4
|
Public Member Functions | |
def | __init__ (self, **kwargs) |
def | runQuantum (self, butlerQC, inputRefs, outputRefs) |
def | run (self, inputSourceTableVisit, inputVisitSummary, inputCamera, tract=None) |
Public Attributes | |
astrometryRefObjLoader | |
photometryRefObjLoader | |
job | |
focalPlaneBBox | |
Static Public Attributes | |
ConfigClass = JointcalConfig | |
Astrometricly and photometricly calibrate across multiple visits of the same field.
Definition at line 572 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalTask.__init__ | ( | self, | |
** | kwargs | ||
) |
Definition at line 580 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalTask.run | ( | self, | |
inputSourceTableVisit, | |||
inputVisitSummary, | |||
inputCamera, | |||
tract = None |
|||
) |
Definition at line 699 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalTask.runQuantum | ( | self, | |
butlerQC, | |||
inputRefs, | |||
outputRefs | |||
) |
Definition at line 595 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.astrometryRefObjLoader |
Definition at line 586 of file jointcal.py.
|
static |
Definition at line 577 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.focalPlaneBBox |
Definition at line 708 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.job |
Definition at line 593 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.photometryRefObjLoader |
Definition at line 590 of file jointcal.py.