Representing Coordinate Systems (Frames)

An AST FrameFrame is an ObjectObject that is used to represent a coordinate system. Contrast this with a MappingMapping (§5), which is used to describe how to convert between coordinate systems. The two concepts are complementary and we will see how they work together in §13.

In this section we will discuss only basic Frames, which represent Cartesian coordinate systems. More specialised types of Frame (e.g. the SkyFrameSkyFrame, which represents celestial coordinate systems, and the SpecFrameSpecFrame, which represents spectral coordinate systems) are covered later (§8 and §9) and, naturally, inherit the properties and behaviour of the simple Frames discussed here.



Subsections