TransformRAJ2000 Property

Returns the Right Ascension in J2000 co-ordinates

Definition

Namespace: ASCOM.Tools
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public double RAJ2000 { get; }

Property Value

Double
J2000 Right Ascension

Return Value

Double
Right Ascension in hours

Exceptions

TransformUninitialisedExceptionException thrown if an attempt is made to read a value before any of the Set methods has been used or if the value can not be derived from the information in the last Set method used. E.g. topocentric values will be unavailable if the last Set was a SetApparent and one of the Site properties has not been set.

Version Information

.NET Standard

Supported in: 2.0

See Also