lsst.jointcal g15c6176bfc+59cca4131b
|
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 574 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalTask.__init__ | ( | self, | |
** | kwargs | ||
) |
Definition at line 582 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalTask.run | ( | self, | |
inputSourceTableVisit, | |||
inputVisitSummary, | |||
inputCamera, | |||
tract = None |
|||
) |
Definition at line 703 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalTask.runQuantum | ( | self, | |
butlerQC, | |||
inputRefs, | |||
outputRefs | |||
) |
Definition at line 597 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.astrometryRefObjLoader |
Definition at line 588 of file jointcal.py.
|
static |
Definition at line 579 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.focalPlaneBBox |
Definition at line 712 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.job |
Definition at line 595 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.photometryRefObjLoader |
Definition at line 592 of file jointcal.py.