astro
Class BrightestStars

java.lang.Object
  extended by astro.BrightestStars

public class BrightestStars
extends Object

Reads in the brightest star catalog (Ochsenbein 1988).


Constructor Summary
BrightestStars()
           
 
Method Summary
static void main(String[] arg)
           
static List parseCatalog(File bs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrightestStars

public BrightestStars()
Method Detail

parseCatalog

public static List parseCatalog(File bs)
                         throws IOException
Throws:
IOException

main

public static void main(String[] arg)
                 throws IOException
Throws:
IOException