SkyFrameSkyFrame - Celestial coordinate system description

Description:
A SkyFrame is a specialised form of FrameFrame which describes celestial longitude/latitude coordinate systems. The particular celestial coordinate system to be represented is specified by setting the SkyFrame's SystemSystem attribute (currently, the default is ICRS) qualified, as necessary, by a mean EquinoxEquinox value and/or an EpochEpoch.

For each of the supported celestial coordinate systems, a SkyFrame can apply an optional shift of origin to create a coordinate system representing offsets within the celestial coordinate system from some specified reference point. This offset coordinate system can also be rotated to define new longitude and latitude axes. See attributes SkyRef, SkyRefIsSkyRefIs, SkyRefP and AlignOffsetAlignOffset.

All the coordinate values used by a SkyFrame are in radians. These may be formatted in more conventional ways for display by using astFormatastFormat.

Constructor Function:
astSkyFrameastSkyFrame
Inheritance
The SkyFrame class inherits from the Frame class.
Attributes
In addition to those attributes common to all Frames, every SkyFrame also has the following attributes:

  • AlignOffsetAlignOffset: Align SkyFrames using the offset coordinate system?

  • AsTime(axis)AsTimeaxis: Format celestial coordinates as times?

  • EquinoxEquinox: Epoch of the mean equinox

  • IsLatAxis: Is the specified axis the latitude axis?

  • IsLonAxis: Is the specified axis the longitude axis?

  • LatAxisLatAxis: Index of the latitude axis

  • LonAxisLonAxis: Index of the longitude axis

  • NegLonNegLon: Display longitude values in the range [-pi,pi]?

  • ProjectionProjection: Sky projection description.

  • SkyRef: Position defining location of the offset coordinate system

  • SkyRefIsSkyRefIs: Selects the nature of the offset coordinate system

  • SkyRefP: Position defining orientation of the offset coordinate system
Functions
In addition to those functions applicable to all Frames, the following functions may also be applied to all SkyFrames:

  • astSkyOffsetMapastSkyOffsetMap: Obtain a MappingMapping from absolute to offset coordinates