Getting Started
Getting Started with hdsemg-shared¶
This guide walks you through the first steps of using the hdsemg-shared application to inspect and clean your high-density surface EMG (HD-sEMG) data.
1. Launching the Application¶
After completing the installation, start the application with the following command:
python main.py
This will open the application window and display the dashboard interface.
2. Loading Data¶
To load HD-sEMG data into the application:
-
Open the file explorer: Go to File → Open… or press
Ctrl + O
. -
Choose a supported file: The application supports the following formats:
-
.mat
.otb+
.otb4
-
.otb
-
The application will attempt to auto-detect the grid configuration. If this fails, you’ll be prompted to configure the layout manually.
-
Once the file is recognized, a Grid and Orientation Selection dialog will appear:
-
Select the appropriate grid (if multiple are detected).
- Choose the fiber orientation (whether rows or columns are aligned with the muscle fibers). If you're unsure, you can evaluate the orientation later by observing propagation patterns in the Signal Overview Plot and adjust it if needed.
- After confirming grid and orientation, the main dashboard will be displayed.
You can now navigate the grid using the bottom navigation buttons or your keyboard’s left/right arrow keys.
For a detailed overview of the dashboard features, see the Dashboard Guide.