SipForwardTransform¶
- class lsst.meas.astrom.SipForwardTransform¶
- Bases: - _SipTransformBase- Methods Summary - __call__(self, in)- convert(*args, **kwargs)- Overloaded function. - getCdMatrix(self)- getPixelOrigin(self)- getPoly(self)- linearize(self, arg0)- transformPixels(self, s)- Methods Documentation - __call__(self: lsst.meas.astrom.SipForwardTransform, in: lsst.geom.Point2D) lsst.geom.Point2D¶
 - static convert(*args, **kwargs)¶
- Overloaded function. - convert(poly: lsst.meas.astrom.PolynomialTransform, pixelOrigin: lsst.geom.Point2D, cdMatrix: lsst.geom.LinearTransform) -> lsst.meas.astrom.SipForwardTransform 
- convert(scaled: lsst.meas.astrom.ScaledPolynomialTransform, pixelOrigin: lsst.geom.Point2D, cdMatrix: lsst.geom.LinearTransform) -> lsst.meas.astrom.SipForwardTransform 
- convert(scaled: lsst.meas.astrom.ScaledPolynomialTransform) -> lsst.meas.astrom.SipForwardTransform 
 
 - getCdMatrix(self: lsst.meas.astrom._SipTransformBase) lsst.geom.LinearTransform¶
 - getPixelOrigin(self: lsst.meas.astrom._SipTransformBase) lsst.geom.Point2D¶
 - getPoly(self: lsst.meas.astrom._SipTransformBase) lsst.meas.astrom.PolynomialTransform¶
 - linearize(self: lsst.meas.astrom.SipForwardTransform, arg0: lsst.geom.Point2D) lsst.geom.AffineTransform¶
 - transformPixels(self: lsst.meas.astrom.SipForwardTransform, s: lsst.geom.AffineTransform) lsst.meas.astrom.SipForwardTransform¶