SimpleFluxModel¶
- 
class lsst.jointcal.SimpleFluxModel¶
- Bases: - lsst.jointcal.SimplePhotometryModel,- lsst.jointcal.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, 1]])- toPhotoCalib(self, arg0)- transform(self, arg0, arg1)- transformError(self, arg0, arg1)- validate(self, arg0, arg1)- Methods Documentation - 
assignIndices(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: str, arg1: int) → int¶
 - 
checkPositiveOnBBox(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: lsst.jointcal.ccdImage.CcdImage) → bool¶
 - 
computeParameterDerivatives(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: lsst.jointcal.star.MeasuredStar, arg1: lsst.jointcal.ccdImage.CcdImage) → numpy.ndarray[float64[m, 1]]¶
 - 
computeRefResidual(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: lsst.jointcal.star.FittedStar, arg1: lsst.jointcal.star.RefStar) → float¶
 - 
computeResidual(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: lsst.jointcal.ccdImage.CcdImage, arg1: lsst.jointcal.star.MeasuredStar) → float¶
 - 
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¶
 - 
getRefError(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: lsst.jointcal.star.RefStar) → float¶
 - 
getTotalParameters(self: lsst.jointcal.photometryModels.PhotometryModel) → int¶
 - 
offsetFittedStar(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: lsst.jointcal.star.FittedStar, arg1: float) → None¶
 - 
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.PhotoCalib¶
 - 
transform(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: lsst.jointcal.ccdImage.CcdImage, arg1: lsst.jointcal.star.MeasuredStar) → float¶
 - 
transformError(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: lsst.jointcal.ccdImage.CcdImage, arg1: lsst.jointcal.star.MeasuredStar) → float¶
 - 
validate(self: lsst.jointcal.photometryModels.PhotometryModel, arg0: List[lsst.jointcal.ccdImage.CcdImage], arg1: int) → bool¶
 
-