ConstrainedPhotometryModel

class lsst.jointcal.ConstrainedPhotometryModel

Bases: PhotometryModel

Methods Summary

assignIndices(self, arg0, arg1)

checkPositiveOnBBox(self, arg0)

computeParameterDerivatives(self, arg0, arg1)

computeRefResidual(self, arg0, arg1)

computeResidual(self, arg0, arg1)

freezeErrorTransform(self)

getMapping(self, arg0)

getMappingIndices(self, arg0, arg1)

getNpar(self, arg0)

getRefError(self, arg0)

getTotalParameters(self)

offsetFittedStar(self, arg0, arg1)

offsetParams(self, arg0)

toPhotoCalib(self, arg0)

transform(self, arg0, arg1)

transformError(self, arg0, arg1)

validate(self, arg0, arg1)

Methods Documentation

assignIndices(self: lsst.jointcal.PhotometryModel, arg0: str, arg1: int) int
checkPositiveOnBBox(self: lsst.jointcal.PhotometryModel, arg0: lsst.jointcal.CcdImage) bool
computeParameterDerivatives(self: lsst.jointcal.PhotometryModel, arg0: lsst.jointcal.MeasuredStar, arg1: lsst.jointcal.CcdImage) numpy.ndarray[numpy.float64[m, 1]]
computeRefResidual(self: lsst.jointcal.PhotometryModel, arg0: lsst.jointcal.FittedStar, arg1: lsst.jointcal.RefStar) float
computeResidual(self: lsst.jointcal.PhotometryModel, arg0: lsst.jointcal.CcdImage, arg1: lsst.jointcal.MeasuredStar) float
freezeErrorTransform(self: lsst.jointcal.PhotometryModel) None
getMapping(self: lsst.jointcal.PhotometryModel, arg0: lsst.jointcal.CcdImage) lsst.jointcal.PhotometryMappingBase
getMappingIndices(self: lsst.jointcal.PhotometryModel, arg0: lsst.jointcal.CcdImage, arg1: List[int]) None
getNpar(self: lsst.jointcal.PhotometryModel, arg0: lsst.jointcal.CcdImage) int
getRefError(self: lsst.jointcal.PhotometryModel, arg0: lsst.jointcal.RefStar) float
getTotalParameters(self: lsst.jointcal.PhotometryModel) int
offsetFittedStar(self: lsst.jointcal.PhotometryModel, arg0: lsst.jointcal.FittedStar, arg1: float) None
offsetParams(self: lsst.jointcal.PhotometryModel, arg0: numpy.ndarray[numpy.float64[m, 1]]) None
toPhotoCalib(self: lsst.jointcal.PhotometryModel, arg0: lsst.jointcal.CcdImage) lsst.afw.image.PhotoCalib
transform(self: lsst.jointcal.PhotometryModel, arg0: lsst.jointcal.CcdImage, arg1: lsst.jointcal.MeasuredStar) float
transformError(self: lsst.jointcal.PhotometryModel, arg0: lsst.jointcal.CcdImage, arg1: lsst.jointcal.MeasuredStar) float
validate(self: lsst.jointcal.PhotometryModel, arg0: List[lsst.jointcal.CcdImage], arg1: int) bool