Download filetypes
- csv (comma separated values) is a text format best suited for spreadsheets such as Microsoft Excel and Google Sheets.
- mat is the data storage format for Mathworks Matlab.
- json (javascript object notation) format can be read by most programming languages.
- log is a simple tab-delimited text file that stores events.
The tables below show which combinations of structure and filetype are currently supported. If you need something else, please get in touch.
Tree | Events | Table | Metadata | Matrix | |
---|---|---|---|---|---|
json | ✓ | - | ✓ | - | - |
csv | - | - | ✓ | ✓ | - |
mat | - | - | - | - | ✓ |
log | - | ✓ | - | - | - |