SofaAtoiq Method

Observed place to CIRS 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 Atoiq(
	string type,
	double ob1,
	double ob2,
	ref SofaAstrom astrom,
	ref double ri,
	ref double di
)

Parameters

type  String
Coordinate type: "R"/"H"/"A".
ob1  Double
Observed coordinate 1 (radians).
ob2  Double
Observed coordinate 2 (radians).
astrom  SofaAstrom
Prepared astrometry parameters.
ri  Double
Returned CIRS right ascension (radians).
di  Double
Returned CIRS declination (radians).

Version Information

.NET Standard

Supported in: 2.0

See Also