Class OneWayGNSSRangeRate

All Implemented Interfaces:
Comparable<ComparableMeasurement>, ComparableMeasurement, ObservedMeasurement<OneWayGNSSRangeRate>, TimeStamped, ParameterDriversProvider

public class OneWayGNSSRangeRate extends AbstractOneWayGNSS<OneWayGNSSRangeRate>
One-way GNSS range rate measurement.

This class can be used in precise orbit determination applications for modeling a range rate measurement between a GNSS emitter and a LEO satellite (receiver).

The one-way GNSS range rate measurement assumes knowledge of the orbit and the clock offset of the emitting GNSS satellite. For instance, it is possible to use a SP3 file or a GNSS navigation message to recover the satellite's orbit and clock.

This class is very similar to InterSatellitesOneWayRangeRate measurement class. However, using the one-way GNSS range measurement, the orbit and clock of the emitting GNSS satellite are NOT estimated simultaneously with LEO satellite coordinates.

Since:
12.1
Author:
Luc Maisonobe
  • Field Details

  • Constructor Details

    • OneWayGNSSRangeRate

      public OneWayGNSSRangeRate(Observer observer, AbsoluteDate date, double rangeRate, double sigma, double baseWeight, ObservableSatellite local)
      Simple constructor.
      Parameters:
      observer - object that sends GNSS signal
      date - date of the measurement
      rangeRate - observed value
      sigma - theoretical standard deviation
      baseWeight - base weight
      local - satellite which receives the signal and perform the measurement
      Since:
      12.1
    • OneWayGNSSRangeRate

      public OneWayGNSSRangeRate(Observer observer, AbsoluteDate date, double rangeRate, MeasurementQuality measurementQuality, SignalTravelTimeModel signalTravelTimeModel, ObservableSatellite local)
      Simple constructor.
      Parameters:
      observer - object that sends GNSS signal
      date - date of the measurement
      rangeRate - observed value
      measurementQuality - measurement quality data as used in orbit determination
      signalTravelTimeModel - signal model
      local - satellite which receives the signal and perform the measurement
      Since:
      14.0
  • Method Details