Batch/tensor analysis helpers for Orbis.
This layer is for high-throughput workflows like visibility matrices,
coverage grids, and Monte Carlo studies. It complements the exact scalar
APIs in Orbis, rather than replacing them.
Summary
Functions
Compute simple access counts over a time series.
Batch free-space path loss.
Batch link-margin calculation with broadcastable inputs.
Compute topocentric look angles for many ITRS positions and stations.
Return a boolean visibility mask for min_elevation degrees.
Functions
Compute simple access counts over a time series.
Expected shape for elevation_series: [t, s, g].
Batch free-space path loss.
range_km may be any broadcastable tensor.
Batch link-margin calculation with broadcastable inputs.
Compute topocentric look angles for many ITRS positions and stations.
Expected shapes:
sat_positions:[n, 3]in ITRS kmstations:[m, 3]as{lat_deg, lon_deg, alt_m}
Returns tensors shaped [n, m].
Return a boolean visibility mask for min_elevation degrees.
Result shape: [n, m].