Description: | pyXDF is a Python importer for XDF files.
This package contains the examples (pyxdf.examples). 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.examples.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.examples.playback_lsl /path/to/my.xdf |