https://github.com/astroshaper/asteroidgravityfields.jl
https://github.com/astroshaper/asteroidgravityfields.jl
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/astroshaper/asteroidgravityfields.jl
- Owner: Astroshaper
- License: mit
- Created: 2023-03-24T16:00:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T13:44:49.000Z (over 2 years ago)
- Last Synced: 2025-04-06T05:52:05.014Z (9 months ago)
- Language: Julia
- Size: 8.79 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AsteroidGravityFields.jl
[](https://Astroshaper.github.io/AsteroidGravityFields.jl/stable)
[](https://Astroshaper.github.io/AsteroidGravityFields.jl/dev)
[](https://github.com/Astroshaper/AsteroidGravityFields.jl/actions?query=workflow%3ACI+branch%3Amain)
[](https://codecov.io/gh/Astroshaper/AsteroidGravityFields.jl)
[](https://github.com/JuliaTesting/Aqua.jl)
Julia-based toolkit for dynamical simulations of planets and small solar system bodies.
## Installation
```julia
using Pkg
Pkg.add(url="https://github.com/Astroshaper/AsteroidGravityFields.jl")
using AsteroidGravityFields
```
You can update the module and run tests as follows.
```julia
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.
