You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given broadcast ephemerides, a fixed receiver location and a time
window, computeVisibility returns per-satellite elevation timelines,
per-epoch visible count and PDOP, and discrete rise/peak/set passes —
the computation behind a session-planning tool. Reuses
computeAllPositions/computeDop. Validated against ABMF over a 6 h window.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## Unreleased (1.3.0)
4
+
5
+
### New features
6
+
7
+
-**`computeVisibility(ephemerides, rxPos, startMs, endMs, stepSec, maskDeg)`** in `gnss-js/orbit` — satellite visibility and DOP prediction over a time window for a fixed location: per-satellite elevation timelines, visible-count and PDOP per epoch, and discrete rise/peak/set passes. Foundation for session planning.
0 commit comments