Uses of Interface
org.orekit.estimation.measurements.gnss.AmbiguityAcceptance
Packages that use AmbiguityAcceptance
Package
Description
This package provides methods to handle GNSS measurements.
-
Uses of AmbiguityAcceptance in org.orekit.estimation.measurements.gnss
Classes in org.orekit.estimation.measurements.gnss that implement AmbiguityAcceptanceModifier and TypeClassDescriptionclassAmbiguity acceptance test based on a ratio of the two best candidates.Constructors in org.orekit.estimation.measurements.gnss with parameters of type AmbiguityAcceptanceModifierConstructorDescriptionAmbiguitySolver(List<ParameterDriver> ambiguityDrivers, IntegerLeastSquareSolver solver, AmbiguityAcceptance acceptance) Simple constructor.