Uses of Class
org.orekit.time.clocks.QuadraticClockModel
Packages that use QuadraticClockModel
Package
Description
The measurements package defines everything that is related to orbit
determination measurements.
This package provides methods to handle GNSS measurements.
-
Uses of QuadraticClockModel in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return QuadraticClockModelModifier and TypeMethodDescriptionprotected static QuadraticClockModelAbstractParticipant.createEmptyQuadraticClock(String name) Creates a quadratic clock with zero displacement.final QuadraticClockModelAbstractParticipant.getQuadraticClockModel()Get a quadratic clock model valid at some date.MeasurementParticipant.getQuadraticClockModel()Get a quadratic clock model valid at some date.Constructors in org.orekit.estimation.measurements with parameters of type QuadraticClockModelModifierConstructorDescriptionprotectedAbstractParticipant(String name, QuadraticClockModel quadraticClock) Simple constructor.GroundStation(TopocentricFrame baseFrame, EOPHistory eopHistory, QuadraticClockModel clock, StationDisplacement... displacements) Simple constructor.GroundStation(TopocentricFrame baseFrame, QuadraticClockModel clock) Build a ground station ignoringstation displacements.ObserverSatellite(String name, PVCoordinatesProvider pvCoordsProvider, QuadraticClockModel quadraticClock) Simple constructor. -
Uses of QuadraticClockModel in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return QuadraticClockModelModifier and TypeMethodDescriptionprotected QuadraticClockModelAbstractInterSatellitesMeasurement.getRemoteClock()Retrieves the clock of the satellite being treated as "remote" in this function (i.e. sat number 2).