Bases: astropy.coordinates.CoordinateTransform
A coordinate transformation specified as a function that yields a 3 x 3 cartesian transformation matrix.
This is similar to, but distinct from StaticMatrixTransform, in that the matrix for this class might depend on frame attributes.
Parameters: | matrix_func : callable
fromsys : class
tosys : class
priority : number
register_graph : TransformGraph or None
|
---|---|
Raises: | TypeError
|
Methods Summary
__call__(fromcoord, toframe) |
Methods Documentation