### ASDF Frame Schemas Source: https://github.com/asdf-format/asdf-coordinates-schemas/blob/main/docs/frames.rst Lists available ASDF frame schemas. These schemas define coordinate systems and transformations used in astronomical data. ```python frames/baseframe-1.0.0 frames/cirs-1.0.0 frames/fk4-1.0.0 frames/fk4noeterms-1.0.0 frames/fk5-1.0.0 frames/galactic-1.0.0 frames/galactocentric-1.0.0 frames/gcrs-1.0.0 frames/icrs-1.1.0 frames/itrs-1.0.0 frames/precessedgeocentric-1.0.0 ``` -------------------------------- ### ASDF Legacy Schemas Source: https://github.com/asdf-format/asdf-coordinates-schemas/blob/main/docs/legacy.rst This snippet references legacy ASDF schemas, specifically the ICRS 1.0.0 schema, indicating a need to access older versions of the ASDF data format specifications. ```python .. asdf-autoschemas:: frames/icrs-1.0.0 ``` -------------------------------- ### ASDF Coordinates Schemas Source: https://github.com/asdf-format/asdf-coordinates-schemas/blob/main/docs/coordinates.rst This section lists the available ASDF schemas for coordinate-related data. These schemas define the structure for representing angles, earth locations, latitude, longitude, general representations, sky coordinates, and spectral coordinates. ```python angle-1.0.0 earthlocation-1.0.0 latitude-1.0.0 longitude-1.0.0 representation-1.0.0 skycoord-1.0.0 spectralcoord-1.0.0 ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.