Package org.orekit.gnss.antenna
Class OneDVariation
- java.lang.Object
-
- org.orekit.gnss.antenna.OneDVariation
-
- All Implemented Interfaces:
PhaseCenterVariationFunction
public class OneDVariation extends Object implements PhaseCenterVariationFunction
Interpolator for 1D phase center variation data.- Since:
- 9.2
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description OneDVariation(double polarStart, double polarStep, double[] variations)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
value(double polarAngle, double azimuthAngle)
Evaluate phase center variation in one signal direction.
-
-
-
Method Detail
-
value
public double value(double polarAngle, double azimuthAngle)
Evaluate phase center variation in one signal direction.- Specified by:
value
in interfacePhaseCenterVariationFunction
- Parameters:
polarAngle
- angle from antenna axial direction (zenith angle for receiver antennas, nadir angle for GNSS satellites antennas)azimuthAngle
- angle around axial direction- Returns:
- phase center variation in the signal direction (m)
-
-