Skip to main content

max_elevation

Function max_elevation 

Source
pub fn max_elevation(
    grid: &[Vec<Result<LookAngle, LookAngleError>>],
) -> Vec<Option<f64>>
Expand description

Return the maximum successful elevation per station.

Error cells are ignored. A station with no successful cells returns None.