public class Landolt92Catalog extends Object
| Constructor and Description |
|---|
Landolt92Catalog() |
| Modifier and Type | Method and Description |
|---|---|
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<Star> |
parseCatalog(File b)
General contract fro parsing F77-files: substring(startindex-1,
endindex).trim().
|
public static List<Star> parseCatalog(File b) throws IOException
IOExceptionpublic static void main(String[] arg) throws IOException
IOException