Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 661 Bytes

File metadata and controls

22 lines (15 loc) · 661 Bytes

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)