lsst.jointcal g26f71f4252+9cf39aca0b
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.jointcal.jointcal.JointcalTask Class Reference
Inheritance diagram for lsst.jointcal.jointcal.JointcalTask:

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
 

Detailed Description

Astrometricly and photometricly calibrate across multiple visits of the
same field.

Definition at line 574 of file jointcal.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.jointcal.jointcal.JointcalTask.__init__ (   self,
**  kwargs 
)

Definition at line 582 of file jointcal.py.

Member Function Documentation

◆ run()

def lsst.jointcal.jointcal.JointcalTask.run (   self,
  inputSourceTableVisit,
  inputVisitSummary,
  inputCamera,
  tract = None 
)

Definition at line 703 of file jointcal.py.

◆ runQuantum()

def lsst.jointcal.jointcal.JointcalTask.runQuantum (   self,
  butlerQC,
  inputRefs,
  outputRefs 
)

Definition at line 597 of file jointcal.py.

Member Data Documentation

◆ astrometryRefObjLoader

lsst.jointcal.jointcal.JointcalTask.astrometryRefObjLoader

Definition at line 588 of file jointcal.py.

◆ ConfigClass

lsst.jointcal.jointcal.JointcalTask.ConfigClass = JointcalConfig
static

Definition at line 579 of file jointcal.py.

◆ focalPlaneBBox

lsst.jointcal.jointcal.JointcalTask.focalPlaneBBox

Definition at line 712 of file jointcal.py.

◆ job

lsst.jointcal.jointcal.JointcalTask.job

Definition at line 595 of file jointcal.py.

◆ photometryRefObjLoader

lsst.jointcal.jointcal.JointcalTask.photometryRefObjLoader

Definition at line 592 of file jointcal.py.


The documentation for this class was generated from the following file: