MCPcopy Create free account
hub / github.com/Tong89/smartNode / leo_element

Function leo_element

tests/test_perf_benchmarks.py:52–63  ·  view source on GitHub ↗

固定轨道根数的 LEO 卫星 OrbitalElements 实例(模块作用域)。

()

Source from the content-addressed store, hash-verified

50
51@pytest.fixture(scope="module")
52def leo_element():
53 """固定轨道根数的 LEO 卫星 OrbitalElements 实例(模块作用域)。"""
54 return OrbitalElements(
55 name="BENCH-LEO",
56 sat_id="bench-leo-1",
57 semi_major_axis=6921.0, # 550 km 轨道
58 eccentricity=0.001,
59 inclination=53.0,
60 raan=20.0,
61 arg_perigee=45.0,
62 mean_anomaly=0.0,
63 )
64
65
66@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

OrbitalElementsClass · 0.90

Tested by

no test coverage detected