java.lang.Object
org.orekit.estimation.measurements.gnss.Dipole

public class Dipole extends Object
Dipole configuration for satellite-to-ground and inter-satellites wind-up effects.

The dipole configuration is given by two vectors.

Since:
12.0
Author:
Luc Maisonobe
See Also:
  • Field Details

  • Constructor Details

    • Dipole

      public Dipole(Vector3D primary, Vector3D secondary)
      Simple constructor.
      Parameters:
      primary - primary dipole vector
      secondary - secondary dipole vector
  • Method Details

    • getPrimary

      public Vector3D getPrimary()
      Get the primary dipole vector.
      Returns:
      primary dipole vector
    • getSecondary

      public Vector3D getSecondary()
      Get the secondary dipole vector.
      Returns:
      secondary dipole vector