jview
Class JPhasePlot.Plot
java.lang.Object
util.CommandLineParser
util.PropertyParser
util.DataFileReader
jview.JPhasePlot.Plot
- Enclosing class:
- JPhasePlot
public static class JPhasePlot.Plot
- extends DataFileReader
Reads a data file and plots the specified columns with the given phase
and t0.
|
Field Summary |
private static String |
ONES
The switches for adding properties. |
|
Constructor Summary |
JPhasePlot.Plot()
Constructs the parser to the sensor tester. |
|
Method Summary |
static void |
main(String[] arg)
Parses the command line and prints output to standard out. |
protected boolean |
processSingleData(VectorG[] workon)
We process a single data set. |
| 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 |
ONES
private static final String ONES
- The switches for adding properties.
- See Also:
- Constant Field Values
JPhasePlot.Plot
public JPhasePlot.Plot()
- Constructs the parser to the sensor tester. All known switches are
registered.
processSingleData
protected boolean processSingleData(VectorG[] workon)
throws ParseException
- We process a single data set. Period is given, otherwise we won't be
here.
- Specified by:
processSingleData in class DataFileReader
- Returns:
- True if processing was successful.
- Throws:
ParseException
main
public static void main(String[] arg)
throws ParseException,
IOException
- Parses the command line and prints output to standard out.
- Throws:
ParseException
IOException