lsst.jointcal
master-g9041cab851+10
|
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')) |
list lsst.jointcal.jointcal.__all__ = ["JointcalConfig", "JointcalTask"] |
Definition at line 27 of file jointcal.py.
tuple lsst.jointcal.jointcal.Astrometry = collections.namedtuple('Astrometry', ('fit', 'model', 'sky_to_tan_projection')) |
Definition at line 30 of file jointcal.py.
tuple lsst.jointcal.jointcal.Photometry = collections.namedtuple('Photometry', ('fit', 'model')) |
Definition at line 29 of file jointcal.py.