stella.util
Class CommandLineTarget.Coravel

java.lang.Object
  extended by stella.util.CommandLineTarget.Coravel
Enclosing class:
CommandLineTarget

public static final class CommandLineTarget.Coravel
extends Object

Takes a list of Coravel radial velocity standards and makes STELLA targets out of it. This is the list in CORAVEL. There is a newer list of fainter stars, see CoravelNew.


Constructor Summary
CommandLineTarget.Coravel()
           
 
Method Summary
static void main(String[] arg)
          The only command line argument is the name of the list file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineTarget.Coravel

public CommandLineTarget.Coravel()
Method Detail

main

public static void main(String[] arg)
                 throws ParseException
The only command line argument is the name of the list file. It must start with the HD number, the Vmag is the 2nd column. The original list must be edited (add '#' at non-data lines) to be used.

Throws:
ParseException