astro
Class Seeing.Motion

java.lang.Object
  extended by util.CommandLineParser
      extended by astro.Seeing.Motion
Enclosing class:
Seeing

public static class Seeing.Motion
extends CommandLineParser

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

WINDSPEED

public static final double WINDSPEED
Default windspeed.

See Also:
Constant Field Values

DIAMETER

public static final double DIAMETER
Default windspeed.

See Also:
Constant Field Values

EXPOSURE

public static final double EXPOSURE
Default windspeed.

See Also:
Constant Field Values

FREQUENCY

public static final double FREQUENCY
Default windspeed.

See Also:
Constant Field Values

DURATION

public static final double DURATION
Default windspeed.

See Also:
Constant Field Values

SWITCHES

private static final String SWITCHES
The switches for adding properties.

See Also:
Constant Field Values

USE

private static final Map<String,String> USE
Detailed use of switches.


FOOT

private static final String FOOT
A footer message.

See Also:
Constant Field Values
Constructor Detail

Seeing.Motion

public Seeing.Motion()
Constructs the parser to the sensor tester. All known switches are registered.

Method Detail

process

private boolean process(String[] arg)
                 throws ParseException
Process the switches.

Returns:
True, if processing was successful.
Throws:
ParseException

main

public static void main(String[] arg)
                 throws ParseException
Parses the command line and prints output to standard out.

Throws:
ParseException