Expand description
One-epoch satellite/station coverage grid.
The public helpers here build row-major [satellite][station] products by
wrapping the scalar look-angle kernel. Every cell equals the corresponding
per-pair crate::astro::passes::look_angle_arc result.
Functions§
- access_
counts - Count visible satellites per station for a look-angle grid.
- look_
angles_ batch - Compute topocentric look angles for all satellite/station pairs at one epoch.
- max_
elevation - Return the maximum successful elevation per station.
- visible_
mask - Return true for every successful look angle at or above
min_elevation_deg.
Type Aliases§
- Look
Angle Grid - Row-major look-angle grid indexed as
[satellite][station].