TransformDECTopocentric Property

Returns the Declination in topocentric co-ordinates

Definition

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

Property Value

Double
Topocentric Declination

Return Value

Double
Declination in degrees

Remarks

In normal mode (see ObservedMode) this will output a refracted or unrefracted coordinate depending on the value of the Refraction property. In observed mode the value will always be the unrefracted value.

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