Skip to content

Commit

Permalink
removed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperdoerTrav committed Jul 25, 2024
1 parent 64843a2 commit 1945c4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ssapy/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ def ssapy_orbit(orbit=None, a=None, e=0, i=0, pa=0, raan=0, ta=0, r=None, v=None
return np.nan, np.nan, np.nan


# Generate orbits near stable orbit.
def get_similar_orbits(r0, v0, rad=1e5, num_orbits=4, duration=(90, 'days'), freq=(1, 'hour'), start_date="2025-1-1", mass=250):
"""
Generate similar orbits by varying the initial position.
Expand Down

0 comments on commit 1945c4b

Please sign in to comment.