Class Dipole
- 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:
WindUp,InterSatellitesWindUp
-
-
Field Summary
Fields Modifier and Type Field Description static DipoleCANONICAL_I_JCanonical dipole, with primary vector set toVector3D.PLUS_Iand secondary vector set toVector3D.PLUS_J.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector3DgetPrimary()Get the primary dipole vector.Vector3DgetSecondary()Get the secondary dipole vector.
-
-
-
Field Detail
-
CANONICAL_I_J
public static final Dipole CANONICAL_I_J
Canonical dipole, with primary vector set toVector3D.PLUS_Iand secondary vector set toVector3D.PLUS_J.
-
-