Skip to content

Commit

Permalink
now the examples consider the J4 perturbation
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannifacchinetti99 committed Nov 17, 2023
2 parents 06fb9fa + 8806dc7 commit 23e4da3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/examples/20yearsofLEO_coll.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"metadata": {},
"outputs": [],
"source": [
"dyn = csc.dynamics.simple_earth(J2=True, J3=False, C22S22=True,sun=False,moon=False,SRP=False,drag=True)"
"dyn = csc.dynamics.simple_earth(J2=True, J3=False, J4=False, C22S22=True,sun=False,moon=False,SRP=False,drag=True)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/oneweekofLEO_conj.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"metadata": {},
"outputs": [],
"source": [
"dyn = csc.dynamics.simple_earth(J2=True, J3 = False, C22S22=True, sun=False,moon=False,SRP=False,drag=True)"
"dyn = csc.dynamics.simple_earth(J2=True, J3 = False, J4=False, C22S22=True, sun=False,moon=False,SRP=False,drag=True)"
]
},
{
Expand Down

0 comments on commit 23e4da3

Please sign in to comment.