|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutil.CommandLineParser
astro.RaDeParser
stella.util.TargetCoordinates
public class TargetCoordinates
A class to calculate spherical trigonometric angles of an observable target. The easiest invocation is with a recorded fits file, but additional/missing parameters can be given.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class util.CommandLineParser |
|---|
CommandLineParser.Test |
| Field Summary | |
|---|---|
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. |
| Fields inherited from class astro.RaDeParser |
|---|
USE |
| Constructor Summary | |
|---|---|
TargetCoordinates()
Constructs the parser to the sensor tester. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class astro.RaDeParser |
|---|
getRaDe |
| Methods inherited from class util.CommandLineParser |
|---|
getArguments, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public 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
| Constructor Detail |
|---|
public TargetCoordinates()
| Method Detail |
|---|
public boolean process(String[] arg)
throws ParseException
ParseException
public static void main(String[] arg)
throws ParseException
ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||