FluxTransfoChebyshev¶
- 
class lsst.jointcal.FluxTransfoChebyshev¶
- Bases: - lsst.jointcal.PhotometryTransfoChebyshev- Methods Summary - clone(self)- computeParameterDerivatives(self, arg0, …)- getBBox(self)- getCoefficients(self)- getNpar(self)- getOrder(self)- getParameters(self)- offsetParams(self, arg0, 1]])- transform(self, x, y, value)- transformError(self, x, y, value, valueErr)- Methods Documentation - 
clone(self: lsst.jointcal.photometryTransfo.PhotometryTransfo) → lsst.jointcal.photometryTransfo.PhotometryTransfo¶
 - 
computeParameterDerivatives(self: lsst.jointcal.photometryTransfo.PhotometryTransfo, arg0: float, arg1: float, arg2: float) → numpy.ndarray[float64[m, 1]]¶
 - 
getBBox(self: lsst.jointcal.photometryTransfo.PhotometryTransfoChebyshev) → lsst.geom.Box2D¶
 - 
getCoefficients(self: lsst.jointcal.photometryTransfo.PhotometryTransfoChebyshev) → ndarray::Array<double, 2, 2>¶
 - 
getNpar(self: lsst.jointcal.photometryTransfo.PhotometryTransfo) → int¶
 - 
getOrder(self: lsst.jointcal.photometryTransfo.PhotometryTransfoChebyshev) → int¶
 - 
getParameters(self: lsst.jointcal.photometryTransfo.PhotometryTransfo) → numpy.ndarray[float64[m, 1]]¶
 - 
offsetParams(self: lsst.jointcal.photometryTransfo.PhotometryTransfo, arg0: numpy.ndarray[float64[m, 1]]) → None¶
 - 
transform(self: lsst.jointcal.photometryTransfo.PhotometryTransfo, x: float, y: float, value: float) → float¶
 - 
transformError(self: lsst.jointcal.photometryTransfo.PhotometryTransfo, x: float, y: float, value: float, valueErr: float) → float¶
 
-