|
lsst.jointcal g890c0c842f+d0b0ceee8c
|
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 660 of file jointcal.py.
| def lsst.jointcal.jointcal.JointcalTask.__init__ | ( | self, | |
butler = None, |
|||
initInputs = None, |
|||
| ** | kwargs | ||
| ) |
Definition at line 678 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 1029 of file jointcal.py.
| def lsst.jointcal.jointcal.JointcalTask.run | ( | self, | |
| inputSourceTableVisit, | |||
| inputVisitSummary, | |||
| inputCamera, | |||
tract = None |
|||
| ) |
Definition at line 803 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 1081 of file jointcal.py.
| def lsst.jointcal.jointcal.JointcalTask.runQuantum | ( | self, | |
| butlerQC, | |||
| inputRefs, | |||
| outputRefs | |||
| ) |
Definition at line 699 of file jointcal.py.
| lsst.jointcal.jointcal.JointcalTask.astrometryRefObjLoader |
Definition at line 687 of file jointcal.py.
|
static |
Definition at line 674 of file jointcal.py.
| lsst.jointcal.jointcal.JointcalTask.focalPlaneBBox |
Definition at line 812 of file jointcal.py.
| lsst.jointcal.jointcal.JointcalTask.job |
Definition at line 697 of file jointcal.py.
| lsst.jointcal.jointcal.JointcalTask.photometryRefObjLoader |
Definition at line 694 of file jointcal.py.
|
static |
Definition at line 675 of file jointcal.py.