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

Method test_angle_79_visible

tests/test_visibility.py:244–248  ·  view source on GitHub ↗

赤道上地心角 = 79° < 80°,应可见。

(self)

Source from the content-addressed store, hash-verified

242 assert check_geo_visibility(leo, geo) is True
243
244 def test_angle_79_visible(self):
245 """赤道上地心角 = 79° < 80°,应可见。"""
246 leo = {"lat": 0.0, "lon": 0.0, "alt": 500000}
247 geo = {"lat": 0.0, "lon": 79.0, "alt": 35786000}
248 assert check_geo_visibility(leo, geo) is True
249
250 def test_angle_81_not_visible(self):
251 """赤道上地心角 = 81° > 80°,不应可见。"""

Callers

nothing calls this directly

Calls 1

check_geo_visibilityFunction · 0.90

Tested by

no test coverage detected