some small config edits, added jwst attempts for orbit

This commit is contained in:
Thomas Faour
2025-06-06 19:30:32 -04:00
parent 7de52b0a3d
commit b4d6062640
6 changed files with 244 additions and 16 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"bodies": [
{
"name": "Earth",
"mass": 5.972e24,
"position": [1.47095e11, 0, 0],
"velocity": [0, 29290, 0]
},
{
"name": "Sun",
"mass": 1.989e30,
"position": [0, 0, 0],
"velocity": [0, 0, 0]
},
{
"name": "JWST",
"mass": 6500,
"position": [149217067274.40607, 0, 0],
"velocity": [0, 29729.784, 0]
}
]
}
+9 -3
View File
@@ -21,9 +21,15 @@
{
"name": "Moon",
"mass": 7.34767309e22,
"position": [149982270700, 0, 0],
"velocity": [0, 30822, 0]
"position": [146699500000, 0, 0],
"velocity": [0, 28278, 0]
},
{
"name": "JWST",
"mass": 6500,
"position": [1.49995e11, 0, 0],
"velocity": [0,30603,0]
},
{
"name": "Sun",
"mass": 1.989e30,
@@ -31,4 +37,4 @@
"velocity": [0, 0, 0]
}
]
}
}