lsst.jointcal
22.0.1+d640e2c0fa
|
Public Member Functions | |
def | __init__ (self, butler=None, initInputs=None, **kwargs) |
def | runQuantum (self, butlerQC, inputRefs, outputRefs) |
def | run (self, inputSourceTableVisit, inputVisitSummary, inputCamera, tract=None) |
def | loadData (self, dataRefs, associations, jointcalControl) |
def | runDataRef (self, dataRefs) |
Public Attributes | |
astrometryRefObjLoader | |
photometryRefObjLoader | |
job | |
focalPlaneBBox | |
Static Public Attributes | |
ConfigClass = JointcalConfig | |
RunnerClass = JointcalRunner | |
Astrometricly and photometricly calibrate across multiple visits of the same field. Parameters ---------- butler : `lsst.daf.persistence.Butler` The butler is passed to the refObjLoader constructor in case it is needed. Ignored if the refObjLoader argument provides a loader directly. Used to initialize the astrometry and photometry refObjLoaders. initInputs : `dict`, optional Dictionary used to initialize PipelineTasks (empty for jointcal).
Definition at line 488 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalTask.__init__ | ( | self, | |
butler = None , |
|||
initInputs = None , |
|||
** | kwargs | ||
) |
Definition at line 506 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalTask.loadData | ( | self, | |
dataRefs, | |||
associations, | |||
jointcalControl | |||
) |
Read the data that jointcal needs to run. (Gen2 version)
Definition at line 891 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalTask.run | ( | self, | |
inputSourceTableVisit, | |||
inputVisitSummary, | |||
inputCamera, | |||
tract = None |
|||
) |
Definition at line 614 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalTask.runDataRef | ( | self, | |
dataRefs | |||
) |
Jointly calibrate the astrometry and photometry across a set of images. NOTE: this is for gen2 middleware only. Parameters ---------- dataRefs : `list` of `lsst.daf.persistence.ButlerDataRef` List of data references to the exposures to be fit. Returns ------- result : `lsst.pipe.base.Struct` Struct of metadata from the fit, containing: ``dataRefs`` The provided data references that were fit (with updated WCSs) ``oldWcsList`` The original WCS from each dataRef ``metrics`` Dictionary of internally-computed metrics for testing/validation.
Definition at line 939 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalTask.runQuantum | ( | self, | |
butlerQC, | |||
inputRefs, | |||
outputRefs | |||
) |
Definition at line 527 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.astrometryRefObjLoader |
Definition at line 515 of file jointcal.py.
|
static |
Definition at line 502 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.focalPlaneBBox |
Definition at line 623 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.job |
Definition at line 525 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.photometryRefObjLoader |
Definition at line 522 of file jointcal.py.
|
static |
Definition at line 503 of file jointcal.py.