|
LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
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 53 of file jointcal.py.
| lsst.jointcal.jointcal.Astrometry = collections.namedtuple('Astrometry', ('fit', 'model', 'sky_to_tan_projection')) |
Definition at line 49 of file jointcal.py.
| lsst.jointcal.jointcal.Photometry = collections.namedtuple('Photometry', ('fit', 'model')) |
Definition at line 48 of file jointcal.py.
1.8.13