lsst.jointcal
21.0.0-8-ga5967ee+492d3f0d3a
|
Public Member Functions | |
def | __init__ (self, butler=None, profile_jointcal=False, **kwargs) |
def | loadData (self, dataRefs, associations, jointcalControl, profile_jointcal=False) |
def | runDataRef (self, dataRefs, profile_jointcal=False) |
Public Attributes | |
profile_jointcal | |
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. profile_jointcal : `bool` Set to True to profile different stages of this jointcal run.
Definition at line 412 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalTask.__init__ | ( | self, | |
butler = None , |
|||
profile_jointcal = False , |
|||
** | kwargs | ||
) |
Definition at line 430 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalTask.loadData | ( | self, | |
dataRefs, | |||
associations, | |||
jointcalControl, | |||
profile_jointcal = False |
|||
) |
Read the data that jointcal needs to run. (Gen2 version)
Definition at line 532 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalTask.runDataRef | ( | self, | |
dataRefs, | |||
profile_jointcal = False |
|||
) |
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. profile_jointcal : `bool` Profile the individual steps of jointcal. 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 576 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.astrometryRefObjLoader |
Definition at line 438 of file jointcal.py.
|
static |
Definition at line 426 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.focalPlaneBBox |
Definition at line 541 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.job |
Definition at line 446 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.photometryRefObjLoader |
Definition at line 443 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.profile_jointcal |
Definition at line 432 of file jointcal.py.
|
static |
Definition at line 427 of file jointcal.py.