Uses of Class
org.orekit.estimation.measurements.gnss.AmbiguityCache
-
Packages that use AmbiguityCache Package Description org.orekit.estimation.measurements.generation This package provides Orbit Determination measurements generation.org.orekit.estimation.measurements.gnss This package provides methods to handle GNSS measurements. -
-
Uses of AmbiguityCache in org.orekit.estimation.measurements.generation
Constructors in org.orekit.estimation.measurements.generation with parameters of type AmbiguityCache Constructor Description InterSatellitesPhaseBuilder(CorrelatedRandomVectorGenerator noiseSource, ObservableSatellite local, ObservableSatellite remote, double wavelength, double sigma, double baseWeight, AmbiguityCache cache)
Simple constructor.OneWayGNSSPhaseBuilder(CorrelatedRandomVectorGenerator noiseSource, ObservableSatellite local, ObservableSatellite remote, double wavelength, double sigma, double baseWeight, AmbiguityCache cache)
Simple constructor. -
Uses of AmbiguityCache in org.orekit.estimation.measurements.gnss
Constructors in org.orekit.estimation.measurements.gnss with parameters of type AmbiguityCache Constructor Description InterSatellitesPhase(ObservableSatellite local, ObservableSatellite remote, AbsoluteDate date, double phase, double wavelength, double sigma, double baseWeight, AmbiguityCache cache)
Constructor.OneWayGNSSPhase(PVCoordinatesProvider remote, String remoteName, QuadraticClockModel remoteClock, AbsoluteDate date, double phase, double wavelength, double sigma, double baseWeight, ObservableSatellite local, AmbiguityCache cache)
Simple constructor.Phase(GroundStation station, AbsoluteDate date, double phase, double wavelength, double sigma, double baseWeight, ObservableSatellite satellite, AmbiguityCache cache)
Simple constructor.PhaseBuilder(CorrelatedRandomVectorGenerator noiseSource, GroundStation station, double wavelength, double sigma, double baseWeight, ObservableSatellite satellite, AmbiguityCache cache)
Simple constructor.
-