ChipVisitMagnitudeMapping

class lsst.jointcal.ChipVisitMagnitudeMapping

Bases: ChipVisitPhotometryMapping

Methods Summary

computeParameterDerivatives(self, arg0, arg1)

getChipMapping(self)

getIndex(self)

getMappingIndices(self)

getNParChip(self)

getNParVisit(self)

getNpar(self)

getParameters(self)

getVisitMapping(self)

setIndex(self, arg0)

setWhatToFit(self, arg0, arg1)

transform(self, arg0, arg1)

transformError(self, arg0, arg1, arg2)

Methods Documentation

computeParameterDerivatives(self: lsst.jointcal.PhotometryMappingBase, arg0: lsst.jointcal.MeasuredStar, arg1: SupportsFloat) Annotated[numpy.typing.NDArray[numpy.float64], '[m, 1]']
getChipMapping(self: lsst.jointcal.ChipVisitPhotometryMapping) lsst.jointcal.PhotometryMapping
getIndex(self: lsst.jointcal.PhotometryMappingBase) int
getMappingIndices(self: lsst.jointcal.PhotometryMappingBase) list[int]
getNParChip(self: lsst.jointcal.ChipVisitPhotometryMapping) int
getNParVisit(self: lsst.jointcal.ChipVisitPhotometryMapping) int
getNpar(self: lsst.jointcal.PhotometryMappingBase) int
getParameters(self: lsst.jointcal.PhotometryMappingBase) Annotated[numpy.typing.NDArray[numpy.float64], '[m, 1]']
getVisitMapping(self: lsst.jointcal.ChipVisitPhotometryMapping) lsst.jointcal.PhotometryMapping
setIndex(self: lsst.jointcal.PhotometryMappingBase, arg0: SupportsInt) None
setWhatToFit(self: lsst.jointcal.ChipVisitPhotometryMapping, arg0: bool, arg1: bool) None
transform(self: lsst.jointcal.PhotometryMappingBase, arg0: lsst.jointcal.MeasuredStar, arg1: SupportsFloat) float
transformError(self: lsst.jointcal.PhotometryMappingBase, arg0: lsst.jointcal.MeasuredStar, arg1: SupportsFloat, arg2: SupportsFloat) float