FluxTransformChebyshev

class lsst.jointcal.FluxTransformChebyshev

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.PhotometryTransform) → lsst.jointcal.photometryTransform.PhotometryTransform
computeParameterDerivatives(self: lsst.jointcal.photometryTransform.PhotometryTransform, arg0: float, arg1: float, arg2: float) → numpy.ndarray[float64[m, 1]]
getBBox(self: lsst.jointcal.photometryTransform.PhotometryTransformChebyshev) → lsst.geom.Box2D
getCoefficients(self: lsst.jointcal.photometryTransform.PhotometryTransformChebyshev) → ndarray::Array<double, 2, 2>
getNpar(self: lsst.jointcal.photometryTransform.PhotometryTransform) → int
getOrder(self: lsst.jointcal.photometryTransform.PhotometryTransformChebyshev) → int
getParameters(self: lsst.jointcal.photometryTransform.PhotometryTransform) → numpy.ndarray[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.PhotometryTransform, arg0: numpy.ndarray[float64[m, 1]]) → None
transform(self: lsst.jointcal.photometryTransform.PhotometryTransform, x: float, y: float, value: float) → float
transformError(self: lsst.jointcal.photometryTransform.PhotometryTransform, x: float, y: float, value: float, valueErr: float) → float