Skip to content

NathanKlineInstitute/Reading_XDF_files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Reading_XDF_files

CheckXDFAlignment.py

Packages needed to run this script

  1. pyxdf
  2. matplotlib

Running Script

Add full path to xdf file in the script

pathToFile = '/path/to/file.xdf.gz'

Change how much of the stream is plotted. By default, only the first point is plotted. For full stream, delete the 1.

plt.plot(x[:1], y[:1])

About

repo for easily loading xdf files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages