Skip to content

mottenhoff/xdf_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

xdf_reader

Load and read .xdf file generated by LSL
Simple wrapper of pyxdf

Install:

pip install pyxdf
download read_xdf.py

tested on Python=3.9.2 and pyxdf=1.16.3

Usage:

Clone repository to folders
from read_xdf import read_xdf
results, raw_data = read_xdf(path_to_xdf_file)

Returns:

results: dict of information with stream_names as keys.
raw : The raw data returned by pyxdf.
(Incase the information you are looking for is not included in data)

About

Load and read .xdf files generated by LabStreamingLayer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages