PolynomialTransform¶
- class lsst.meas.astrom.PolynomialTransform¶
Bases:
pybind11_object
Methods Summary
__call__
(self, in)convert
(*args, **kwargs)Overloaded function.
getOrder
(self)getXCoeffs
(self)getYCoeffs
(self)linearize
(self, arg0)Methods Documentation
- __call__(self: lsst.meas.astrom.PolynomialTransform, in: lsst.geom.Point2D) lsst.geom.Point2D ¶
- static convert(*args, **kwargs)¶
Overloaded function.
convert(other: lsst.meas.astrom.ScaledPolynomialTransform) -> lsst.meas.astrom.PolynomialTransform
convert(other: lsst.meas.astrom.SipForwardTransform) -> lsst.meas.astrom.PolynomialTransform
convert(other: lsst.meas.astrom.SipReverseTransform) -> lsst.meas.astrom.PolynomialTransform
- getOrder(self: lsst.meas.astrom.PolynomialTransform) int ¶
- getXCoeffs(self: lsst.meas.astrom.PolynomialTransform) numpy.ndarray ¶
- getYCoeffs(self: lsst.meas.astrom.PolynomialTransform) numpy.ndarray ¶
- linearize(self: lsst.meas.astrom.PolynomialTransform, arg0: lsst.geom.Point2D) lsst.geom.AffineTransform ¶