Class IonosphereUtils
java.lang.Object
uk.m0nom.adifproc.comms.ionosphere.IonosphereUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CommsLinkResultgetShortestPath(TransformControl control, GlobalCoords3D start, GlobalCoords3D end, Adif3Record rec) static doublenormaliseAngle(double angle) static doublenormalisedAngleAddition(double start, double delta)
-
Constructor Details
-
IonosphereUtils
public IonosphereUtils()
-
-
Method Details
-
getShortestPath
public static CommsLinkResult getShortestPath(TransformControl control, GlobalCoords3D start, GlobalCoords3D end, Adif3Record rec) -
normaliseAngle
public static double normaliseAngle(double angle) -
normalisedAngleAddition
public static double normalisedAngleAddition(double start, double delta)
-