提交 4fc25ebb 编写于 作者: 三月三net's avatar 三月三net

Python超人-宇宙模拟器

上级 cacecb01
......@@ -226,8 +226,11 @@ if __name__ == '__main__':
sim = SolarSystemRealitySim()
sim.run(
# debug_mode=True, # 是否调试模式
# start_time='2050-01-01 12:00:00', # 指定运行的开始时间,不指定为当前时间
# start_time='2040-08-01 12:00:00', # 金木水火土五星连珠的时间
# start_time='2050-01-01 12:00:00', # 指定运行的开始时间,不指定为当前时间
# 网上没有找到精确的日期,宇宙模拟器展示大概2040年8、9月份
# start_time='2040-08-15 12:00:00', # 金木水火土五星连珠的时间 # https://baijiahao.baidu.com/s?id=1776120995339598449
# start_time='2049-01-01 12:00:00', # 九星连珠的时间 # https://988892.com/qiwenyishi/2023061960711.html
# start_time='2149-12-10 12:00:00', # 九星连珠的时间 # https://baijiahao.baidu.com/s?id=1654160345900112362
# show_asteroids=True, # 是否显示小行星带(图片模拟)
# show_earth_clouds=True, # 地球是否显示云层(图片效果,不是真实的云层)
# recalc_moon_pos=False, # 为了更好的展示效果,需要对月球的位置重新计算(使得地月距离放大,月球相对地球方向不变)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册