util
Class DataFileReader.Ascii

java.lang.Object
  extended by util.CommandLineParser
      extended by util.PropertyParser
          extended by util.DataFileReader
              extended by util.DataFileReader.Ascii
Enclosing class:
DataFileReader

public static class DataFileReader.Ascii
extends DataFileReader

Does spline/filtering etc.


Nested Class Summary
 
Nested classes/interfaces inherited from class util.DataFileReader
DataFileReader.Ascii
 
Nested classes/interfaces inherited from class util.CommandLineParser
CommandLineParser.Test
 
Field Summary
 
Fields inherited from class util.DataFileReader
DEFSPLITSIGMA, FOOT, MAP, nf, out, USE
 
Constructor Summary
DataFileReader.Ascii()
           
 
Method Summary
static void main(String[] arg)
          Parses the command line and prints output to standard out.
protected  boolean processSingleData(VectorG[] workon)
          No action, in principle we should not end up here, as -d is 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.PropertyParser
parseMap, parseMap, parseProperties, parseProperties, parseProperties
 
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
 

Constructor Detail

DataFileReader.Ascii

public DataFileReader.Ascii()
Method Detail

processSingleData

protected boolean processSingleData(VectorG[] workon)
No action, in principle we should not end up here, as -d is set.

Specified by:
processSingleData in class DataFileReader
Returns:
True if processing was successful.

main

public static void main(String[] arg)
                 throws ParseException,
                        IOException
Parses the command line and prints output to standard out.

Throws:
ParseException
IOException