lsst.jointcal  master-gc935ebf72c
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Variables
lsst.jointcal.jointcal Namespace Reference

Classes

class  JointcalRunner
 
class  JointcalConfig
 
class  JointcalTask
 

Variables

list __all__ = ["JointcalConfig", "JointcalTask"]
 
tuple Photometry = collections.namedtuple('Photometry', ('fit', 'model'))
 
tuple Astrometry = collections.namedtuple('Astrometry', ('fit', 'model', 'sky_to_tan_projection'))
 

Variable Documentation

list lsst.jointcal.jointcal.__all__ = ["JointcalConfig", "JointcalTask"]

Definition at line 25 of file jointcal.py.

tuple lsst.jointcal.jointcal.Astrometry = collections.namedtuple('Astrometry', ('fit', 'model', 'sky_to_tan_projection'))

Definition at line 28 of file jointcal.py.

tuple lsst.jointcal.jointcal.Photometry = collections.namedtuple('Photometry', ('fit', 'model'))

Definition at line 27 of file jointcal.py.