NovasBary2Obs Method

Move the origin of coordinates from the barycenter of the solar system to the observer (or the geocenter); i.e., this function accounts for parallax (annual+geocentric or just annual).

Definition

Namespace: ASCOM.Tools.Novas31
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public static void Bary2Obs(
	double[] Pos,
	double[] PosObs,
	ref double[] Pos2,
	ref double Lighttime
)

Parameters

Pos  Double
Position vector, referred to origin at solar system barycenter, components in AU.
PosObs  Double
Position vector of observer (or the geocenter), with respect to origin at solar system barycenter, components in AU.
Pos2  Double
Position vector, referred to origin at center of mass of the Earth, components in AU.
Lighttime  Double
Light time from object to Earth in days.

Version Information

.NET Standard

Supported in: 2.0

See Also