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