CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/Makefile
docs/make.bat
docs/figs/logo.png
docs/source/conf.py
docs/source/index.rst
docs/source/examples/file_loading.rst
docs/source/examples/gesture_classification.rst
docs/source/examples/gui_applications.rst
docs/source/examples/hardware_control.rst
docs/source/examples/introduction.rst
docs/source/examples/live_plotting.rst
docs/source/examples/live_plotting_demo.gif
docs/source/examples/loading_data.rst
docs/source/examples/lsl_streaming.rst
docs/source/examples/realtime_predict.rst
docs/source/examples/stream_vs_file.rst
docs/source/info/advanced.rst
docs/source/info/applications.rst
docs/source/info/faqs.rst
docs/source/info/index.rst
docs/source/info/installation.rst
docs/source/info/load_files.rst
docs/source/info/plotting.rst
docs/source/info/rhx_device.rst
docs/source/info/signal_processing.rst
docs/source/intan_api/intan.applications.rst
docs/source/intan_api/intan.decomposition.rst
docs/source/intan_api/intan.interface.rst
docs/source/intan_api/intan.io.rst
docs/source/intan_api/intan.ml.rst
docs/source/intan_api/intan.plotting.rst
docs/source/intan_api/intan.processing.rst
docs/source/intan_api/intan.rst
docs/source/intan_api/intan.samples.rst
docs/source/intan_api/modules.rst
examples/3D_printed_arm_control/README.md
examples/3D_printed_arm_control/code.py
examples/3D_printed_arm_control/pico_tests/pico_servo_sweep.py
examples/3D_printed_arm_control/pico_tests/test_RHD2164_SPI.py
examples/3D_printed_arm_control/pico_tests/test_pico_server.py
examples/LSL/README.md
examples/LSL/lsl_marker_sub.py
examples/LSL/lsl_rms_barplot.py
examples/LSL/lsl_stacked_plot.py
examples/LSL/lsl_waveform_viewer.py
examples/RHD2164_wireless/code.py
examples/RHXDevice/README.md
examples/RHXDevice/compare_rhd_vs_stream.py
examples/RHXDevice/multichannel_stream_plot.py
examples/RHXDevice/record_demo.py
examples/RHXDevice/scrolling_live.py
examples/RHXDevice/tcp_benchmark.py
examples/Read_Files/README.md
examples/Read_Files/load_csv_demo.py
examples/Read_Files/load_dat_demo.py
examples/Read_Files/load_rhd_demo.py
examples/Read_Files/parse_dat_data.py
examples/Read_Files/parse_rhd_data.py
examples/Read_Files/segment_emg_from_events.py
examples/applications/README.md
examples/applications/dataset_builder_gui.py
examples/applications/emg_file_viewer.py
examples/applications/emg_file_viewer_clean.py
examples/applications/emg_file_viewer_popup.py
examples/applications/gesture_pipeline_gui.py
examples/applications/gesture_pipeline_profile.json
examples/applications/run_emg_viewer.py
examples/applications/run_trial_selector.py
examples/exo_classifier/1_build_training_dataset.py
examples/exo_classifier/2_train_model.py
examples/exo_classifier/3_predict_realtime.py
examples/exo_classifier/README_PAPER_REPLICATION.md
examples/exo_classifier/channel_quality_helpers.py
examples/exo_classifier/test_emg_strips.py
examples/finger_kinematics/.kinematics_config.example
examples/finger_kinematics/1_synchronize_emg_video.py
examples/finger_kinematics/2_extract_joint_angles.py
examples/finger_kinematics/3_calibrate_and_normalize.py
examples/finger_kinematics/4_build_dataset.py
examples/finger_kinematics/5_train_model.py
examples/finger_kinematics/6_predict.py
examples/finger_kinematics/7_analyze_predictions.py
examples/finger_kinematics/8_render_prediction_video.py
examples/finger_kinematics/CALIBRATION.md
examples/finger_kinematics/README.md
examples/finger_kinematics/SYNCHRONIZATION.md
examples/finger_kinematics/WORKFLOW.md
examples/finger_kinematics/sync_test.json
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.py
examples/gesture_classifier/README.md
examples/intan_tcp/RHXReadWaveformData.py
examples/intan_tcp/RHXRunAndStimulateDemo.py
examples/intan_tcp/RHXSaveToDiskPythonDemo.py
examples/interface/README.md
examples/interface/pico_imu_client.py
examples/interface/rhx_connect_to_device.py
examples/interface/rhx_emg_and_imu.py
examples/interface/pico/code.py
examples/synchronization/README.md
examples/synchronization/sync_emg_video_demo.py
intan/__init__.py
intan/_cli.py
intan/applications/__init__.py
intan/applications/_emg_trial_selector.py
intan/applications/_emg_viewer.py
intan/applications/_launcher.py
intan/decomposition/__init__.py
intan/decomposition/_cfica.py
intan/decomposition/_pca.py
intan/interface/__init__.py
intan/interface/_device_utils.py
intan/interface/_lsl_client.py
intan/interface/_lsl_options.py
intan/interface/_lsl_publisher.py
intan/interface/_lsl_subscriber.py
intan/interface/_messaging.py
intan/interface/_pico.py
intan/interface/_playback_options.py
intan/interface/_rhx_config.py
intan/interface/_rhx_device.py
intan/io/__init__.py
intan/io/_canonicalizer.py
intan/io/_config_utils.py
intan/io/_csv_utils.py
intan/io/_dataset_utils.py
intan/io/_exceptions.py
intan/io/_file_utils.py
intan/io/_grid_utils.py
intan/io/_io_optimized.py
intan/io/_npz_utils.py
intan/io/_rhd_block_parser.py
intan/io/_rhd_channel_utils.py
intan/io/_rhd_header_parsing.py
intan/io/_rhd_loader.py
intan/io/_utilities.py
intan/ml/__init__.py
intan/ml/_evaluation.py
intan/ml/_ml_utilities.py
intan/ml/_model_manager.py
intan/ml/_models.py
intan/ml/_prediction_modes.py
intan/ml/_prediction_utils.py
intan/plotting/__init__.py
intan/plotting/_realtime_plotter.py
intan/plotting/_stacked_plot.py
intan/plotting/_waterfall.py
intan/processing/__init__.py
intan/processing/_channel_qc.py
intan/processing/_data_processing.py
intan/processing/_features.py
intan/processing/_fill.py
intan/processing/_filters.py
intan/processing/_imu_features.py
intan/processing/_metrics_utils.py
intan/processing/_preprocessing.py
intan/processing/_realtime_filter.py
intan/processing/_sync.py
intan/processing/_temporal_filters.py
intan/processing/_transformations.py
intan/samples/__init__.py
intan/samples/_find_file.py
intan/ui/__init__.py
intan/ui/_helpers.py
python_intan.egg-info/PKG-INFO
python_intan.egg-info/SOURCES.txt
python_intan.egg-info/dependency_links.txt
python_intan.egg-info/entry_points.txt
python_intan.egg-info/requires.txt
python_intan.egg-info/top_level.txt
tests/test_release_readiness.py