Uses of Class
adams.data.io.input.AbstractTimeseriesReader
-
Packages that use AbstractTimeseriesReader Package Description adams.data.io.input -
-
Uses of AbstractTimeseriesReader in adams.data.io.input
Subclasses of AbstractTimeseriesReader in adams.data.io.input Modifier and Type Class Description class
SimpleTimeseriesReader
Reader for the simple timeseries data format, CSV-like with preceding comments.class
SpreadSheetTimeseriesReader
Reads timeseries containers from columns of a spreadsheet.
A new container is started, whenever the value of the ID column changes (hence you need to ensure that the data is ordered on this column).
However, it is not required to have an ID column present.
-