astro
Class HipparchosCatalog

java.lang.Object
  extended by astro.HipparchosCatalog

public class HipparchosCatalog
extends Object

Reads in the Hipparchos Star Catalog


Nested Class Summary
static class HipparchosCatalog.SubSample
          Creates a sub-sample.
 
Constructor Summary
HipparchosCatalog()
           
 
Method Summary
static void main(String[] arg)
           
static List<StarDescription> parseCatalog(File bs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HipparchosCatalog

public HipparchosCatalog()
Method Detail

parseCatalog

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

main

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