astro
Class BrightStarCatalog

java.lang.Object
  extended by astro.BrightStarCatalog

public class BrightStarCatalog
extends Object

Reads in the brightest star catalog (Ochsenbein 1988).


Constructor Summary
BrightStarCatalog()
           
 
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

BrightStarCatalog

public BrightStarCatalog()
Method Detail

parseCatalog

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

main

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