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