astro
Class Landolt92Catalog

java.lang.Object
  extended by astro.Landolt92Catalog

public class Landolt92Catalog
extends Object

Class to serialize Landolt Johnson standards from AJ 104, 340 (1992) into an object stream containing a list of Stardescriptions.


Constructor Summary
Landolt92Catalog()
           
 
Method Summary
static void main(String[] arg)
          Serializes the ASCII catalog given in the first command line into the catalog givern in the second argument.
static List<StarDescription> parseCatalog(File b)
          General contract fro parsing F77-files: substring(startindex-1, endindex).trim().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Landolt92Catalog

public Landolt92Catalog()
Method Detail

parseCatalog

public static List<StarDescription> parseCatalog(File b)
                                          throws IOException
General contract fro parsing F77-files: substring(startindex-1, endindex).trim().

Throws:
IOException

main

public static void main(String[] arg)
                 throws IOException
Serializes the ASCII catalog given in the first command line into the catalog givern in the second argument. If the third argument is 't', then only stars with full ubvy inidices are serialized.

Throws:
IOException