lsst.jointcal
16.0-15-g8e16a51+3
|
Classes | |
class | JointcalConfig |
class | JointcalRunner |
class | JointcalTask |
Functions | |
def | add_measurement (job, name, value) |
Variables | |
Photometry = collections.namedtuple('Photometry', ('fit', 'model')) | |
Astrometry = collections.namedtuple('Astrometry', ('fit', 'model', 'sky_to_tan_projection')) | |
def lsst.jointcal.jointcal.add_measurement | ( | job, | |
name, | |||
value | |||
) |
Definition at line 30 of file jointcal.py.
lsst.jointcal.jointcal.Astrometry = collections.namedtuple('Astrometry', ('fit', 'model', 'sky_to_tan_projection')) |
Definition at line 26 of file jointcal.py.
lsst.jointcal.jointcal.Photometry = collections.namedtuple('Photometry', ('fit', 'model')) |
Definition at line 25 of file jointcal.py.