From 8fb5c47e367741a2e572b0321037cde55781bc4a Mon Sep 17 00:00:00 2001 From: march3 Date: Fri, 7 Jul 2023 19:12:37 +0800 Subject: [PATCH] =?UTF-8?q?Python=E8=B6=85=E4=BA=BA-=E5=AE=87=E5=AE=99?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sim_lab/speed_of_light_3d_speed.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sim_lab/speed_of_light_3d_speed.py b/sim_lab/speed_of_light_3d_speed.py index 395f2c9..d69aab9 100644 --- a/sim_lab/speed_of_light_3d_speed.py +++ b/sim_lab/speed_of_light_3d_speed.py @@ -129,15 +129,15 @@ def get_acc_control_info(): # [01:31:11] 到达 [海王星] 12.2898 AU # [01:40:23] 到达 [冥王星] 13.0516 AU distance_list = [0.7736, 1.0845, 1.4816, 1.6587, 2.2803, 4.2629, 7.1386, 9.6171, 12.2898, 13.0516] - distance_list = [0.7036, 1.0045, 1.4016, 1.6587, 2.2403, 3.9029, # 木星 + distance_list = [0.7036, 1.0045, 1.4016, 1.6087, 2.2403, 4.0029, # 木星 6.9086, 9.4171, 12.2098, 12.9516] acc_list = [(30000, -66000), # 水星 (28000, -65000), # 金星 (28000, -65000), # 地球 (0, 0), # 月球 (45000, -160000), # 火星 - (35000, -70000), # 木星 - (80000, -60000), # 土星 + (32000, -60000), # 木星 + (80000, -50000), # 土星 (50000, -50000), # 天王星 (50000, -40000), # 海王星 (100000, -206000) # 冥王星 -- GitLab