Skip to content

Commit

Permalink
Merge pull request #12 from MiguelAvillez/examples_update
Browse files Browse the repository at this point in the history
Adding examples from tudat-space, updating py files
  • Loading branch information
MiguelAvillez committed Nov 15, 2022
2 parents 70f03c5 + 27d601b commit 0ebc2e8
Show file tree
Hide file tree
Showing 17 changed files with 8,181 additions and 649 deletions.
898 changes: 898 additions & 0 deletions propagation/cr3bp_polyhedron_lpo_manifolds.ipynb

Large diffs are not rendered by default.

664 changes: 664 additions & 0 deletions propagation/cr3bp_polyhedron_lpo_manifolds.py

Large diffs are not rendered by default.

502 changes: 502 additions & 0 deletions propagation/input/phobos_500facets_facets.txt

Large diffs are not rendered by default.

254 changes: 254 additions & 0 deletions propagation/input/phobos_500facets_vertices.txt

Large diffs are not rendered by default.

819 changes: 647 additions & 172 deletions propagation/mga_dsm_analysis.ipynb

Large diffs are not rendered by default.

399 changes: 340 additions & 59 deletions propagation/mga_dsm_analysis.py

Large diffs are not rendered by default.

25 changes: 1 addition & 24 deletions propagation/reentry_trajectory.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"execution_count": 1,
"id": "c01f8ad0",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -64,7 +63,6 @@
"execution_count": 2,
"id": "ff69831a",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand All @@ -82,7 +80,6 @@
"execution_count": 3,
"id": "c46fdfff",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -136,7 +133,6 @@
"execution_count": 4,
"id": "c18b2ffe",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -247,7 +243,6 @@
"execution_count": 5,
"id": "6ea394a1",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -291,7 +286,6 @@
"execution_count": 6,
"id": "06dd4f2c",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -326,7 +320,6 @@
"execution_count": 7,
"id": "e75afb5e",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand All @@ -353,7 +346,6 @@
"execution_count": 8,
"id": "b1611884",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -381,7 +373,6 @@
"execution_count": 9,
"id": "c7a6dfb7",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -415,7 +406,6 @@
"execution_count": 10,
"id": "55c21079",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -449,7 +439,6 @@
"execution_count": 11,
"id": "5b5139ec",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -493,7 +482,6 @@
"execution_count": 12,
"id": "bb67e486",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -537,7 +525,6 @@
"execution_count": 13,
"id": "9c4bf3ba",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -580,7 +567,6 @@
"execution_count": 14,
"id": "9d21dfa3",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -626,7 +612,6 @@
"execution_count": 15,
"id": "d7c95592",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -664,7 +649,6 @@
"execution_count": 16,
"id": "40cd08f9",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -727,7 +711,6 @@
"execution_count": 17,
"id": "d8dc6404",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -776,7 +759,6 @@
"execution_count": 18,
"id": "00436c5f",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -818,7 +800,6 @@
"execution_count": 19,
"id": "629b9b44",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -860,7 +841,6 @@
"execution_count": 20,
"id": "cc405878",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -906,7 +886,6 @@
"execution_count": 21,
"id": "e289aa3e",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -951,7 +930,6 @@
"execution_count": 22,
"id": "2954e9fb",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -995,7 +973,6 @@
"execution_count": 23,
"id": "a0c10a1a",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -1046,7 +1023,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
"version": "3.8.13"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 0ebc2e8

Please sign in to comment.