public class TychoCatalog extends Object
V=VT-0.09*(BT-VT)This catalog is too big for entire serialization, thus we read it in, apply a filter and serializes the remainder.
B-V=0.85*(BT-VT)
| Modifier and Type | Class and Description |
|---|---|
static class |
TychoCatalog.SubSample
Creates a sub-sample.
|
| Constructor and Description |
|---|
TychoCatalog() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] arg) |
static List<Star> |
parseCatalog(File bs)
Parse the catalog by using the readme file and according to byte number
put the starting index at Bytes-1 and leave the ending index where it is.
|
public static List<Star> parseCatalog(File bs) throws IOException
IOExceptionpublic static void main(String[] arg) throws IOException
IOException