AstrometryTransformPolynomial#

class lsst.jointcal.AstrometryTransformPolynomial#

Bases: AstrometryTransform

Methods Summary

determinant(self)

getCoefficient(self, arg0, arg1, arg2)

getNpar(self)

getOrder(self)

read(self, arg0)

setCoefficient(self, arg0, arg1, arg2, arg3)

toAstMap(self, arg0)

write(self)

Methods Documentation

determinant(self: lsst.jointcal.AstrometryTransformPolynomial) float#
getCoefficient(self: lsst.jointcal.AstrometryTransformPolynomial, arg0: SupportsInt, arg1: SupportsInt, arg2: SupportsInt) float#
getNpar(self: lsst.jointcal.AstrometryTransformPolynomial) int#
getOrder(self: lsst.jointcal.AstrometryTransformPolynomial) int#
read(self: lsst.jointcal.AstrometryTransformPolynomial, arg0: str) None#
setCoefficient(self: lsst.jointcal.AstrometryTransformPolynomial, arg0: SupportsInt, arg1: SupportsInt, arg2: SupportsInt, arg3: SupportsFloat) None#
toAstMap(self: lsst.jointcal.AstrometryTransformPolynomial, arg0: lsst.jointcal.Frame) astshim.Mapping#
write(self: lsst.jointcal.AstrometryTransformPolynomial) str#