Python package for working with XDF files
pyXDF is a Python importer for XDF files. This package contains the examples (pyxdf.cli). These can be run from the command line for basic functionality. • print_metadata will enable a DEBUG logger to log read messages, then it will print basic metadata about each found stream. ◦ python3 -m pyxdf.cli.print_metadata -f=/path/to/my.xdf • playback_lsl will open an XDF file then replay its data in an infinite loop, but using current timestamps. This is useful for prototyping online processing. ◦ python3 -m pyxdf.cli.playback_lsl /path/to/my.xdf
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.17.0-1.fc42 | - |
Fedora 42 | 1.17.0-1.fc42 | - |
Fedora 41 | 1.16.8-1.fc41 | - |
Fedora 40 | 1.16.8-1.fc40 | - |
Fedora EPEL 9 | 1.16.8-1.el9 | - |
You can contact the maintainers of this package via email at
python-pyxdf dash maintainers at fedoraproject dot org
.