astro
Class OrbitModel.Calculate
java.lang.Object
astro.OrbitModel.Calculate
- Enclosing class:
- OrbitModel
public static class OrbitModel.Calculate
- extends Object
Supply the orbit parameters t0, P, e, omega, K1 and vB to the command
line to get the orbit solution for the specified time.
|
Method Summary |
static void |
main(String[] arg)
First argument is the time when you want to calculate the orbit,
followed by t0, P, e, omega, K1 and vB in this order. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrbitModel.Calculate
public OrbitModel.Calculate()
main
public static void main(String[] arg)
- First argument is the time when you want to calculate the orbit,
followed by t0, P, e, omega, K1 and vB in this order.