PhotometryTransformChebyshev#

class lsst.jointcal.PhotometryTransformChebyshev#

Bases: PhotometryTransform

Methods Summary

getBBox(self)

getCoefficients(self)

getOrder(self)

integrate(*args, **kwargs)

Overloaded function.

Methods Documentation

getBBox(self: lsst.jointcal.PhotometryTransformChebyshev) lsst.geom.Box2D#
getCoefficients(self: lsst.jointcal.PhotometryTransformChebyshev) numpy.ndarray#
getOrder(self: lsst.jointcal.PhotometryTransformChebyshev) int#
integrate(*args, **kwargs)#

Overloaded function.

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

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