|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutil.CommandLineParser
astro.Seeing.Motion
public static class Seeing.Motion
Test the image motion part.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class util.CommandLineParser |
|---|
CommandLineParser.Test |
| Field Summary | |
|---|---|
static double |
DIAMETER
Default windspeed. |
static double |
DURATION
Default windspeed. |
static double |
EXPOSURE
Default windspeed. |
private static String |
FOOT
A footer message. |
static double |
FREQUENCY
Default windspeed. |
private static String |
SWITCHES
The switches for adding properties. |
private static Map<String,String> |
USE
Detailed use of switches. |
static double |
WINDSPEED
Default windspeed. |
| Constructor Summary | |
|---|---|
Seeing.Motion()
Constructs the parser to the sensor tester. |
|
| Method Summary | |
|---|---|
static void |
main(String[] arg)
Parses the command line and prints output to standard out. |
private boolean |
process(String[] arg)
Process the switches. |
| 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 double WINDSPEED
public static final double DIAMETER
public static final double EXPOSURE
public static final double FREQUENCY
public static final double DURATION
private static final String SWITCHES
private static final Map<String,String> USE
private static final String FOOT
| Constructor Detail |
|---|
public Seeing.Motion()
| Method Detail |
|---|
private 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 | |||||||||