Skip to main content

Module coverage

Module coverage 

Source
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§

LookAngleGrid
Row-major look-angle grid indexed as [satellite][station].