diff --git a/paper/paper.md b/paper/paper.md index 1e533c6..94a8147 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -35,7 +35,7 @@ affiliations: index: 1 - name: Max Planck Institute for Human Development, Berlin, Germany index: 2 - - name: Department of Cognitive Science, Johns Hopkins University, Baltimore, USA + - name: Department of Cognitive Science, Johns Hopkins University, Baltimore, United States of America index: 3 - name: Inria, CEA, Université Paris-Saclay, Palaiseau, France index: 4 @@ -80,6 +80,8 @@ Here is an example showcasing how to use MNE-RSA to perform an RSA analysis betw The RSA is performed using a searchlight across the cortical surface and a sliding window across time. The result is shown in \autoref{fig:rsa-result}. +\newpage + ```python import os @@ -135,7 +137,7 @@ stc_rsa.plot( ## Performance Performing RSA in a searchlight pattern will produce tens of thousands of RDMs that can take up multiple gigabytes of space. -For memory efficiency, RDMs are never kept in memory longer than they need to be, hence the useage of Python generators. +For memory efficiency, RDMs are never kept in memory longer than they need to be, hence the usage of Python generators. It is almost always easier to re-compute RDMs than it is to write them to disk and later read them back in. The computation of RDMs is parallelized across CPU cores.