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.

  1. convert(other: lsst.meas.astrom.PolynomialTransform) -> lsst.meas.astrom.ScaledPolynomialTransform

  2. convert(other: lsst.meas.astrom.SipForwardTransform) -> lsst.meas.astrom.ScaledPolynomialTransform

  3. 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
getPoly(self: lsst.meas.astrom.ScaledPolynomialTransform) lsst.meas.astrom.PolynomialTransform
linearize(self: lsst.meas.astrom.ScaledPolynomialTransform, arg0: lsst.geom.Point2D) lsst.geom.AffineTransform