pub const RATIO_THRESHOLD: f64 = 3.0;Expand description
Canonical LAMBDA acceptance ratio threshold for fixed PPP (dimensionless).
Feeds super::FixedAmbiguityOptions::ratio_threshold. This is the
RTKLIB-demo5 pos2-arthres default of 3.0, which the bindings hardcode
and the core fixed-PPP goldens use.