Class AngularAzEl

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

public class AngularAzEl extends AngularMeasurement<AngularAzEl>
Class modeling an Azimuth-Elevation measurement from a ground station. The motion of the spacecraft during the signal flight time is taken into account. The date of the measurement corresponds to the reception on ground of the reflected signal.
Since:
8.0
Author:
Thierry Ceolin
  • Field Details

  • Constructor Details

    • AngularAzEl

      public AngularAzEl(GroundStation station, AbsoluteDate date, double[] angular, MeasurementQuality measurementQuality, SignalTravelTimeModel signalTravelTimeModel, ObservableSatellite satellite)
      Simple constructor.
      Parameters:
      station - ground station from which measurement is performed
      date - date of the measurement
      angular - observed value
      measurementQuality - measurement quality as used in estimation (in Orekit, the crossed-terms of the covariance matrix are only used by Kalman filters, not least squares)
      signalTravelTimeModel - signal travel time model
      satellite - satellite related to this measurement
      Since:
      14.0
    • AngularAzEl

      public AngularAzEl(GroundStation station, AbsoluteDate date, double[] angular, double[] sigma, double[] baseWeight, ObservableSatellite satellite)
      Simple constructor.
      Parameters:
      station - ground station from which measurement is performed
      date - date of the measurement
      angular - observed value
      sigma - theoretical standard deviation
      baseWeight - base weight
      satellite - satellite related to this measurement
      Since:
      9.3
  • Method Details