astro
Class HauckCatalog
java.lang.Object
astro.HauckCatalog
public class HauckCatalog
- extends Object
Class to serialize Hauck 1997 Stromgren standards Hauck & Mermilliod,
A&AS 129, 431 (1998) into an object stream containing a list of
Stardescriptions. Note that the catalog has duplicate entries at identical
positions.
|
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,
boolean full)
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 |
HauckCatalog
public HauckCatalog()
parseCatalog
public static List<StarDescription> parseCatalog(File b,
boolean full)
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