PhotometryMapping¶
-
class
lsst.jointcal.
PhotometryMapping
¶ Bases:
lsst.jointcal.PhotometryMappingBase
Methods Summary
computeParameterDerivatives
(self, arg0, arg1)getIndex
(self)getMappingIndices
(self)getNpar
(self)getParameters
(self)getTransform
(self)getTransformErrors
(self)offsetParams
(self, arg0, 1]])setIndex
(self, arg0)transform
(self, arg0, arg1)transformError
(self, arg0, arg1, arg2)Methods Documentation
-
computeParameterDerivatives
(self: lsst.jointcal.photometryMappings.PhotometryMappingBase, arg0: lsst.jointcal.star.MeasuredStar, arg1: float) → numpy.ndarray[float64[m, 1]]¶
-
getIndex
(self: lsst.jointcal.photometryMappings.PhotometryMappingBase) → int¶
-
getMappingIndices
(self: lsst.jointcal.photometryMappings.PhotometryMappingBase) → List[int]¶
-
getNpar
(self: lsst.jointcal.photometryMappings.PhotometryMappingBase) → int¶
-
getParameters
(self: lsst.jointcal.photometryMappings.PhotometryMappingBase) → numpy.ndarray[float64[m, 1]]¶
-
getTransform
(self: lsst.jointcal.photometryMappings.PhotometryMapping) → lsst.jointcal.photometryTransform.PhotometryTransform¶
-
getTransformErrors
(self: lsst.jointcal.photometryMappings.PhotometryMapping) → lsst.jointcal.photometryTransform.PhotometryTransform¶
-
offsetParams
(self: lsst.jointcal.photometryMappings.PhotometryMapping, arg0: numpy.ndarray[float64[m, 1]]) → None¶
-
setIndex
(self: lsst.jointcal.photometryMappings.PhotometryMappingBase, arg0: int) → None¶
-
transform
(self: lsst.jointcal.photometryMappings.PhotometryMappingBase, arg0: lsst.jointcal.star.MeasuredStar, arg1: float) → float¶
-
transformError
(self: lsst.jointcal.photometryMappings.PhotometryMappingBase, arg0: lsst.jointcal.star.MeasuredStar, arg1: float, arg2: float) → float¶
-