astro
Class OrbitFit.File
java.lang.Object
util.CommandLineParser
util.PropertyParser
util.DataFileReader
vec_math.DataFileModel
astro.OrbitFit.File
- Enclosing class:
- OrbitFit
public static class OrbitFit.File
- extends DataFileModel
Reads the rv from a file.
|
Constructor Summary |
OrbitFit.File()
Constructs the parser to the sensor tester. |
| Methods inherited from class util.DataFileReader |
getData, getLinearFit, getLinearFit, getParsedProperties, getPiecewisePolynomialFit, getPiecewisePolynomialFit, getSplineFit, getSplineFit, getWhiteNoise, getWhiteNoise, print, printOut, printOut, process, processData, processSingleData |
| 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 |
ONESWITCHES
private static final String ONESWITCHES
- The switches for adding properties.
- See Also:
- Constant Field Values
MAP
private static final Map<String,String> MAP
- Detailed use of switches.
OrbitFit.File
public OrbitFit.File()
- Constructs the parser to the sensor tester. All known switches
are registered.
createModelFitting
protected ModelFitting createModelFitting()
- Specified by:
createModelFitting in class DataFileModel
main
public static void main(String[] arg)
throws ParseException
- Parses the command line and prints output to standard out.
- Throws:
ParseException