Bases: astropy.coordinates.CoordinateTransform
A coordinate transformation defined as a 3 x 3 cartesian transformation matrix.
This is distinct from DynamicMatrixTransform in that this kind of matrix is independent of frame attributes. That is, it depends only on the class of the frame.
Parameters: | matrix : array-like or callable
fromsys : class
tosys : class
priority : number
register_graph : TransformGraph or None
|
---|---|
Raises: | ValueError
|
Methods Summary
__call__(fromcoord, toframe) |
Methods Documentation