public class TargetCoordinates extends RaDeParser
CommandLineParser.Template, CommandLineParser.Test| Modifier and Type | Field and Description |
|---|---|
static String |
DEFDEKEY
Default fits header key word.
|
static String |
DEFLATKEY
Default fits header key word.
|
static String |
DEFLONGKEY
Default fits header key word.
|
static String |
DEFRAKEY
Default fits header key word.
|
private static String |
FOOT
A footer message.
|
private static String |
SWITCHES
The switches for adding properties.
|
USEHELPSWITCHES| Constructor and Description |
|---|
TargetCoordinates()
Constructs the parser to the sensor tester.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] arg)
Parses the command line and prints output to standard out.
|
boolean |
process(String[] arg)
Reads the command line and parses object ra,dec out of it.
|
getRaDe, getRaDe, raDeString, raDeString, registerRaDeSwitchesaddHelpSwitches, getArguments, getCallerName, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasHelpSwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usagepublic static final String DEFLONGKEY
public static final String DEFLATKEY
public static final String DEFRAKEY
public static final String DEFDEKEY
private static final String SWITCHES
private static final String FOOT
public TargetCoordinates()
public boolean process(String[] arg) throws ParseException
ParseExceptionpublic static void main(String[] arg) throws ParseException
ParseException