TransformObservedMode Property

Enables or disables the new "Observed" mode.

Definition

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

Property Value

Boolean

Remarks

In original behaviour mode the Refraction setting is respected and RATopocentric, DECTopocentric, AzimuthTopocentric and ElevationTopocentric will include or exclude the effect of refraction depending on the Refraction property setting.

In observed mode the Refraction setting is ignored and RATopocentric, DECTopocentric, AzimuthTopocentric and ElevationTopocentric always provide unrefracted values. RA, declination, azimuth and elevation values that include the effects of refraction are available in the RAObserved, DECObserved, AzimuthObserved and ElevationObserved properties.

Version Information

.NET Standard

Supported in: 2.0

See Also