Bases: astropy.coordinates.CoordinateTransform
A coordinate transformation defined by a function that accepts a coordinate object and returns the transformed coordinate object.
| Parameters: | func : callable 
 fromsys : class 
 tosys : class 
 priority : number 
 register_graph : TransformGraph or None 
 | 
|---|---|
| Raises: | TypeError 
 ValueError 
 | 
Methods Summary
| __call__(fromcoord, toframe) | 
Methods Documentation