Update README.md
This commit is contained in:
parent
830238fa4c
commit
2145a7300e
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@ The software forms a connection with Brain Products systems via the Remote Data
|
||||||
## Commencing with EStiMo
|
## Commencing with EStiMo
|
||||||
To start the EStiMo program, simply execute the EStiMo_GUI.py file using Python 3. This can be accomplished through an Integrated Development Environment (IDE) such as Spyder or a console. Upon execution, the initial settings window will appear. These settings can be manually altered, or a configuration file (a txt file with a specific structure) could be imported instead. The montage can be adjusted by importing a csv file containing a matrix of size (n_channels, n_channels).
|
To start the EStiMo program, simply execute the EStiMo_GUI.py file using Python 3. This can be accomplished through an Integrated Development Environment (IDE) such as Spyder or a console. Upon execution, the initial settings window will appear. These settings can be manually altered, or a configuration file (a txt file with a specific structure) could be imported instead. The montage can be adjusted by importing a csv file containing a matrix of size (n_channels, n_channels).
|
||||||
On the right side of the interface, the channels are displayed. Their positions correspond to the actual positions on the cap, guided by the file indicated at the top of the screen. This layout can be changed if needed. It should be noted that when changing, two files must be selected: one depicting the original cap layout, and the other containing only the channels used for feature computation. If all channels are needed, the same file can be loaded twice.
|
On the right side of the interface, the channels are displayed. Their positions correspond to the actual positions on the cap, guided by the file indicated at the top of the screen. This layout can be changed if needed. It should be noted that when changing, two files must be selected: one depicting the original cap layout, and the other containing only the channels used for feature computation. If all channels are needed, the same file can be loaded twice.
|
||||||
✅ Example: From 10-10 EEG montage, only 12 channels are used. In that case, as a first file the whole 10-10 montage should be loaded, and as a second a file containing only chosen 12 electrodes.
|
|
||||||
|
✅ **Example**: From 10-10 EEG montage, only 12 channels are used. In that case, as a first file the whole 10-10 montage should be loaded, and as a second a file containing only chosen 12 electrodes.
|
||||||
|
|
||||||
Then, channels can be manually selected or deselected to include or exclude them from the feature extraction process. Selected channels are highlighted in blue. The left side of the interface offers adjustable settings and options. At the top of the window, the "Features and connection" bar can be selected, offering a choice of features for the connection setup. Once the settings are appropriately adjusted, the "Run program" button can be clicked to start the software.
|
Then, channels can be manually selected or deselected to include or exclude them from the feature extraction process. Selected channels are highlighted in blue. The left side of the interface offers adjustable settings and options. At the top of the window, the "Features and connection" bar can be selected, offering a choice of features for the connection setup. Once the settings are appropriately adjusted, the "Run program" button can be clicked to start the software.
|
||||||
|
|
||||||
## Calibration
|
## Calibration
|
||||||
|
|
Loading…
Reference in a new issue