Commit a7ebaf9b authored by qiongying's avatar qiongying
Browse files

tst2

parent 6bbf3771
......@@ -23,7 +23,7 @@ def main():
print(f"文件 {source_file} 不存在,无需删除。")
#模拟恒星轨迹,且将结果保存为可视化图片star_trajectory.png
simulate_star_trajectory(semi_major_axis=1.0, eccentricity=0.1, period=365.25, start_date='2023/1/1', end_date='2024/1/1', step_days=10)
# simulate_star_trajectory(semi_major_axis=1.0, eccentricity=0.1, period=365.25, start_date='2023/1/1', end_date='2024/1/1', step_days=10)
#将生成的star_trajectory.png图片拷贝到output路径下查看
# 确保源路径存在
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment