astro
Class OrbitModel.Calculate

java.lang.Object
  extended by 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.


Constructor Summary
OrbitModel.Calculate()
           
 
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
 

Constructor Detail

OrbitModel.Calculate

public OrbitModel.Calculate()
Method Detail

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.