MagnitudeTransformChebyshev

class lsst.jointcal.MagnitudeTransformChebyshev

Bases: lsst.jointcal.PhotometryTransformChebyshev

Methods Summary

clone(self)

computeParameterDerivatives(self, arg0, …)

getBBox(self)

getCoefficients(self)

getNpar(self)

getOrder(self)

getParameters(self)

integrate(*args, **kwargs)

Overloaded function.

offsetParams(self, arg0, 1]])

transform(self, x, y, value)

transformError(self, x, y, value, valueErr)

Methods Documentation

clone(self: lsst.jointcal.PhotometryTransform)lsst.jointcal.PhotometryTransform
computeParameterDerivatives(self: lsst.jointcal.PhotometryTransform, arg0: float, arg1: float, arg2: float)numpy.ndarray[numpy.float64[m, 1]]
getBBox(self: lsst.jointcal.PhotometryTransformChebyshev)lsst.geom.Box2D
getCoefficients(self: lsst.jointcal.PhotometryTransformChebyshev)numpy.ndarray
getNpar(self: lsst.jointcal.PhotometryTransform)int
getOrder(self: lsst.jointcal.PhotometryTransformChebyshev)int
getParameters(self: lsst.jointcal.PhotometryTransform)numpy.ndarray[numpy.float64[m, 1]]
integrate(*args, **kwargs)

Overloaded function.

  1. integrate(self: lsst.jointcal.photometryTransform.PhotometryTransformChebyshev) -> float

  2. integrate(self: lsst.jointcal.photometryTransform.PhotometryTransformChebyshev, box: lsst.geom.Box2D) -> float

offsetParams(self: lsst.jointcal.PhotometryTransform, arg0: numpy.ndarray[numpy.float64[m, 1]])None
transform(self: lsst.jointcal.PhotometryTransform, x: float, y: float, value: float)float
transformError(self: lsst.jointcal.PhotometryTransform, x: float, y: float, value: float, valueErr: float)float