public class HeliocentricJulianDate extends RaDeParser
CommandLineParser.Template, CommandLineParser.Test| Modifier and Type | Field and Description |
|---|---|
static String |
DEC
Pointing of telescope, if OBJDEC not found.
|
private static String |
FOOT
A footer message.
|
static String |
OBJDEC
The header keyword for the object de, deg.
|
static String |
OBJEQUIN
The equinox of the catalog, years.
|
static String |
OBJPMDEC
The header keyword for the object proper motion in de, mas/yr.
|
static String |
OBJPMRA
The header keyword for the object proper motion in ra, mas/yr.
|
static String |
OBJRA
The header keyword for the object ra, deg.
|
private static String |
ONE
The command line switches.
|
static String |
RA
Pointing of telescope, if OBJRA not found.
|
USEHELPSWITCHES| Constructor and Description |
|---|
HeliocentricJulianDate()
We constrcut a new HeliocentricJulianDate parser.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] arg)
Tries to read fits header data and prints out the hjd.
|
double |
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 OBJRA
public static final String OBJDEC
public static final String OBJPMRA
public static final String OBJPMDEC
public static final String OBJEQUIN
public static final String RA
public static final String DEC
private static final String ONE
private static final String FOOT
public HeliocentricJulianDate()
public double process(String[] arg) throws ParseException
ParseExceptionpublic static void main(String[] arg) throws ParseException
ParseException