Click or drag to resize

SkyPos Structure

Celestial object's place in the sky
Inheritance Hierarchy
SystemObject
  SystemValueType
    ASCOM.AstrometrySkyPos

Namespace: ASCOM.Astrometry
Assembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public struct SkyPos

The SkyPos type exposes the following members.

Fields
 NameDescription
Public fieldDec Apparent, topocentric, or astrometric declination (degrees)
Public fieldDis True (geometric, Euclidean) distance to solar system body or 0.0 for star (AU)
Public fieldRA Apparent, topocentric, or astrometric right ascension (hours)
Public fieldRHat Unit vector toward object (dimensionless)
Public fieldRV Radial velocity (km/s)
Top
See Also