pub fn max_elevation( grid: &[Vec<Result<LookAngle, LookAngleError>>], ) -> Vec<Option<f64>>
Return the maximum successful elevation per station.
Error cells are ignored. A station with no successful cells returns None.
None