Skip to content

Commit a69cecf

Browse files
committed
fix: correct typos in documentation across multiple files
1 parent fc97a3f commit a69cecf

6 files changed

Lines changed: 17 additions & 17 deletions

File tree

docs/debi/data-processing/1_1_et_QAQC_of_mreye_data.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ filtered_coor_data_LIBRE, Preserve_mask, Discard_mask = filter_XY_coord(coor_dat
951951
398.6000061]
952952
Y_coord [ nan nan nan ... 302.1000061 301.79998779
953953
300.1000061 ]
954-
After cleaning nan, eminating data affected by blinking, and preserving the fixation
954+
After cleaning nan, eliminating data affected by blinking, and preserving the fixation
955955
The length of X coordinate data: 374558
956956
The length of Y coordinate data: 374558
957957

@@ -999,7 +999,7 @@ filtered_coor_data_LIBRE, Preserve_mask, Discard_mask = filter_XY_coord(coor_dat
999999
398.6000061]
10001000
Y_coord [ nan nan nan ... 302.1000061 301.79998779
10011001
300.1000061 ]
1002-
After cleaning nan, eminating data affected by blinking, and preserving the fixation
1002+
After cleaning nan, eliminating data affected by blinking, and preserving the fixation
10031003
The length of X coordinate data: 374558
10041004
The length of Y coordinate data: 374558
10051005

@@ -1042,7 +1042,7 @@ filtered_coor_data_LIBRE, Preserve_mask, Discard_mask = filter_XY_coord(coor_dat
10421042
398.6000061]
10431043
Y_coord [ nan nan nan ... 302.1000061 301.79998779
10441044
300.1000061 ]
1045-
After cleaning nan, eminating data affected by blinking, and preserving the fixation
1045+
After cleaning nan, eliminating data affected by blinking, and preserving the fixation
10461046
The length of X coordinate data: 374558
10471047
The length of Y coordinate data: 374558
10481048

@@ -1320,7 +1320,7 @@ def cal_event_stat(event_duration):
13201320

13211321
return event_stat_dict
13221322

1323-
def voilinplot(subject_event_dict, event,color='skyblue'):
1323+
def violinplot(subject_event_dict, event,color='skyblue'):
13241324
sub_num = len(subject_event_dict)
13251325
event_duration_list=[]
13261326
for idx in range(sub_num):
@@ -1403,9 +1403,9 @@ A violin plot combines the features of a box plot and a density plot, making it
14031403

14041404

14051405
```python
1406-
voilinplot(subject_event_dict, event='blink', color='skyblue')
1407-
voilinplot(subject_event_dict, event='saccade',color='coral')
1408-
voilinplot(subject_event_dict, event='fixation',color='teal')
1406+
violinplot(subject_event_dict, event='blink', color='skyblue')
1407+
violinplot(subject_event_dict, event='saccade',color='coral')
1408+
violinplot(subject_event_dict, event='fixation',color='teal')
14091409
```
14101410

14111411

