Uses of Class
org.orekit.estimation.measurements.QuadraticClockModel
-
Packages that use QuadraticClockModel Package Description org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.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 QuadraticClockModel in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return QuadraticClockModel Modifier and Type Method Description QuadraticClockModel
ObservableSatellite. getQuadraticClockModel()
Get a quadratic clock model valid at some date. -
Uses of QuadraticClockModel in org.orekit.estimation.measurements.generation
Constructors in org.orekit.estimation.measurements.generation with parameters of type QuadraticClockModel Constructor Description OneWayGNSSPhaseBuilder(CorrelatedRandomVectorGenerator noiseSource, ObservableSatellite local, ObservableSatellite remote, QuadraticClockModel remoteClockModel, double wavelength, double sigma, double baseWeight, AmbiguityCache cache)
Simple constructor. -
Uses of QuadraticClockModel in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return QuadraticClockModel Modifier and Type Method Description protected QuadraticClockModel
AbstractInterSatellitesMeasurement. getRemoteClock()
Get emitting satellite clock provider.protected abstract QuadraticClockModel
AbstractOnBoardMeasurement. getRemoteClock()
Get emitting satellite clock provider.protected QuadraticClockModel
AbstractOneWayGNSSMeasurement. getRemoteClock()
Get emitting satellite clock provider.Constructors in org.orekit.estimation.measurements.gnss with parameters of type QuadraticClockModel Constructor Description AbstractOneWayGNSSMeasurement(PVCoordinatesProvider remotePV, QuadraticClockModel remoteClock, AbsoluteDate date, double range, double sigma, double baseWeight, ObservableSatellite local)
Simple constructor.OneWayGNSSPhase(PVCoordinatesProvider remote, String remoteName, QuadraticClockModel remoteClock, AbsoluteDate date, double phase, double wavelength, double sigma, double baseWeight, ObservableSatellite local, AmbiguityCache cache)
Simple constructor.OneWayGNSSRange(PVCoordinatesProvider remote, QuadraticClockModel remoteClock, AbsoluteDate date, double range, double sigma, double baseWeight, ObservableSatellite local)
Simple constructor.OneWayGNSSRangeRate(PVCoordinatesProvider remote, QuadraticClockModel remoteClock, AbsoluteDate date, double rangeRate, double sigma, double baseWeight, ObservableSatellite local)
Simple constructor.
-