Class OneWayGNSSRangeRateBuilder

All Implemented Interfaces:
MeasurementBuilder<OneWayGNSSRangeRate>

public class OneWayGNSSRangeRateBuilder extends AbstractSignalBasedBuilder<OneWayGNSSRangeRate>
Builder for OneWayGNSSRangeRate measurements.
Since:
12.1
Author:
Luc Maisonobe
  • Constructor Details

    • OneWayGNSSRangeRateBuilder

      public OneWayGNSSRangeRateBuilder(ObservableSatellite local, Observer remote, double sigma, double baseWeight)
      Simple constructor.
      Parameters:
      local - satellite which receives the signal and performs the measurement
      remote - observer which simply emits the signal
      sigma - theoretical standard deviation
      baseWeight - base weight
    • OneWayGNSSRangeRateBuilder

      public OneWayGNSSRangeRateBuilder(ObservableSatellite local, Observer remote, MeasurementQuality measurementQuality, SignalTravelTimeModel signalTravelTimeModel)
      Simple constructor.
      Parameters:
      local - satellite which receives the signal and performs the measurement
      remote - observer which simply emits the signal
      measurementQuality - measurement quality data as used in orbit determination
      signalTravelTimeModel - signal model
      Since:
      14.0
  • Method Details