CompositeFrame

class gwcs.coordinate_frames.CompositeFrame(frames, name=None)[source]

Bases: gwcs.coordinate_frames.CoordinateFrame

Represents one or more frames.

Parameters:
frames : list

List of frames (TemporalFrame, CelestialFrame, SpectralFrame, CoordinateFrame).

name : str

Name for this frame.

Attributes Summary

frames

Methods 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

coordinate_to_quantity(*coords)[source]

Given a rich coordinate object return an astropy quantity object.

coordinates(*args)[source]

Create world coordinates object