NovasProperMotion Method

Applies proper motion, including foreshortening effects, to a star's position.

Definition

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

Parameters

JdTdb1  Double
TDB Julian date of first epoch.
Pos  Double
Position vector at first epoch.
Vel  Double
Velocity vector at first epoch.
JdTdb2  Double
TDB Julian date of second epoch.
Pos2  Double
Position vector at second epoch.

Version Information

.NET Standard

Supported in: 2.0

See Also