public class Tracking extends RaDeParser
java stella.util.Tracking without
any command line arguments.CommandLineParser.Template, CommandLineParser.Test| Modifier and Type | Field and Description |
|---|---|
private static double |
DEFDIAMETER
The default telescope size in meter.
|
private static double |
DEFENCODER
The default encoder frequency, steps per degree.
|
private static double |
DEFSCALE
The default pixel scale, pixels per arc second.
|
private static double |
DEFWIND
The default column wind speed in m/s.
|
static int |
DEFX
The default x-data column.
|
static int |
DEFY
The default x-data column.
|
private static String |
FOOT
A footer message.
|
private static String |
SWITCHES
The switches for adding properties.
|
USEHELPSWITCHES| Constructor and Description |
|---|
Tracking()
Constructs the parser to the sensor tester.
|
| Modifier and Type | Method and Description |
|---|---|
private double[] |
determine(double y,
double amp,
double phase) |
static void |
main(String[] arg)
Parses the command line and prints output to standard out or to
a file.
|
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 int DEFX
public static final int DEFY
private static final double DEFWIND
private static final double DEFDIAMETER
private static final double DEFSCALE
private static final double DEFENCODER
private static final String SWITCHES
private static final String FOOT
public Tracking()
public boolean process(String[] arg) throws ParseException, IOException
ParseExceptionIOExceptionprivate double[] determine(double y,
double amp,
double phase)
public static void main(String[] arg) throws ParseException, IOException
ParseExceptionIOException