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 (TimeFrame, CelestialFrame, SpectralFrame, CoordinateFrame).

name : str

Name for this frame.

Attributes Summary

frames

Methods Summary

coordinates(*args)

Attributes Documentation

frames

Methods Documentation

coordinates(*args)[source]