--- name: guanghan-launch-windows description: Calculate upcoming Earth departure launch windows and lunar landing windows for the Guanghan Program. Use when given a date and asked to find launch windows, landing windows, or mission planning dates for Guanghan missions. --- # 广寒计划发射窗口计算 广寒基地往返标准 LLO,每月有 2 个标准窗口。给定任意时间,计算最近的地球出发发射窗口及对应的月球着陆窗口。 ## 核心参数 - 月球自转周期:27.32166 天 - 每月标准窗口数:2 个 - 地月转移耗时:5 天 - 参考窗 A:2024-09-23 12:13 UTC - 参考窗 B:2024-10-01 14:34 UTC ## 使用方法 ```bash python scripts/guanghan_windows.py "<日期时间>" ``` ## 示例 ```bash python scripts/guanghan_windows.py "2024-07-20" python scripts/guanghan_windows.py "2024-12-15 08:00" ``` ## 输出 输出表格包含: - 最近 4 个发射窗口(地球出发,UTC) - 对应的着陆窗口(发射 + 5 天,UTC) - 距查询时间的偏移量