docs/debi/data-processing/2_MRI_post_processing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The scripts about how to use mitosius please refer to the [Monalisa document](ht
118118

119119
### Recon function
120120

121-
In our reconstruction, we utilize `Steva` function for Single-frame Least-square Regularized Reconstruction, where reularizaiton is the l1-norm of spatial gradient of the image.
121+
In our reconstruction, we utilize `Steva` function for Single-frame Least-square Regularized Reconstruction, where regularization is the l1-norm of spatial gradient of the image.
122122
The reconstructed results are in the format of `**.mat`.
123123
You can find more details in the [Monalisa document](https://mattechlab.github.io/monalisa/2-2_reconstruction_calls.html#steva).
124124

docs/flexyphy/data-collection/data-collection_flexyphy_protocol.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The acquisition of N=10 subjects was be collected in compliance with the ethical
99

1010
## Overall experimental setting
1111

12-
The goal of this setting is to compare several trajectories (3 trajectories: the standard phyllotaxis, uniform phillotaxis, and flexiphy) on two different acquisition sequences associated to two different visual tasks: a GRE sequence with central fixation task and a LIBRE sequence with a moving dot task.
12+
The goal of this setting is to compare several trajectories (3 trajectories: the standard phyllotaxis, uniform phyllotaxis, and flexiphy) on two different acquisition sequences associated to two different visual tasks: a GRE sequence with central fixation task and a LIBRE sequence with a moving dot task.
1313

1414
The goal is to obtain anatomical T1w MRI scan with synchronized eye tracking recording (the right eye gaze trajectories and eye movement events including blinking, saccades and fixation).
1515

@@ -91,7 +91,7 @@ Ensure the projector beam is directed into the scanner room.
9191
- Plug the other end of the cable into the SyncBox.
9292
![rj45-2](../../assets/debi_protocol/selected/6-e2-rj45-plugged.png){: style="width: 80%;display: block; margin: 0 auto;"}
9393
- Turn on the SyncBox
94-
- Check syncrohonization
94+
- Check synchronization
9595
- [ ] Enter the <span class="syncbox">Synchronization</span> mode by selecting it and pushing the enter button :fontawesome-solid-circle:{ .bluecolor }.
9696
- [ ] Hit the down arrow button :fontawesome-solid-caret-down:{ .bluecolor } until you find <span class="syncbox">Send triggerpulse to PC</span>
9797
- [ ] Push the enter button :fontawesome-solid-circle:{ .bluecolor } every time you want to send an <span class="keypress">s</span> character.
@@ -186,7 +186,7 @@ Ensure the projector beam is directed into the scanner room.
186186

187187
!!! danger "Go through the Information to the participant section."
188188
- Sign the ICF and go through the experimental instructions one more time.
189-
- Make sure any metallic object (necklace, earring, piercing, elements in the pockts, e.g coins, etc) is correctly removed before entering the scanner room. Sometimes, boots and bras have metallic parts too.
189+
- Make sure any metallic object (necklace, earring, piercing, elements in the pockets, e.g coins, etc) is correctly removed before entering the scanner room. Sometimes, boots and bras have metallic parts too.
190190

191191
##### Place the subject on the bed
192192

docs/general/emergency-procedures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
At any moment, you may determine that the participant will require medical attention:
7676

77-
- The participant's health has been threatened or is actively at risk (e.g., elevated heart frequency, lack of pulse, respiratory issues, unconsciousness, dizzyness, unsteadyness, etc.)
77+
- The participant's health has been threatened or is actively at risk (e.g., elevated heart frequency, lack of pulse, respiratory issues, unconsciousness, dizziness, unsteadiness, etc.)
7878
- The participant is unresponsive
7979
- The participant reports feeling unwell and needs attention
8080
- You think they may need medical attention but you are unsure.

docs/general/et-related/et_software_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1 EyeLink Installation
44

5-
- The EyeLink MUST be installed before PyEDFRead and Pychopy.
5+
- The EyeLink MUST be installed before PyEDFRead and PsychoPy.
66
- Register a new account for downloading the EyeLink Developers Kits. [Link for installation](https://www.sr-research.com/support/forumdisplay.php?fid=3).
77
- The activation of the new account might take up for 24 hours.
88
- Install the EyeLink Developer Kit and EyeLink Data Viewer following the instructions.

docs/general/notes-scanning.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
- [ ] Drag and drop the protocol's stack icon (🗇) corresponding to the `anat-T1w__mprage` sequence into the image viewer.
5454
The icon will appear AFTER the image has been acquired.
5555

56-
- [ ] Make sure that the FOV (yellow square) includes the whole brain by tilting or translating the FOV. If the full brain, including the cerebellum, do not fit in the FOV, favorise making sure that the cortex is fully enclosed in the yellow square. For reproducibility, it is better if the FOV across sequences have a similar center and a similar tilt. However, if it is not possible, the priority remains to include the whole brain in the FOV.
56+
- [ ] Make sure that the FOV (yellow square) includes the whole brain by tilting or translating the FOV. If the full brain, including the cerebellum, do not fit in the FOV, prioritize making sure that the cortex is fully enclosed in the yellow square. For reproducibility, it is better if the FOV across sequences have a similar center and a similar tilt. However, if it is not possible, the priority remains to include the whole brain in the FOV.
5757
- [ ] If two sequences have the same resolution and the same number of slices, you can copy paste the FOV
5858
- [ ] Open the sequence for which you want to adjust the FOV/geometry
5959
- [ ] Right click on the sequence for which the FOV has already been carefully positioned
@@ -112,7 +112,7 @@
112112
- [ ] Once finished, click on the floppy disk icon (:fontawesome-solid-floppy-disk:) in the upper left to save.
113113
- [ ] Give the protocol a relevant name starting with the date of acquisition in the format YYYYMMDD and click <span class="consolebutton">Save</span>.
114114
![](../assets/general/notes-scanning/save_protocol6.jpg)
115-
- [ ] If desired, the protocol details can also be downloaded as a pdf on a peripherical USB key.
115+
- [ ] If desired, the protocol details can also be downloaded as a pdf on a peripheral USB key.
116116
- [ ] Right-click on the protocol and select *Print*
117117
- [ ] Save the PDF in your USB key.
118118
- [ ] Make sure you save a different protocol for each of the four PE directions (i.e., AP, PA, LR, RL).
@@ -135,7 +135,7 @@
135135
- [ ] Turn off the satellite station ({{ secrets.hosts.console_left | default("███") }}, the computer on the left side of the control desk)
136136
- [ ] Turn off the control station ({{ secrets.hosts.console_right | default("███") }}, the computer on the right side of the control desk)
137137
- [ ] Wait for both computers to shut down.
138-
- [ ] Push the blue button displaying an overdotted circle and the **SYSTEM OFF** label above, which is found right above the key
138+
- [ ] Push the blue button displaying an over-dotted circle and the **SYSTEM OFF** label above, which is found right above the key
139139
- [ ] Turn the key into the *closed lock* position (:fontawesome-solid-lock:)
140140

141141
---
@@ -208,7 +208,7 @@ There are two options to extract the participant, when the session has concluded
208208

209209
| ![take_table_down](../assets/general/notes-scanning/take_table_down.png) | ![quick_return](../assets/general/notes-scanning/quick_return.png) |
210210
|:--:|:--:|
211-
| *The participant can be extracted by pressing the extraction button (bottom arrow in the leftmost picture) and then genly rolling the central knob. Alternatively, you can just press the* Home :fontawesome-solid-house: *button (rightmost picture).* {: colspan=2} |
211+
| *The participant can be extracted by pressing the extraction button (bottom arrow in the leftmost picture) and then gently rolling the central knob. Alternatively, you can just press the* Home :fontawesome-solid-house: *button (rightmost picture).* {: colspan=2} |
212212

213213

214214
---

0 commit comments

Comments
 (0)