.gitignore
LICENSE
README.md
config.txt
pyproject.toml
.github/copilot-instructions.md
.github/workflows/publish.yml
.github/workflows/test.yml
.github/workflows/test_release.yml
docs/source/conf.py
docs/source/index.rst
docs/source/modules.rst
docs/source/pyoephys.applications.rst
docs/source/pyoephys.interface.rst
docs/source/pyoephys.io.rst
docs/source/pyoephys.ml.rst
docs/source/pyoephys.processing.rst
docs/source/pyoephys.rst
examples/analysis/run_channel_qc.py
examples/applications/csv_plotter_gui.py
examples/applications/run_emg_viewer.py
examples/benchmarks/bench_open_ephys_zmq.py
examples/gesture_classifier/.gesture_config.example
examples/gesture_classifier/1_build_dataset.py
examples/gesture_classifier/2_train_model.py
examples/gesture_classifier/3_predict_realtime.py
examples/gesture_classifier/predict.py
examples/interface/hardware/rms_to_pico_serial_binary.py
examples/interface/hardware/transports.py
examples/interface/imu/client.py
examples/interface/imu/oe_plus_imu_monitor.py
examples/interface/imu/record_emg_imu.py
examples/interface/imu/sleeveimu.py
examples/interface/lsl/lsl_cosine_2channel.py
examples/interface/lsl/lsl_emg_to_servo.py
examples/interface/lsl/lsl_stacked_plot.py
examples/interface/lsl/lsl_viewer.py
examples/interface/lsl/lsl_viewer_subplots.py
examples/interface/lsl/oebin_play_and_capture.py
examples/interface/zmq/emg_to_servo_demo.py
examples/interface/zmq/example_emg_rms_barplot.py
examples/interface/zmq/example_get_samples.py
examples/interface/zmq/example_realtime_stream.py
examples/interface/zmq/oebin_zmq_correlation.py
examples/interface/zmq/oebin_zmq_stich_correlation.py
examples/interface/zmq/playback_to_npz.py
examples/interface/zmq/plot_process_zmq.py
examples/interface/zmq/rms_bar.py
examples/interface/zmq/run_simple_plotter.py
examples/interface/zmq/simple_plotter_zmq.py
examples/interface/zmq/zmq_client.py
examples/interface/zmq/zmq_rms_to_pico.py
examples/interface/zmq/zmq_stacked_plot.py
examples/read_files/example_load_oebin_file.py
examples/read_files/example_oebin_playback.py
examples/synchronization/sync_multimodal_data.py
examples/synchronization/udp_landmark_logger.py
src/pyoephys/__init__.py
src/pyoephys/_optional.py
src/pyoephys/_version.py
src/pyoephys/logging.py
src/pyoephys/applications/__init__.py
src/pyoephys/applications/_emg_trial_selector.py
src/pyoephys/applications/_emg_viewer.py
src/pyoephys/applications/_realtime_viewer.py
src/pyoephys/applications/lsl2npz.py
src/pyoephys/interface/__init__.py
src/pyoephys/interface/_device.py
src/pyoephys/interface/_gui_client.py
src/pyoephys/interface/_gui_events.py
src/pyoephys/interface/_lsl_client.py
src/pyoephys/interface/_playback_client.py
src/pyoephys/interface/_zmq_client.py
src/pyoephys/interface/base.py
src/pyoephys/io/__init__.py
src/pyoephys/io/_config_utils.py
src/pyoephys/io/_dataset_utils.py
src/pyoephys/io/_examples.py
src/pyoephys/io/_file_utils.py
src/pyoephys/io/_grid_utils.py
src/pyoephys/io/_npz_utils.py
src/pyoephys/io/_recording_utils.py
src/pyoephys/io/_session_loader.py
src/pyoephys/io/_utilities.py
src/pyoephys/ml/__init__.py
src/pyoephys/ml/_evaluation.py
src/pyoephys/ml/_model_manager.py
src/pyoephys/ml/_models.py
src/pyoephys/plotting/__init__.py
src/pyoephys/plotting/_stacked_plot.py
src/pyoephys/processing/__init__.py
src/pyoephys/processing/_channel_qc.py
src/pyoephys/processing/_data_processing.py
src/pyoephys/processing/_features.py
src/pyoephys/processing/_fill.py
src/pyoephys/processing/_filters.py
src/pyoephys/processing/_imu_features.py
src/pyoephys/processing/_metrics_utils.py
src/pyoephys/processing/_preprocessing.py
src/pyoephys/processing/_realtime_filter.py
src/pyoephys/processing/_sync.py
src/pyoephys/processing/_temporal_filters.py
src/pyoephys/processing/_transformations.py
src/python_oephys.egg-info/PKG-INFO
src/python_oephys.egg-info/SOURCES.txt
src/python_oephys.egg-info/dependency_links.txt
src/python_oephys.egg-info/entry_points.txt
src/python_oephys.egg-info/requires.txt
src/python_oephys.egg-info/top_level.txt
tests/test_imports.py
tests/test_io_basic.py
tests/test_ml.py