The TXT-ASCII File Format
This component implements a simple frame by frame based ASCII File
format for simple exchange timeseries data e.g. with Matlab scripts or
excel tables. Each line of the file contains the data for one frame of
data. The use is recommended only for test purposes.
Limitations
The TXT-ASCII file format has different limitations:
- The files have no header which specify which data is saved in
- Only timeseries all with same length are saved.
- The resolution of the numbers is insufficient defineable.
This can result in ilusive bugs.
- It is time consuming to read only a subset of timeseries.
- It is not possible to save data from more than one trial,
e.g. data of a complete session.
Alle of these limitations are overruled by the Nimues default open and
flexible .d3d file format.
Conventions
mime type: text/x-txt
default file suffix: .txt
General
Example file fragment
0.000000;-0.095669;0.309463;9.853709;0.008255;-0.008438;-0.011127;0.069050
0.008333;-0.099355;0.309605;9.862568;0.007578;0.000852;-0.013328;0.073747;
0.016667;-0.097535;0.309529;9.859025;-0.002978;-0.007112;-0.011350;0.066231;
0.025000;-0.096167;0.309354;9.873200;0.003265;-0.001817;-0.010090;0.070929;
0.033333;-0.098033;0.309420;9.878516;0.001599;-0.013137;-0.010671;0.071868;
...
Comments