fix: 修正行星事件边界与留点计算
- 统一 UT 事件时刻与 TT 查询时刻的边界判断 - 将外行星留点搜索锚定到对应冲日周期 - 修正水星、金星合日、留、大距事件选择 - 统一七大行星视位置计算辅助逻辑 - 增加公开 Last/Next 边界和 JPL/NAOJ 基线回归测试
This commit is contained in:
+6055
File diff suppressed because it is too large
Load Diff
+1841
File diff suppressed because it is too large
Load Diff
+1967
File diff suppressed because it is too large
Load Diff
+2023
File diff suppressed because it is too large
Load Diff
+6622
File diff suppressed because it is too large
Load Diff
+1152
-1152
File diff suppressed because it is too large
Load Diff
+1722
-1722
File diff suppressed because it is too large
Load Diff
+1728
-1728
File diff suppressed because it is too large
Load Diff
+2597
File diff suppressed because it is too large
Load Diff
+1152
-1152
File diff suppressed because it is too large
Load Diff
+58
@@ -0,0 +1,58 @@
|
||||
[
|
||||
{
|
||||
"body": "mercury",
|
||||
"input_utc": "2026-01-01T00:00:00Z",
|
||||
"right_ascension": 268.524035973,
|
||||
"declination": -24.001291126,
|
||||
"ecliptic_longitude": 268.6516112,
|
||||
"ecliptic_latitude": -0.5700521
|
||||
},
|
||||
{
|
||||
"body": "venus",
|
||||
"input_utc": "2026-01-01T00:00:00Z",
|
||||
"right_ascension": 280.056455581,
|
||||
"declination": -23.622404581,
|
||||
"ecliptic_longitude": 279.2064734,
|
||||
"ecliptic_latitude": -0.5050645
|
||||
},
|
||||
{
|
||||
"body": "mars",
|
||||
"input_utc": "2026-01-01T00:00:00Z",
|
||||
"right_ascension": 283.879610807,
|
||||
"declination": -23.720007274,
|
||||
"ecliptic_longitude": 282.6881475,
|
||||
"ecliptic_latitude": -0.8911035
|
||||
},
|
||||
{
|
||||
"body": "jupiter",
|
||||
"input_utc": "2026-01-01T00:00:00Z",
|
||||
"right_ascension": 113.124332352,
|
||||
"declination": 21.979135798,
|
||||
"ecliptic_longitude": 111.3575894,
|
||||
"ecliptic_latitude": 0.2391257
|
||||
},
|
||||
{
|
||||
"body": "saturn",
|
||||
"input_utc": "2026-01-01T00:00:00Z",
|
||||
"right_ascension": 357.380959207,
|
||||
"declination": -3.596394732,
|
||||
"ecliptic_longitude": 356.1672313,
|
||||
"ecliptic_latitude": -2.2587419
|
||||
},
|
||||
{
|
||||
"body": "uranus",
|
||||
"input_utc": "2026-01-01T00:00:00Z",
|
||||
"right_ascension": 55.737099009,
|
||||
"declination": 19.509648526,
|
||||
"ecliptic_longitude": 57.9492508,
|
||||
"ecliptic_latitude": -0.1975992
|
||||
},
|
||||
{
|
||||
"body": "neptune",
|
||||
"input_utc": "2026-01-01T00:00:00Z",
|
||||
"right_ascension": 0.077612938,
|
||||
"declination": -1.418610222,
|
||||
"ecliptic_longitude": 359.5068407,
|
||||
"ecliptic_latitude": -1.3324096
|
||||
}
|
||||
]
|
||||
+1152
-1152
File diff suppressed because it is too large
Load Diff
+1152
-1152
File diff suppressed because it is too large
Load Diff
+1728
-1728
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user