From f2a2396b0fd1a23f0d4d9bc902edef0d31d20220 Mon Sep 17 00:00:00 2001 From: Robert Oostenveld Date: Fri, 1 Mar 2024 12:31:42 +0100 Subject: [PATCH] fixed spelling --- assets/wordlist-ignore.txt | 6 ++++-- tutorial/coregistration_opm.md | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/assets/wordlist-ignore.txt b/assets/wordlist-ignore.txt index 495c1b366..5f7aa7e4b 100644 --- a/assets/wordlist-ignore.txt +++ b/assets/wordlist-ignore.txt @@ -386,6 +386,7 @@ Cz Czienskowski DAC DANDI +DBS DCBT DCC DCCN @@ -694,6 +695,7 @@ GND GPL GPUs GQ +GRK GSN GSR GZipBase @@ -742,7 +744,6 @@ Granger Gratton Grefkes Gregoriou -GRK Groesbeek Groppe Groupwise @@ -2113,6 +2114,7 @@ ZI Zebris Zeitler Zenodo +Zetter Zhang Zheng Zhou @@ -4304,8 +4306,8 @@ pixeldata placable placefield planarortho -plexon plexiglass +plexon plotly plottrl plusminus diff --git a/tutorial/coregistration_opm.md b/tutorial/coregistration_opm.md index 8525db1ae..3ab3222a6 100644 --- a/tutorial/coregistration_opm.md +++ b/tutorial/coregistration_opm.md @@ -423,7 +423,7 @@ Note that the HPI coils were placed on the CTF magnetic dipole phantom, which wa Note that if you are using 3D scanner based on an iPhone or iPad, such as the [Structure Sensor](https://structure.io), and if you have the OPMs in the same magnetically shielded room (MSR) as a SQUID MEG system, you will want to turn the iPhone or iPad to **airplane mode** prior to taking it into the MSR. Otherwise the electromagnetic fields of the cellular and/or wifi radio may cause problems with the SQUIDs. {% include markup/end %} -The procedure that we follow here is published in [Zetter et al. 2019](https://doi.org/10.1038/s41598-019-41763-4). An optical 3D scaner can be used to capture the participant's facial features combined with the OPM helmet. The face from the 3D scan can be coregistered with a 3D model of the face obtained from the individual's anatomical MRI. Similarly, the helmet from the 3D can be coregistered with a 3D model of the helmet. Thus, the optical 3D scan serves as an intermediary to link the face and anatomical MRI to the helmet and sensors. +The procedure that we follow here is published in [Zetter et al. 2019](https://doi.org/10.1038/s41598-019-41763-4). An optical 3D scanner can be used to capture the participant's facial features combined with the OPM helmet. The face from the 3D scan can be coregistered with a 3D model of the face obtained from the individual's anatomical MRI. Similarly, the helmet from the 3D can be coregistered with a 3D model of the helmet. Thus, the optical 3D scan serves as an intermediary to link the face and anatomical MRI to the helmet and sensors. The procedure for this consists of the following steps: @@ -436,7 +436,7 @@ The procedure for this consists of the following steps: ### Processing the optical 3D scan -We read in the model from the optical 3D scanner. The first step is to coergister the 3D scan with a coordinate system that has its axes pointing into more or less canonical directions (relative to the participant). In the next step we remove irrelevant parts of the image, such as the back of a chair. Then we separate the 'face' part from the 'helmet' part to facilitate their respective alignments. +We read in the model from the optical 3D scanner. The first step is to coregister the 3D scan with a coordinate system that has its axes pointing into more or less canonical directions (relative to the participant). In the next step we remove irrelevant parts of the image, such as the back of a chair. Then we separate the 'face' part from the 'helmet' part to facilitate their respective alignments. scan = ft_read_headshape('example3_face_helmet.obj'); scan.unit = 'm';