PhotometryModel¶
-
class
lsst.jointcal.PhotometryModel¶ Bases:
pybind11_builtins.pybind11_object_56Methods Summary
assignIndices(self, arg0, arg1)computeParameterDerivatives(self, arg0, arg1)freezeErrorTransform(self)getMapping(self, arg0)getMappingIndices(self, arg0, arg1)getNpar(self, arg0)getTotalParameters(self)offsetParams(self, arg0, 1]])toPhotoCalib(self, arg0)transform(self, arg0, arg1, arg2)transformError(self, arg0, arg1, arg2)Methods Documentation
-
assignIndices(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: str, arg1: int) → int¶
-
computeParameterDerivatives(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: lsst.jointcal.star.MeasuredStar, arg1: lsst.jointcal.ccdImage.CcdImage) → numpy.ndarray[float64[m, 1]]¶
-
freezeErrorTransform(self: lsst.jointcal.photometryModels.PhotometryModel) → None¶
-
getMapping(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: lsst.jointcal.ccdImage.CcdImage) → lsst::jointcal::PhotometryMappingBase¶
-
getMappingIndices(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: lsst.jointcal.ccdImage.CcdImage, arg1: List[int]) → None¶
-
getNpar(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: lsst.jointcal.ccdImage.CcdImage) → int¶
-
getTotalParameters(self: lsst.jointcal.photometryModels.PhotometryModel) → int¶
-
offsetParams(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: numpy.ndarray[float64[m, 1]]) → None¶
-
toPhotoCalib(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: lsst.jointcal.ccdImage.CcdImage) → lsst::afw::image::PhotoCalib¶
-
transform(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: lsst.jointcal.ccdImage.CcdImage, arg1: lsst.jointcal.star.MeasuredStar, arg2: float) → float¶
-
transformError(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: lsst.jointcal.ccdImage.CcdImage, arg1: lsst.jointcal.star.MeasuredStar, arg2: float) → float¶
-