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 Dipole
CANONICAL_I_J
Canonical dipole, with primary vector set toVector3D.PLUS_I
and secondary vector set toVector3D.PLUS_J
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector3D
getPrimary()
Get the primary dipole vector.Vector3D
getSecondary()
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_I
and secondary vector set toVector3D.PLUS_J
.
-
-