SofaTpsts Method
Gnomonic projection: (α,δ) to (ξ,η).
Namespace: ASCOM.ToolsAssembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
public static void Tpsts(
double xi,
double eta,
double a0,
double b0,
ref double a,
ref double b
)
Public Shared Sub Tpsts (
xi As Double,
eta As Double,
a0 As Double,
b0 As Double,
ByRef a As Double,
ByRef b As Double
)
- 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.
Supported in: 2.0