public class FindMultiplets extends Object
| Constructor and Description |
|---|
FindMultiplets() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] arg)
First command line argument is the file name of the serialized list of
SimpleStars, the second the maximum distance in degrees, the
third, if given record only multiplets of order that are equal or higher
than the stated number (default two), a fourth argument specifies a
V-magnitude limit. |
private static Map<Integer,List<List<Star>>> |
scanMultiplets(List<Star> stars,
double degdist,
int record,
double maxmag)
Scans the list for multiplets.
|
private static Map<Integer,List<List<Star>>> scanMultiplets(List<Star> stars, double degdist, int record, double maxmag)
public static void main(String[] arg) throws IOException, ClassNotFoundException
SimpleStars, the second the maximum distance in degrees, the
third, if given record only multiplets of order that are equal or higher
than the stated number (default two), a fourth argument specifies a
V-magnitude limit.IOExceptionClassNotFoundException