Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.52 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.52 KB

AsteroidGravityFields.jl

Stable Dev Build Status codecov Aqua QA

Julia-based toolkit for dynamical simulations of planets and small solar system bodies.

Installation

using Pkg
Pkg.add(url="https://github.com/Astroshaper/AsteroidGravityFields.jl")
using AsteroidGravityFields

You can update the module and run tests as follows.

Pkg.update("AsteroidGravityFields")
Pkg.test("AsteroidGravityFields")

Gravity calculation for asteroids

You can calculate the precise gravity field of an irregularly shaped body, based on the constant-density polyhedron method (Werner & Scheeres, 1997).

Example

Distribution of dynamical elevation on asteroid Itokawa. The color map ranges from -25 to 55 m.

Gravity_Itokawa