edu.jhu.htm.app
Class TimeLookup

java.lang.Object
  |
  +--edu.jhu.htm.app.TimeLookup

public class TimeLookup
extends java.lang.Object

Time lookup for a set of random points for differnt depths of HTM

Version:
$revision: $
Author:
wil

Constructor Summary
TimeLookup(int numlooks)
           
 
Method Summary
 void initRaDec()
           
static void main(java.lang.String[] args)
           
 void run()
           
 void timeLookup(int level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeLookup

public TimeLookup(int numlooks)
Method Detail

initRaDec

public void initRaDec()

timeLookup

public void timeLookup(int level)
                throws java.lang.Exception
java.lang.Exception

run

public void run()
         throws java.lang.Exception
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception