some small config edits, added jwst attempts for orbit
This commit is contained in:
@@ -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
@@ -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]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user