vec_math
Class DataFileModel
java.lang.Object
util.CommandLineParser
util.PropertyParser
util.DataFileReader
vec_math.DataFileModel
- Direct Known Subclasses:
- OrbitFit.File
public abstract class DataFileModel
- extends DataFileReader
A data file reader that further specializes on data modelling.
| 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 |
ZEROSWITCHES
private static final String ZEROSWITCHES
- The switches for adding properties.
- See Also:
- Constant Field Values
DataFileModel
protected DataFileModel(Map<String,String> sc)
- Constructs the parser to the sensor tester. All known switches
are registered.
createModelFitting
protected abstract ModelFitting createModelFitting()
processSingleData
protected boolean processSingleData(VectorG[] workon)
- Description copied from class:
DataFileReader
- After filtering/splining/splitting or smoothing of the data, this is the
method that processes the single data. Without any of the filtering
switches, this is the data read in from the data file. If one also needs
the original data, not only the filtered one, override
DataFileReader.processSingleData(VectorG[], VectorG[]).
- Specified by:
processSingleData in class DataFileReader
- Returns:
- True if processing was successful.