Uses of Class
org.orekit.time.clocks.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.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 protected static QuadraticClockModelAbstractMeasurementObject. createEmptyQuadraticClock(String name)Creates an quadratic clock with zero displacement.QuadraticClockModelAbstractMeasurementObject. getQuadraticClockModel()Get a quadratic clock model valid at some date.QuadraticClockModelMeasurementObject. getQuadraticClockModel()Get a quadratic clock model valid at some date.Constructors in org.orekit.estimation.measurements with parameters of type QuadraticClockModel Constructor Description AbstractMeasurementObject(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 QuadraticClockModel Modifier and Type Method Description protected QuadraticClockModelAbstractInterSatellitesMeasurement. getRemoteClock()Retrieves the clock of the satellite being treated as "remote" in this function (i.e. sat number 2).
-