Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mclrc authored Oct 17, 2023
1 parent caeb9c8 commit 15cd200
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<div align="center">
<img width="128" height="128" src="/logo.png" />
</div>
<div align="center">
<h1>traj-propagate</h1>
</div>
<br>

Command line utility that reads from and writes to SPICE SPK files to propagate trajectories for spacecraft, planets or other bodies. Initial conditions must be given in the form of a single kernel (this can be a meta-kernel) from which the state of all specified bodies at t0 can be retrieved. For large bodies whose standard gravitational parameter is not given in the included kernels, additional PCKs must be provided. For small bodies, no additional data is required.
<img width="128" height="128" src="/logo.png" />
<h1>traj-propagate</h1>

![test workflow](https://github.com/mclrc/traj-propagate/actions/workflows/tests.yml/badge.svg)


Command line utility that reads from and writes to SPICE SPK files to propagate trajectories for spacecraft, planets or other bodies.

Initial conditions must be given in the form of a single kernel (this can be a meta-kernel) from which the state of all specified bodies at `t0` can be retrieved. For large bodies whose standard gravitational parameter is not given in the included kernels, additional PCKs must be provided. For small bodies, no additional data is required.

The program will output a single new SPK containing all propagated trajectories. This kernel can then be used with other SPICE integrated tools, such as SPICE-Enhanced Cosmographia for trajectory visualisation.

Expand Down

0 comments on commit 15cd200

Please sign in to comment.