NovasMakeInSpace Method

Makes a structure of type 'InSpace' - specifying the position and velocity of an observer situated on a near-Earth spacecraft.

Definition

Namespace: ASCOM.Tools.Novas31
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public static void MakeInSpace(
	double[] ScPos,
	double[] ScVel,
	ref InSpace ObsSpace
)

Parameters

ScPos  Double
Geocentric position vector (x, y, z) in km.
ScVel  Double
Geocentric velocity vector (x_dot, y_dot, z_dot) in km/s.
ObsSpace  InSpace
InSpace structure containing the position and velocity of an observer situated on a near-Earth spacecraft

Version Information

.NET Standard

Supported in: 2.0

See Also