Gravity Engine 2 3.0
Loading...
Searching...
No Matches
GravityEngine2.EphemerisLoader Class Reference

Class to load ephemeris data and place is GEBodyState array. More...

Static Public Member Functions

static bool LoadFile (EphemerisData eData, GBUnits.Units worldUnits)
 
static double3[] LoadPitchTable (string resFile)
 Load a table of (t, pitch) with: t: world time from start of launch pitch: angle in radians from horizontal at time t.
 

Detailed Description

Class to load ephemeris data and place is GEBodyState array.

This array can then be used to init an EPHEMERIS propagator in GE.

Member Function Documentation

◆ LoadPitchTable()

static double3[] GravityEngine2.EphemerisLoader.LoadPitchTable ( string resFile)
static

Load a table of (t, pitch) with: t: world time from start of launch pitch: angle in radians from horizontal at time t.

Parameters
resFile
Returns
double3 array with x=t, y=pitch

The documentation for this class was generated from the following file: