lsst.jointcal
14.0-21-g373420e
|
Public Member Functions | |
def | __init__ (self, butler=None, profile_jointcal=False, kwargs) |
def | run (self, dataRefs, profile_jointcal=False) |
Public Attributes | |
profile_jointcal | |
job | |
focalPlaneBBox | |
Static Public Attributes | |
ConfigClass = JointcalConfig | |
RunnerClass = JointcalRunner | |
Jointly astrometrically (photometrically later) calibrate a group of images.
Definition at line 209 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalTask.__init__ | ( | self, | |
butler = None , |
|||
profile_jointcal = False , |
|||
kwargs | |||
) |
Instantiate a JointcalTask. 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 216 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalTask.run | ( | self, | |
dataRefs, | |||
profile_jointcal = False |
|||
) |
Jointly calibrate the astrometry and photometry across a set of images. 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 ------- pipe.base.Struct struct 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 313 of file jointcal.py.
|
static |
Definition at line 212 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.focalPlaneBBox |
Definition at line 349 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.job |
Definition at line 238 of file jointcal.py.
lsst.jointcal.jointcal.JointcalTask.profile_jointcal |
Definition at line 230 of file jointcal.py.
|
static |
Definition at line 213 of file jointcal.py.