[ol9_developer_EPEL] python3-pyxdf-examples-1.16.8-1.el9.noarch

Name:python3-pyxdf-examples
Version:1.16.8
Release:1.el9
Architecture:noarch
Group:Unspecified
Size:18090
License:BSD-2-Clause
RPM: python3-pyxdf-examples-1.16.8-1.el9.noarch.rpm
Source RPM: python-pyxdf-1.16.8-1.el9.src.rpm
Build Date:Sat Jul 27 2024
Build Host:build-ol9-x86_64.oracle.com
Vendor:Oracle America
URL:https://github.com/xdf-modules/pyxdf
Summary:Python package for working with XDF files
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

Related Packages (Show Changelog) (Show Filelist)