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

Function polar_orbit

tests/test_orbital.py:61–73  ·  view source on GitHub ↗

极轨圆轨道(a=7000 km,倾角 90°)。

()

Source from the content-addressed store, hash-verified

59
60@pytest.fixture
61def polar_orbit():
62 """极轨圆轨道(a=7000 km,倾角 90°)。"""
63 return OrbitalElements(
64 name="Polar",
65 sat_id="polar_test",
66 semi_major_axis=7000.0,
67 eccentricity=0.0,
68 inclination=90.0,
69 raan=0.0,
70 arg_perigee=0.0,
71 mean_anomaly=0.0,
72 epoch=datetime(2024, 1, 1, 0, 0, 0),
73 )
74
75
76# --------------------------------------------------------------------------- #

Callers

nothing calls this directly

Calls 1

OrbitalElementsClass · 0.90

Tested by

no test coverage detected