CompositeFrame¶
-
class
gwcs.coordinate_frames.CompositeFrame(frames, name=None)[source]¶ Bases:
gwcs.coordinate_frames.CoordinateFrameRepresents one or more frames.
Parameters: frames : list
List of frames (TemporalFrame, CelestialFrame, SpectralFrame, CoordinateFrame).
name : str
Name for this frame.
Attributes Summary
framesMethods Summary
coordinate_to_quantity(*coords)Given a rich coordinate object return an astropy quantity object. coordinates(*args)Create world coordinates object Attributes Documentation
-
frames¶
Methods Documentation
-