Class InterSatellitesPhase

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

public class InterSatellitesPhase extends AbstractInterSatellitesMeasurement<InterSatellitesPhase>
Phase measurement between two satellites.

The measurement is considered to be a signal emitted from a remote satellite and received by a local satellite. Its value is the number of cycles between emission and reception. The motion of both spacecraft during the signal flight time are taken into account. The date of the measurement corresponds to the reception on ground of the emitted signal.

Since:
10.3
Author:
Bryan Cazabonne
  • Field Details

  • Constructor Details

    • InterSatellitesPhase

      public InterSatellitesPhase(ObservableSatellite local, ObservableSatellite remote, AbsoluteDate date, double phase, double wavelength, double sigma, double baseWeight, AmbiguityCache cache)
      Constructor with default signal travel time model.
      Parameters:
      local - satellite which receives the signal and performs the measurement
      remote - remote satellite which simply emits the signal
      date - date of the measurement
      phase - observed value (cycles)
      wavelength - phase observed value wavelength (m)
      sigma - theoretical standard deviation
      baseWeight - base weight
      cache - from which ambiguity drive should come
      Since:
      12.1
    • InterSatellitesPhase

      public InterSatellitesPhase(ObservableSatellite local, ObservableSatellite remote, AbsoluteDate date, double phase, double wavelength, MeasurementQuality measurementQuality, SignalTravelTimeModel signalTravelTimeModel, AmbiguityCache cache)
      Constructor.
      Parameters:
      local - satellite which receives the signal and performs the measurement
      remote - remote satellite which simply emits the signal
      date - date of the measurement
      phase - observed value (cycles)
      wavelength - phase observed value wavelength (m)
      measurementQuality - measurement quality data as used in orbit determination
      signalTravelTimeModel - signal model
      cache - from which ambiguity drive should come
      Since:
      14.0
  • Method Details