[][src]Module nyx_space::io::gravity

Handles loading of gravity models using files of NASA PDS and GMAT COF. Several gunzipped files are provided with nyx.

Structs

HarmonicsMem

HarmonicsMem loads the requested gravity potential files and stores them in memory (in a HashMap).

Traits

GravityPotentialStor

All gravity potential storage backends must implement this trait in order to be used in the provided dynamics. Currently, only a HashMap based storage is provided. However, the use of this trait enables any application from storing the gravity potential in another way, such as a remote database.