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
- 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.
integrate(self: lsst.jointcal.PhotometryTransformChebyshev) -> float
integrate(self: lsst.jointcal.PhotometryTransformChebyshev, box: lsst.geom.Box2D) -> float
- offsetParams(self: lsst.jointcal.PhotometryTransform, arg0: numpy.ndarray[numpy.float64[m, 1]]) None ¶