Skip to content

Commit

Permalink
Fully remove all plot references from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaneddy committed May 28, 2024
1 parent 0e7eef3 commit 649458f
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions docs/src/tutorials/orbit_propagation_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ t, epc, eci = sim!(orb, epcf)
And that's it! All it took was 6 lines of code with the SatelliteDynamics
module to propagate an orbit.

<!-- We can visualize the orbit in inertial space:
![](../plots/keplerian_orbit.svg)
Or the evolution of the orbital elements:
![](../plots/keplerian_elements.svg) -->

## Full Force Model

We can also repeat the same propagation with a full force orbit model to see the
Expand Down Expand Up @@ -110,15 +102,4 @@ orb = EarthInertialState(epc0, eci0, dt=1.0,

# Propagate the orbit
t, epc, eci = sim!(orb, epcf)
```

<!-- We can visualize the orbit in inertial space:
![](../plots/fullforce_orbit.svg)
Or the evolution of the orbital elements:
![](../plots/fullforce_elements.svg)
From these plots we can see the effect of the orbit perturbations on each of the
orbital elements. -->
```

0 comments on commit 649458f

Please sign in to comment.