astro/basic/testdata/planet_rise_set_baseline.json
starainrt 3ffdbe0034
feat: 扩展天文计算能力
- 新增日食、月食、本地可见性、中心线、半影区域、SVG 图示与沙罗周期信息
- 新增行星冲合、留、方照、物理星历、视直径、相位、亮肢角、轨道节点等计算
- 新增木星伽利略卫星位置、现象与接触事件计算
- 新增恒星星表、星座判定、自行修正与观测辅助能力
- 新增 coord、formula、orbit、sundial、lite/sun、lite/moon 等扩展包
- 完善农历年号、月相英文别名、视差角、大气质量、折射、日晷与双星计算
- 增加 NASA、JPL Horizons、IMCCE 等回归测试数据与基线测试
- 重构基础算法文件组织,补充大量公开 API 注释和语义回归测试
- 更新中文和英文 README,补充示例、精度说明、SVG 配图
2026-05-01 22:38:44 +08:00

143 lines
3.6 KiB
JSON

[
{
"body": "mercury",
"site": "lat68_lon0",
"input_utc": "2025-07-15T00:00:00Z",
"longitude": 0,
"latitude": 68,
"rise_utc": "2025-07-15T04:56:00Z",
"transit_utc": "2025-07-15T13:34:00Z",
"set_utc": "2025-07-15T22:09:00Z"
},
{
"body": "venus",
"site": "lat68_lon0",
"input_utc": "2025-01-15T00:00:00Z",
"longitude": 0,
"latitude": 68,
"rise_utc": "2025-01-15T10:20:00Z",
"transit_utc": "2025-01-15T15:16:00Z",
"set_utc": "2025-01-15T20:14:00Z"
},
{
"body": "mars",
"site": "lat68_lon0",
"input_utc": "2027-07-15T00:00:00Z",
"longitude": 0,
"latitude": 68,
"rise_utc": "2027-07-15T10:20:00Z",
"transit_utc": "2027-07-15T16:29:00Z",
"set_utc": "2027-07-15T22:36:00Z"
},
{
"body": "jupiter",
"site": "lat68_lon0",
"input_utc": "2027-01-15T00:00:00Z",
"longitude": 0,
"latitude": 68,
"rise_utc": "2027-01-14T17:36:00Z",
"transit_utc": "2027-01-15T02:15:00Z",
"set_utc": "2027-01-15T10:54:00Z"
},
{
"body": "saturn",
"site": "lat68_lon0",
"input_utc": "2026-07-15T00:00:00Z",
"longitude": 0,
"latitude": 68,
"rise_utc": "2026-07-14T22:46:00Z",
"transit_utc": "2026-07-15T05:26:00Z",
"set_utc": "2026-07-15T12:06:00Z"
},
{
"body": "uranus",
"site": "lat68_lon0",
"input_utc": "2025-01-15T00:00:00Z",
"longitude": 0,
"latitude": 68,
"rise_utc": "2025-01-15T09:51:00Z",
"transit_utc": "2025-01-15T19:43:00Z",
"set_utc": "2025-01-16T05:34:00Z"
},
{
"body": "neptune",
"site": "lat68_lon0",
"input_utc": "2026-07-15T00:00:00Z",
"longitude": 0,
"latitude": 68,
"rise_utc": "2026-07-14T22:37:00Z",
"transit_utc": "2026-07-15T04:47:00Z",
"set_utc": "2026-07-15T10:56:00Z"
},
{
"body": "mercury",
"site": "greenwich",
"input_utc": "2026-04-28T00:00:00Z",
"longitude": 0,
"latitude": 51.4779,
"rise_utc": "2026-04-28T04:22:00Z",
"transit_utc": "2026-04-28T10:57:00Z",
"set_utc": "2026-04-28T17:34:00Z"
},
{
"body": "venus",
"site": "greenwich",
"input_utc": "2026-04-28T00:00:00Z",
"longitude": 0,
"latitude": 51.4779,
"rise_utc": "2026-04-28T05:41:00Z",
"transit_utc": "2026-04-28T13:47:00Z",
"set_utc": "2026-04-28T21:55:00Z"
},
{
"body": "mars",
"site": "greenwich",
"input_utc": "2026-04-28T00:00:00Z",
"longitude": 0,
"latitude": 51.4779,
"rise_utc": "2026-04-28T04:02:00Z",
"transit_utc": "2026-04-28T10:29:00Z",
"set_utc": "2026-04-28T16:58:00Z"
},
{
"body": "jupiter",
"site": "greenwich",
"input_utc": "2026-04-28T00:00:00Z",
"longitude": 0,
"latitude": 51.4779,
"rise_utc": "2026-04-28T08:45:00Z",
"transit_utc": "2026-04-28T16:55:00Z",
"set_utc": "2026-04-29T01:04:00Z"
},
{
"body": "saturn",
"site": "greenwich",
"input_utc": "2026-04-28T00:00:00Z",
"longitude": 0,
"latitude": 51.4779,
"rise_utc": "2026-04-28T04:01:00Z",
"transit_utc": "2026-04-28T10:11:00Z",
"set_utc": "2026-04-28T16:21:00Z"
},
{
"body": "uranus",
"site": "greenwich",
"input_utc": "2026-04-28T00:00:00Z",
"longitude": 0,
"latitude": 51.4779,
"rise_utc": "2026-04-28T05:34:00Z",
"transit_utc": "2026-04-28T13:26:00Z",
"set_utc": "2026-04-28T21:18:00Z"
},
{
"body": "neptune",
"site": "greenwich",
"input_utc": "2026-04-28T00:00:00Z",
"longitude": 0,
"latitude": 51.4779,
"rise_utc": "2026-04-28T03:46:00Z",
"transit_utc": "2026-04-28T09:49:00Z",
"set_utc": "2026-04-28T15:52:00Z"
}
]