SofaAtioq Method

CIRS to observed place using prepared astrometry.

Definition

Namespace: ASCOM.Tools
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public static void Atioq(
	double ri,
	double di,
	ref SofaAstrom astrom,
	ref double aob,
	ref double zob,
	ref double hob,
	ref double dob,
	ref double rob
)

Parameters

ri  Double
CIRS right ascension (radians).
di  Double
CIRS declination (radians).
astrom  SofaAstrom
Prepared astrometry parameters.
aob  Double
Returned observed azimuth (radians).
zob  Double
Returned observed zenith distance (radians).
hob  Double
Returned observed hour angle (radians).
dob  Double
Returned observed declination (radians).
rob  Double
Returned observed right ascension (radians).

Version Information

.NET Standard

Supported in: 2.0

See Also