TransformSetTopocentric Method

Sets the known topocentric Right Ascension and Declination coordinates that are to be transformed

Definition

Namespace: ASCOM.Tools
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public void SetTopocentric(
	double ra,
	double dec
)

Parameters

ra  Double
RA in topocentric co-ordinates (0.0 to 23.999 hours)
dec  Double
DEC in topocentric co-ordinates (-90.0 to +90.0)

Version Information

.NET Standard

Supported in: 2.0

See Also