public static class PointingModel.FileData extends PropertyParser
CommandLineParser.Template, CommandLineParser.Test| Modifier and Type | Field and Description |
|---|---|
private static String |
FOOT
A footer message.
|
private static Map<String,String> |
PROP
The switches directly linked to properties.
|
private static String |
SWITCHES
The command line switches understood with one argument.
|
private static String |
TWO
The command line switches with two arguments.
|
private static Map<String,String> |
USE
Detailed use of switches.
|
private static String |
ZERO
The command line switches with no arguments.
|
HELPSWITCHES| Constructor and Description |
|---|
FileData()
Constructs a new file data parsing object.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
addPM(VectorG ap,
VectorG hp,
VectorG offa,
VectorG offh)
This adds pointing model offsets to raw data.
|
private static void |
dePoison(VectorG ap,
VectorG hp,
VectorG offa,
VectorG offh)
Revert the pm-poisoned data to reflect azimuth and altitude on start.
|
private static void |
doRadian(VectorG ap,
VectorG hp)
Revert the pm-poisoned data to reflect azimuth and altitude on start.
|
private static String |
harmonicsHelper(int l)
A special helper method that generates a string that is a harmonics
as needed for the given order.
|
private static String |
harmonicsNamer(int l)
A special helper method that generates a string that is a harmonics
name as needed for the given order.
|
static void |
main(String[] arg)
Reads data from a file.
|
private static void |
printSpectral(VectorG ylm)
Prints spectral information on a harmonics solution by summing over
all m's.
|
private static String |
radToPilar(double rad) |
parseMap, parseMap, parseProperties, parseProperties, parseProperties, parsePropertiesaddHelpSwitches, getArguments, getCallerName, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasHelpSwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usageprivate static final String SWITCHES
private static final String ZERO
private static final String TWO
private static final String FOOT
public static void main(String[] arg) throws ParseException, IOException
ParseExceptionIOExceptionprivate static void printSpectral(VectorG ylm)
private static void addPM(VectorG ap, VectorG hp, VectorG offa, VectorG offh)
private static void dePoison(VectorG ap, VectorG hp, VectorG offa, VectorG offh)
private static final String radToPilar(double rad)
private static void doRadian(VectorG ap, VectorG hp)
private static String harmonicsHelper(int l)
private static String harmonicsNamer(int l)