class Misc
extends java.lang.Object
The methods and data here are static so that an object instance does not have to be created before use the methods/data in this class
Copyright (c) 2018
Modifier and Type | Field and Description |
---|---|
protected static double |
termCriteria
Set a default termination criteria (in radians) for solving Kepler's equation
|
Constructor and Description |
---|
Misc() |
Modifier and Type | Method and Description |
---|---|
protected static double |
Axis2MeanMotion(double axis)
Convert length of the semi-major axis to mean motion
This method is overloaded.
|
protected static double |
Axis2MeanMotion(double axis,
boolean showInterim)
Convert length of the semi-major axis to mean motion
This method is overloaded.
|
protected static int |
getValidTLENum()
Ask user for a valid TLE data set number
|
protected static double |
MeanMotion2Axis(double MMotion)
Convert mean motion to length of the semi-major axis
This method is overloaded.
|
protected static double |
MeanMotion2Axis(double MMotion,
boolean showInterim)
Convert mean motion to length of the semi-major axis
This method is overloaded.
|
protected static double termCriteria
protected static double Axis2MeanMotion(double axis)
axis
- length of semi-major axis in kmprotected static double Axis2MeanMotion(double axis, boolean showInterim)
axis
- length of semi-major axis in kmshowInterim
- show intermediate results if
true and checkbox is trueprotected static int getValidTLENum()
protected static double MeanMotion2Axis(double MMotion)
MMotion
- mean motion in revs/dayprotected static double MeanMotion2Axis(double MMotion, boolean showInterim)
MMotion
- mean motion in revs/dayshowInterim
- show intermediate results if
true and checkbox is true