Skip to content
Snippets Groups Projects
Commit a1244eb6 authored by lucien senaneuch's avatar lucien senaneuch Committed by GATEAU Thibault
Browse files

[Readme] swagger doc

parent 7beb5d25
Branches
No related tags found
No related merge requests found
import matplotlib.pyplot as plt
from astropy import units as u
from poliastro.bodies import Earth, Mars, Sun
from poliastro.twobody import Orbit
# Data from Curtis, example 4.3
r = [-6045, -3490, 2500] * u.km
v = [-3.457, 6.618, 2.533] * u.km / u.s
ss = Orbit.from_vectors(Earth, r, v)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment