SofaTpsts Method

Gnomonic projection: (α,δ) to (ξ,η).

Definition

Namespace: ASCOM.Tools
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public static void Tpsts(
	double xi,
	double eta,
	double a0,
	double b0,
	ref double a,
	ref double b
)

Parameters

xi  Double
Projection coordinate ξ of tangent point.
eta  Double
Projection coordinate η of tangent point.
a0  Double
RA of target point (radians).
b0  Double
Dec of target point (radians).
a  Double
Returned ξ coordinate.
b  Double
Returned η coordinate.

Version Information

.NET Standard

Supported in: 2.0

See Also