AffineTransformConfig#
- class lsst.afw.geom.AffineTransformConfig(*args, **kw)#
Bases:
ConfigA Config representing an affine
Transform.See Also#
lsst.afw.geom.makeTransform
Attributes Summary
2x2 linear matrix in the usual numpy order; to rotate a vector by theta use: cos(theta), sin(theta), -sin(theta), cos(theta) (
List, default(1, 0, 0, 1))x, y translation vector (
List, default(0, 0))Attributes Documentation
- linear#
2x2 linear matrix in the usual numpy order; to rotate a vector by theta use: cos(theta), sin(theta), -sin(theta), cos(theta) (
List, default(1, 0, 0, 1))
- translation#
x, y translation vector (
List, default(0, 0))