Bases: astropy.coordinates.CoordinateTransform
A transformation constructed by combining together a series of single-step transformations.
Note that the intermediate frame objects are constructed using any frame attributes in toframe or fromframe that overlap with the intermediate frame (toframe favored over fromframe if there’s a conflict). Any frame attributes that are not present use the defaults.
Parameters: | transforms : sequence of CoordinateTransform objects
fromsys : class
tosys : class
priority : number
register_graph : TransformGraph or None
collapse_static_mats : bool
|
---|
Methods Summary
__call__(fromcoord, toframe) |
Methods Documentation