| 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 |
- Update to 1.16.8 upstream release - Resolves: rhbz#2298637
- Update to 1.16.7 (close RHBZ#2298482)
- Assert that %pyproject_files contains a license file
- Update to 1.16.6 upstream release - Resolves: rhbz#2275890 - Splits the examples into a separate subpackage
- Fix reading numeric array data on big-endian hosts - Build on all architectures (arched base package) to help detect any future endian-related regressions
- Update to 1.16.5 (close RHBZ#2258032)
- Initial package (close RHBZ#2196859)