yannbouteiller commited on
Commit
e6d2697
·
1 Parent(s): 0710306
Files changed (1) hide show
  1. README.md +16 -23
README.md CHANGED
@@ -37,28 +37,22 @@ The GUI now looks like this:
37
 
38
  ![gui](figures/gui.png)
39
 
40
- The `Channels` pannel enables you to configure each electrode:
41
- - `disabled`: the electrode is not used
42
- - `simple`: the electrode is simply used to measure signal (not recommended)
43
- - `bias in`: the electrode is used to measure signal and to compute a bias ("ground") signal
44
- - `bias out`: the electrode is used to output the bias ("ground") signal
45
-
46
- Use the `Freq` widget to enter your desired sampling rate.
47
-
48
- Use the `Time` widget to enter a maximum duration for the experiment (you can also stop the experiment manually).
49
-
50
- Use the `Recording` widget to enter the name of a `.edf` output file if you wish to record the signal
51
-
52
- If you tick the `Record` checkbox, the signal will be recorded in this file.
53
-
54
- If you tick the `Display` checkbox, the signal will be displayed for the duration of the whole experiment.
55
-
56
- The `Clock` widget lets you select the sampling method:
57
- - `Coral` sets the `ADS1299` sampling rate to twice your target, and uses the Coral RT clock to sample at your target.
58
- - `ADS` sets the `ADS1299` sampling rate to the closest compatible to your target and uses the ADS interrupts to sample.
59
-
60
- Finally, the `Capture` widget lets you start and stop the experiment at any point in time.
61
- Note that one the experiment is started, all widgets are deactivated until you stop the experiment.
62
 
63
  ## Installation:
64
 
@@ -113,4 +107,3 @@ WantedBy=multi-user.target
113
  - Execute `sudo systemctl daemon-reload`
114
  - Execute `sudo systemctl start notebook.service`
115
  - Check that your service is up and running: `sudo systemctl status notebook.service`
116
-
 
37
 
38
  ![gui](figures/gui.png)
39
 
40
+ - The `Channels` pannel enables you to configure each electrode:
41
+ - `disabled`: the electrode is not used
42
+ - `simple`: the electrode is simply used to measure signal (not recommended)
43
+ - `bias in`: the electrode is used to measure signal and to compute a bias ("ground") signal
44
+ - `bias out`: the electrode is used to output the bias ("ground") signal
45
+ - Use the `Freq` widget to enter your desired sampling rate
46
+ - Use the `Time` widget to enter a maximum duration for the experiment (you can also stop the experiment manually)
47
+ - Use the `Recording` widget to enter the name of a `.edf` output file if you wish to record the signal
48
+ - If you tick the `Record` checkbox, the signal will be recorded in this file
49
+ - If you tick the `Display` checkbox, the signal will be displayed for the duration of the whole experiment
50
+ - The `Clock` widget lets you select the sampling method:
51
+ - `Coral` sets the `ADS1299` sampling rate to twice your target, and uses the Coral RT clock to sample at your target
52
+ - `ADS` sets the `ADS1299` sampling rate to the closest compatible to your target and uses the ADS interrupts to sample
53
+ - Finally, the `Capture` widget lets you start and stop the experiment at any point in time
54
+
55
+ _Note: once the experiment is started, all widgets are deactivated until you stop the experiment._
 
 
 
 
 
 
56
 
57
  ## Installation:
58
 
 
107
  - Execute `sudo systemctl daemon-reload`
108
  - Execute `sudo systemctl start notebook.service`
109
  - Check that your service is up and running: `sudo systemctl status notebook.service`