NovasMakeObserverInSpace Method

Makes a structure of type 'observer' 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 MakeObserverInSpace(
	double[] ScPos,
	double[] ScVel,
	ref Observer ObsInSpace
)

Parameters

ScPos  Double
Geocentric position vector (x, y, z) in km.
ScVel  Double
Geocentric position vector (x, y, z) in km.
ObsInSpace  Observer
Structure containing the position and velocity of an observer situated on a near-Earth spacecraft

Remarks

Both input vectors are with respect to true equator and equinox of date.

Version Information

.NET Standard

Supported in: 2.0

See Also