Class Dipole
java.lang.Object
org.orekit.estimation.measurements.gnss.Dipole
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final DipoleCanonical dipole, with primary vector set toVector3D.PLUS_Iand secondary vector set toVector3D.PLUS_J. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the primary dipole vector.Get the secondary dipole vector.
-
Field Details
-
CANONICAL_I_J
Canonical dipole, with primary vector set toVector3D.PLUS_Iand secondary vector set toVector3D.PLUS_J.
-
-
Constructor Details
-
Dipole
Simple constructor.- Parameters:
primary- primary dipole vectorsecondary- secondary dipole vector
-
-
Method Details
-
getPrimary
Get the primary dipole vector.- Returns:
- primary dipole vector
-
getSecondary
Get the secondary dipole vector.- Returns:
- secondary dipole vector
-