FluxTransformChebyshev

class lsst.jointcal.FluxTransformChebyshev

Bases: 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)

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: SupportsFloat, arg1: SupportsFloat, arg2: SupportsFloat) Annotated[numpy.typing.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) Annotated[numpy.typing.NDArray[numpy.float64], '[m, 1]']
integrate(*args, **kwargs)

Overloaded function.

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

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

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