From 41ab2193c6904546e11961880c47d8cc36b7788a Mon Sep 17 00:00:00 2001 From: ljchang Date: Wed, 3 Apr 2024 20:29:02 +0000 Subject: [PATCH] deploy: 917e4d28a16d5ad68f3e9e7f791cc0012be4c4ff --- .../content/GLM_Single_Subject_Model.ipynb | 6 ++--- content/Download_Data.html | 2 +- content/GLM_Single_Subject_Model.html | 14 ++++------- content/Instructors.html | 2 +- content/Introduction_to_Discovery.html | 24 +++++++++---------- content/Introduction_to_Pandas.html | 2 +- content/Parcellations.html | 4 ++-- content/Preprocessing.html | 2 +- content/Syllabus.html | 8 +++---- content/Thresholding_Group_Analyses.html | 2 +- content/fmriprep_on_discovery.html | 6 ++--- content/intro.html | 2 +- searchindex.js | 2 +- 13 files changed, 34 insertions(+), 42 deletions(-) diff --git a/_sources/content/GLM_Single_Subject_Model.ipynb b/_sources/content/GLM_Single_Subject_Model.ipynb index 68d951e..30a4f9a 100644 --- a/_sources/content/GLM_Single_Subject_Model.ipynb +++ b/_sources/content/GLM_Single_Subject_Model.ipynb @@ -1112,13 +1112,11 @@ ] }, { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": {}, - "outputs": [], "source": [ "```{note}\n", - "Multicollineary as discussed above can lead to unstable estimates of the regression coefficients, particularly for the regressors of interest. Multicollinearity between covariates of no interest tends to be less of a problem because we generally are just interested in explaining noise in our model and are rarely interested in interpreting the individual covariate beta coefficients. However, in cases of extreme collinearity, the model may become rank deficient, which can lead to difficulty with even fitting the model. \n", + "As discussed above, multicollineary can lead to unstable estimates of the regression coefficients, which is particularly important to keep in mind for regressors of interest. Multicollinearity between covariates of no interest tends to be less of a problem because we generally are just interested in explaining noise in our model and are rarely interested in interpreting the individual covariate beta coefficients. However, in cases of extreme collinearity, the model may become rank deficient, which can lead to difficulty with even fitting the model. \n", "\n", "A simple fix to this problem is to use the `.clean()` method. This method will remove any columns that are perfectly collinear with other columns in the design matrix.\n", "```" diff --git a/content/Download_Data.html b/content/Download_Data.html index b0ef6d2..e11877c 100644 --- a/content/Download_Data.html +++ b/content/Download_Data.html @@ -740,7 +740,7 @@

Windows Path Separators

Download Data with DataLad#

-

The Pinel localizer dataset can be accessed at the following location https://gin.g-node.org/ljchang/Localizer/. To download the Localizer dataset run datalad install https://gin.g-node.org/ljchang/Localizer in a terminal in the location where you would like to install the dataset. Don’t forget to change the directory to a folder on your local computer. The full dataset is approximately 42gb.

+

The Pinel localizer dataset can be accessed at the following location https://gin.g-node.org/ljchang/Localizer/. To download the Localizer dataset run datalad install https://gin.g-node.org/ljchang/Localizer in a terminal in the location where you would like to install the dataset. Don’t forget to change the directory to a folder on your local computer. The full dataset is approximately 42gb.

You can run this from the notebook using the ! cell magic.

diff --git a/content/GLM_Single_Subject_Model.html b/content/GLM_Single_Subject_Model.html index d4b7dd1..1e559a4 100644 --- a/content/GLM_Single_Subject_Model.html +++ b/content/GLM_Single_Subject_Model.html @@ -1077,16 +1077,10 @@

Noise Covariates

-
-
-
```{note}
-Multicollineary as discussed above can lead to unstable estimates of the regression coefficients, particularly for the regressors of interest. Multicollinearity between covariates of no interest tends to be less of a problem because we generally are just interested in explaining noise in our model and are rarely interested in interpreting the individual covariate beta coefficients. However, in cases of extreme collinearity, the model may become rank deficient, which can lead to difficulty with even fitting the model. 
-
-A simple fix to this problem is to use the `.clean()` method. This method will remove any columns that are perfectly collinear with other columns in the design matrix.
-```
-
-
-
+
+

Note

+

As discussed above, multicollineary can lead to unstable estimates of the regression coefficients, which is particularly important to keep in mind for regressors of interest. Multicollinearity between covariates of no interest tends to be less of a problem because we generally are just interested in explaining noise in our model and are rarely interested in interpreting the individual covariate beta coefficients. However, in cases of extreme collinearity, the model may become rank deficient, which can lead to difficulty with even fitting the model.

+

A simple fix to this problem is to use the .clean() method. This method will remove any columns that are perfectly collinear with other columns in the design matrix.

diff --git a/content/Instructors.html b/content/Instructors.html index 0a69489..624ec94 100644 --- a/content/Instructors.html +++ b/content/Instructors.html @@ -455,7 +455,7 @@

Professors../_images/finn.jpg

Emily Finn, PhD (Winter 2021) is an Assistant Professor of Psychological and Brain Sciences at Dartmouth College and directs the Functional Imaging & Naturalistic Neuroscience (FINN) Lab. She completed a BA in linguistics at Yale University and a PhD in neuroscience, also at Yale. She then did her postdoctoral training in the Section on Functional Imaging Methods in the Laboratory of Brain and Cognition and the National Institute of Mental Health. Her research is focused on individual variability in brain activity and behavior, especially as it relates to appraisal of ambiguous information under naturalistic conditions. Professor Finn is committed to the ideals of open science, including data and code sharing (see examples here, here, and here, and to helping train other scientists in innovative new methods for neuroimaging data acquisition and analysis.

../_images/wager.jpg -

Tor Wager, PhD (Spring 2021) is the Diana L. Taylor Distinguished Professor in Neuroscience at Dartmouth College. He received his Ph.D. from the University of Michigan in Cognitive Psychology in 2003, and served as an Assistant (2004-2008) and Associate Professor (2009) at Columbia University, and as Associate (2010-2014) and Full Professor (2014-2019) at the University of Colorado, Boulder. Since 2004, he has directed the Cognitive and Affective Neuroscience laboratory, a research lab devoted to work on the neurophysiology of affective processes—pain, emotion, stress, and empathy—and how they are shaped by cognitive and social influences. Dr. Wager and his lab are also dedicated to developing analysis methods for functional neuroimaging and sharing ideas, tools, and scientific data with the scientific community and public. See https://canlab.github.io for papers, data, tools, and code.

+

Tor Wager, PhD (Spring 2021) is the Diana L. Taylor Distinguished Professor in Neuroscience at Dartmouth College. He received his Ph.D. from the University of Michigan in Cognitive Psychology in 2003, and served as an Assistant (2004-2008) and Associate Professor (2009) at Columbia University, and as Associate (2010-2014) and Full Professor (2014-2019) at the University of Colorado, Boulder. Since 2004, he has directed the Cognitive and Affective Neuroscience laboratory, a research lab devoted to work on the neurophysiology of affective processes—pain, emotion, stress, and empathy—and how they are shaped by cognitive and social influences. Dr. Wager and his lab are also dedicated to developing analysis methods for functional neuroimaging and sharing ideas, tools, and scientific data with the scientific community and public. See https://canlab.github.io for papers, data, tools, and code.

../_images/huckins.jpg

Jeremy Huckins, PhD (Fall 2019) is a Lecturer and Post-Doctoral researcher in the department of Psychological and Brain Sciences at Dartmouth College. He completed a BA in Neuroscience at Bowdoin College, worked with as a researcher with the King Lab at Harvard Medical School then completed a PhD in Experimental and Molecular Medicine at Dartmouth College. His current research program is focused on gaining insights into mental health using fMRI and mobile smartphone sensing.

diff --git a/content/Introduction_to_Discovery.html b/content/Introduction_to_Discovery.html index 7b10701..904f4a7 100644 --- a/content/Introduction_to_Discovery.html +++ b/content/Introduction_to_Discovery.html @@ -566,11 +566,11 @@

High Performance Computing at Dartmouth

What is High Performance Computing?#

-

https://www.youtube.com/watch?v=nIBu1EFYmBU 00:13 - 01:21

+

https://www.youtube.com/watch?v=nIBu1EFYmBU 00:13 - 01:21

HPCs at Dartmouth#

-

https://rc.dartmouth.edu/index.php/discoveryhpc/

+

https://rc.dartmouth.edu/index.php/discoveryhpc/

Discovery Cluster#

Where is Discovery located? In the basement of Baker Berry! In a huge room full of servers. Racks of computers. Each computer is a node - newer nodes have 32 cores with 8GB per core. Used by all Departments (PBS, CS, Physics & Astronomy, etc.)

@@ -584,16 +584,16 @@

System Layout

Research Computing Team#

Centralized high-performance computing system group.

-

services.dartmouth.edu - where help/request forms are for research computing (try searching for Discovery, SLURM, etc.) Locally written documentation for things that people have problems with.

+

services.dartmouth.edu - where help/request forms are for research computing (try searching for Discovery, SLURM, etc.) Locally written documentation for things that people have problems with.

Simple, basic examples of what you can do with the scheduler.

-

If you have a Discovery question, should go to services.dartmouth.edu, search for a key word, see if it’s already written up. If you have that question, likely a bunch of others did as well, and RC has tried to answer it within the Dartmouth context.

-

research.computing@dartmouth.edu with questions.

-

https://services.dartmouth.edu

+

If you have a Discovery question, should go to services.dartmouth.edu, search for a key word, see if it’s already written up. If you have that question, likely a bunch of others did as well, and RC has tried to answer it within the Dartmouth context.

+

research.computing@dartmouth.edu with questions.

+

https://services.dartmouth.edu

DBIC Resources on Discovery#

DBIC owns 15 nodes (16 cores?) on Discovery. Acess to ~1200 CPUs (Luke, what is this x5 multiplier? How do we go from 15x16=240 to 1200 CPUs?)

-

DBIC Node (Ndoli): high-RAM node (1.5 TB), 20-24 CPUs. Can only access it by directly logging in. UserID@ndoli.dartmouth.edu (not available on scheduler).

+

DBIC Node (Ndoli): high-RAM node (1.5 TB), 20-24 CPUs. Can only access it by directly logging in. UserID@ndoli.dartmouth.edu (not available on scheduler).

PBS HPCs#

@@ -639,7 +639,7 @@

ACL Permissionshttps://services.dartmouth.edu/TDClient/1806/Portal/KB/ArticleDet?ID=88459

@@ -736,8 +736,8 @@

Running Batch Jobsresearch.computing@dartmouth.edu. You can use the SBATCH qnotify directive to let you know a certain amont of time before your job terminates.

+

Other SBATCH directives: check out this link. https://slurm.schedmd.com/sbatch.html

Arrays: Running Multiple Batch Jobs at Once#

@@ -764,7 +764,7 @@

Scheduler Etiquette

Can I use Jupyter Notebook on Discovery?#

-

AskPBS.org link

+

AskPBS.org link

Have Additional Discovery Questions?#

@@ -773,7 +773,7 @@

AskPBS

DBIC Handbook#

-

https://dbic-handbook.readthedocs.io/en/latest/discovery.html

+

https://dbic-handbook.readthedocs.io/en/latest/discovery.html

diff --git a/content/Introduction_to_Pandas.html b/content/Introduction_to_Pandas.html index 1e9c5aa..05a226f 100644 --- a/content/Introduction_to_Pandas.html +++ b/content/Introduction_to_Pandas.html @@ -2243,7 +2243,7 @@

Create New Columns

Indexing and slicing Data#

-

Indexing in Pandas can be tricky. There are many ways to index in pandas, for this tutorial we will focus on four: loc, iloc, boolean, and indexing numpy values. For a more in depth overview see Jake Vanderplas’s tutorial](https://github.com/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/03.02-Data-Indexing-and-Selection.ipynb), where he also covers more advanced topics, such as hierarchical indexing.

+

Indexing in Pandas can be tricky. There are many ways to index in pandas, for this tutorial we will focus on four: loc, iloc, boolean, and indexing numpy values. For a more in depth overview see Jake Vanderplas’s tutorial](jakevdp/PythonDataScienceHandbook), where he also covers more advanced topics, such as hierarchical indexing.

Indexing with Keys#

First, we will cover indexing with keys using the .loc method. This method references the explicit index with a key name. It works for both index names and also column names. Note that often the keys for rows are integers by default.

diff --git a/content/Parcellations.html b/content/Parcellations.html index aee02f0..40ea617 100644 --- a/content/Parcellations.html +++ b/content/Parcellations.html @@ -662,7 +662,7 @@

Anatomical Atlasesfetch_atlas-<name> requires that you load in the ‘name of the atlas’ that you wish to load as ‘atlas-name’.

-
  • There are numerous Harvard-Oxford atlases available that can be called through this function. For ease of viewing and deciding which one you are interested in, we recommend looking here: https://neurovault.org/collections/262/. We provide code to load in two sample atlases below - one cortical and one subcortical:

  • +
  • There are numerous Harvard-Oxford atlases available that can be called through this function. For ease of viewing and deciding which one you are interested in, we recommend looking here: https://neurovault.org/collections/262/. We provide code to load in two sample atlases below - one cortical and one subcortical:

  • diff --git a/content/Preprocessing.html b/content/Preprocessing.html index 6837416..2a6fde2 100644 --- a/content/Preprocessing.html +++ b/content/Preprocessing.html @@ -1202,7 +1202,7 @@

    Spatial Smoothinghttps://fmriprep.readthedocs.io/

    image.png

    diff --git a/content/Syllabus.html b/content/Syllabus.html index 397a0d5..679f9d8 100644 --- a/content/Syllabus.html +++ b/content/Syllabus.html @@ -489,7 +489,7 @@

    SPACE AND TIME

    CLASS FORMAT#

    -

    The format of Psych60 will be slightly different than the typical in-person version of the course. All course materials will be made available online in the format of a Jupyter book, https://dartbrains.org/. Lectures will primarily be delivered via publicly available pre-recorded lectures available on youtube. Each course module will have a Jupyter book tutorial and an accompanying assignment that will require completing some type of programming task or analysis. Students will work within small groups throughout the term on their assignments. Scheduled classes will primarily take the form of a Q&A where solutions to the assignments will be discussed and specific topics can be discussed in more detail. There will be a single exam, in which students will have to replicate an analysis of a published study using real data. For the final project, students will analyze an existing publicly available dataset to answer a new research question. Unfortunately, we will not be able to collect a new fMRI dataset as the Dartmouth Brain Imaging Center is closed to non-PBS users this term.

    +

    The format of Psych60 will be slightly different than the typical in-person version of the course. All course materials will be made available online in the format of a Jupyter book, https://dartbrains.org/. Lectures will primarily be delivered via publicly available pre-recorded lectures available on youtube. Each course module will have a Jupyter book tutorial and an accompanying assignment that will require completing some type of programming task or analysis. Students will work within small groups throughout the term on their assignments. Scheduled classes will primarily take the form of a Q&A where solutions to the assignments will be discussed and specific topics can be discussed in more detail. There will be a single exam, in which students will have to replicate an analysis of a published study using real data. For the final project, students will analyze an existing publicly available dataset to answer a new research question. Unfortunately, we will not be able to collect a new fMRI dataset as the Dartmouth Brain Imaging Center is closed to non-PBS users this term.

    ZOOM MEETINGS#

    @@ -512,7 +512,7 @@

    COMMUNICATION

    TEXTBOOK#

    -

    The course website (https://dartbrains.org/) and embedded videos will serve as the textbook for this course. Students may find the optional book (Poldrack, R. A., Mumford, J. A., & Nichols, T. E. (2011). Handbook of functional MRI data analysis. Cambridge University Press) to be helpful.

    +

    The course website (https://dartbrains.org/) and embedded videos will serve as the textbook for this course. Students may find the optional book (Poldrack, R. A., Mumford, J. A., & Nichols, T. E. (2011). Handbook of functional MRI data analysis. Cambridge University Press) to be helpful.

    LECTURES#

    @@ -524,7 +524,7 @@

    READINGS

    CLASS PARTICIPATION (15% of grade)#

    -

    You will be expected to participate in class discussions. This might include asking clarifying questions or helping another student. You will be expected to post at least one question each week on the DartBrains Discourse page https://www.askpbs.org/c/dartbrains/9 . Students can receive extra credit by helping answering their peers’ questions.

    +

    You will be expected to participate in class discussions. This might include asking clarifying questions or helping another student. You will be expected to post at least one question each week on the DartBrains Discourse page https://www.askpbs.org/c/dartbrains/9 . Students can receive extra credit by helping answering their peers’ questions.

    HOMEWORK (30% of grade)#

    @@ -540,7 +540,7 @@

    EXAM (20% of grade)

    ANALYSIS PROJECT (30% of grade)#

    -

    A key component of this course is learning how to process and analyze imaging data. Students will be introduced to key concepts during the laboratory assignments. Students will be expected to apply what they learn to analyzing an fMRI dataset. Most students will likely analyze the data collected in class, but are free to analyze any publicly available dataset (e.g., https://openfmri.org/, https://www.datalad.org/datasets.html). Students may work in small groups (~2-3 people), but each will independently write a final report of the research. The final written paper should be in journal format using APA style with an abstract, intro, methods, results, discussion, and references. Format 12-20 typed double-space pages, 11pt Ariel or Times font. (bibliography not included in the page limit). Each person is expected to write their own intro and conclusion, but the group can collaborate on the methods and results sections if they want. At the end of the class each group will give a ~10 minute presentation on their project (background, hypothesis, experimental design, results, analyses, conclusions). Paper Due at Midnight on the last day of class. +

    A key component of this course is learning how to process and analyze imaging data. Students will be introduced to key concepts during the laboratory assignments. Students will be expected to apply what they learn to analyzing an fMRI dataset. Most students will likely analyze the data collected in class, but are free to analyze any publicly available dataset (e.g., https://openfmri.org/, https://www.datalad.org/datasets.html). Students may work in small groups (~2-3 people), but each will independently write a final report of the research. The final written paper should be in journal format using APA style with an abstract, intro, methods, results, discussion, and references. Format 12-20 typed double-space pages, 11pt Ariel or Times font. (bibliography not included in the page limit). Each person is expected to write their own intro and conclusion, but the group can collaborate on the methods and results sections if they want. At the end of the class each group will give a ~10 minute presentation on their project (background, hypothesis, experimental design, results, analyses, conclusions). Paper Due at Midnight on the last day of class. • Paper: 15% • Presentation: 10% • Group participation: 5%

    diff --git a/content/Thresholding_Group_Analyses.html b/content/Thresholding_Group_Analyses.html index 99aba93..c0124b3 100644 --- a/content/Thresholding_Group_Analyses.html +++ b/content/Thresholding_Group_Analyses.html @@ -999,7 +999,7 @@

    Thresholding Brain Maps

    Looks like there are some significant differences that survive in early visual cortex and also in other regions of the brain.

    This concludes are very quick overview to performing univariate analyses in fMRI data analysis.

    -

    We will continue to add more advanced tutorials to the dartbrains.org website. Stay tuned!

    +

    We will continue to add more advanced tutorials to the dartbrains.org website. Stay tuned!

    diff --git a/content/fmriprep_on_discovery.html b/content/fmriprep_on_discovery.html index ef39216..09cd188 100644 --- a/content/fmriprep_on_discovery.html +++ b/content/fmriprep_on_discovery.html @@ -477,7 +477,7 @@

    Running fMRIPrep on HPCBasics#

    Accessing Data in Rolando#

    -

    At the Dartmouth Brain Imaging Center (DBIC), all data collected on the scanner is copied to Rolando (rolando.cns.dartmouth.edu). To gain access to rolando, you will need to request an account from the DBIC systems administrator (Andrew Connolly andrew.c.connolly@dartmouth.edu). More details can be found here: https://dbic-handbook.readthedocs.io/en/latest/mri/dataaccess.html. Converting your dataset into the BIDS format can be done using heudiconv after speaking with Yarik Halchenko. This is still in the process of being fully automated.

    +

    At the Dartmouth Brain Imaging Center (DBIC), all data collected on the scanner is copied to Rolando (rolando.cns.dartmouth.edu). To gain access to rolando, you will need to request an account from the DBIC systems administrator (Andrew Connolly andrew.c.connolly@dartmouth.edu). More details can be found here: https://dbic-handbook.readthedocs.io/en/latest/mri/dataaccess.html. Converting your dataset into the BIDS format can be done using heudiconv after speaking with Yarik Halchenko. This is still in the process of being fully automated.

    Download Data with DataLad#

    @@ -490,8 +490,8 @@

    Using Discovery

    Logging on to Discovery#

    The discovery system can be accessed via ssh using a terminal. There are a number of options depending on what you intend to do. For example, the -X or -Y flag can can enable X11 forwarding in case you would like to have graphics enabled. This can be useful for using GUIs such as FSL or matlab. You can also tunnel into a Jupyter server launched on an interactive job.

    -

    ● Linux: ssh -X username@discovery.dartmouth.edu

    -

    ● Mac: ssh -Y username@discovery.dartmouth.edu
    +

    ● Linux: ssh -X username@discovery.dartmouth.edu

    +

    ● Mac: ssh -Y username@discovery.dartmouth.edu
    - Install Xquartz for graphical interface

    ● Windows: - MobaXterm built in Xserver and sftp (free and recommended) diff --git a/content/intro.html b/content/intro.html index 090c0b6..5f7285f 100644 --- a/content/intro.html +++ b/content/intro.html @@ -465,7 +465,7 @@

    Goals#

    Overview#

    This course is designed primarily around learning the basics of fMRI data analysis using the Python programming language. We will cover a lot of ground from introducing the Python programming language, to signal processing, to working with opensource packages from the Python Scientific Computing community. The format will be slightly different than the typical in-person version of the course.

      -
    • All course materials will be made available online in the format of a jupyter book, https://dartbrains.org/. Lectures will primarily be delivered via publicly available pre-recorded lectures available on youtube.

    • +
    • All course materials will be made available online in the format of a jupyter book, https://dartbrains.org/. Lectures will primarily be delivered via publicly available pre-recorded lectures available on youtube.

    • Each course module will have a jupyter book tutorial and an accompanying assignment that will require completing some type of programming task or analysis. Students will work within small groups throughout the term on their assignments.

    • Scheduled classes will primarily take the form of a Q&A where solutions to the assignments will be discussed and specific topics can be discussed in more detail.

    • There will be a single exam, in which students will have to replicate an analysis of a published study using real data.

    • diff --git a/searchindex.js b/searchindex.js index 2373f23..07c1bba 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["content/2019_Spring", "content/2020_Fall", "content/2020_Spring", "content/2021_Fall", "content/2022_Fall", "content/Connectivity", "content/Contributing", "content/Download_Data", "content/GLM", "content/GLM_Single_Subject_Model", "content/Glossary", "content/Group_Analysis", "content/ICA", "content/Instructors", "content/Intro_to_Neuroimaging", "content/Introduction_to_Discovery", "content/Introduction_to_ICA", "content/Introduction_to_JupyterHub", "content/Introduction_to_Neuroimaging_Data", "content/Introduction_to_Pandas", "content/Introduction_to_Plotting", "content/Introduction_to_Programming", "content/Multivariate_Prediction", "content/Parcellations", "content/Preprocessing", "content/RSA", "content/Resampling_Statistics", "content/Schedule", "content/Signal_Measurement", "content/Signal_Processing", "content/Syllabus", "content/Thresholding_Group_Analyses", "content/fmriprep_on_discovery", "content/intro"], "filenames": ["content/2019_Spring.md", "content/2020_Fall.md", "content/2020_Spring.md", "content/2021_Fall.md", "content/2022_Fall.md", "content/Connectivity.ipynb", "content/Contributing.md", "content/Download_Data.ipynb", "content/GLM.ipynb", "content/GLM_Single_Subject_Model.ipynb", "content/Glossary.ipynb", "content/Group_Analysis.ipynb", "content/ICA.ipynb", "content/Instructors.md", "content/Intro_to_Neuroimaging.md", "content/Introduction_to_Discovery.ipynb", "content/Introduction_to_ICA.ipynb", "content/Introduction_to_JupyterHub.ipynb", "content/Introduction_to_Neuroimaging_Data.ipynb", "content/Introduction_to_Pandas.ipynb", "content/Introduction_to_Plotting.ipynb", "content/Introduction_to_Programming.ipynb", "content/Multivariate_Prediction.ipynb", "content/Parcellations.ipynb", "content/Preprocessing.ipynb", "content/RSA.ipynb", "content/Resampling_Statistics.ipynb", "content/Schedule.md", "content/Signal_Measurement.ipynb", "content/Signal_Processing.ipynb", "content/Syllabus.md", "content/Thresholding_Group_Analyses.ipynb", "content/fmriprep_on_discovery.md", "content/intro.md"], "titles": ["Spring 2019", "Fall 2020", "Spring 2020", "Fall 2021", "Fall 2022", "Connectivity", "Contributing", "Download Data", "Introduction to the General Linear Model", "Modeling Single Subject Data", "Glossary", "Group Analysis", "Separating Signal From Noise With ICA", "Instructors", "Introduction to Neuroimaging", "High Performance Computing at Dartmouth", "Introduction to Independent Components Analysis", "Introduction to JupyterHub", "Introduction to Neuroimaging Data", "Introduction to Pandas", "Introduction to Plotting", "Introduction to programming", "Multivariate Prediction", "Introduction to Parcellations", "Preprocessing", "Representational Similarity Analysis", "Resampling Statistics", "Schedule", "Signal Generation", "Signal Processing Basics", "Syllabus", "Thresholding Group Analyses", "Running fMRIPrep on HPC", "Course Overview"], "terms": {"In": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "student": [0, 1, 2, 3, 4, 11, 17, 30, 32, 33], "develop": [0, 1, 2, 4, 5, 6, 7, 10, 13, 15, 17, 18, 20, 21, 23, 24, 29, 30, 31, 32], "an": [0, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "experi": [0, 2, 3, 4, 5, 7, 8, 11, 16, 17, 18, 22, 24, 26, 30, 31], "studi": [0, 1, 2, 3, 4, 5, 10, 11, 13, 16, 23, 24, 29, 30, 31, 33], "neural": [0, 1, 3, 4, 22, 23, 24, 29], "basi": [0, 3, 9, 10, 28, 29, 30], "how": [0, 2, 3, 4, 5, 6, 7, 11, 13, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "dartmouth": [0, 3, 6, 7, 13, 17, 21, 24, 30, 32, 33], "undergradu": [0, 30], "process": [0, 1, 2, 3, 7, 8, 10, 13, 15, 17, 19, 22, 23, 24, 25, 27, 30, 32, 33], "twelv": 0, "were": [0, 1, 2, 3, 4, 5, 8, 9, 11, 18, 22, 23, 24, 25, 26, 29, 31], "scan": [0, 1, 3, 4, 7, 8, 9, 11, 16, 18, 23, 24, 32], "us": [0, 2, 4, 6, 7, 8, 9, 10, 12, 13, 14, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 33], "function": [0, 3, 7, 8, 9, 11, 13, 15, 16, 18, 19, 20, 22, 25, 28, 29, 30, 31, 33], "magnet": [0, 3, 9, 16, 24, 28, 33], "reson": [0, 3, 16, 24, 28, 33], "imag": [0, 1, 5, 6, 7, 10, 11, 12, 13, 16, 17, 19, 22, 23, 25, 27, 29, 30, 31, 32, 33], "fmri": [0, 3, 4, 5, 7, 8, 9, 10, 11, 13, 14, 16, 17, 18, 23, 24, 25, 30, 31, 32, 33], "76": [0, 19], "after": [0, 3, 4, 5, 7, 9, 10, 12, 13, 15, 17, 19, 21, 22, 24, 25, 26, 29, 31, 32], "each": [0, 3, 4, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 32, 33], "particip": [0, 1, 2, 4, 5, 7, 8, 9, 11, 16, 18, 19, 22, 25, 26, 31, 32], "made": [0, 3, 4, 7, 10, 18, 23, 24, 30, 33], "decis": [0, 3, 10, 13, 25], "about": [0, 3, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32], "whether": [0, 1, 3, 4, 7, 10, 11, 12, 19, 23, 25, 31], "thei": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 13, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 29, 30, 31], "would": [0, 3, 5, 7, 8, 9, 11, 17, 18, 19, 21, 22, 23, 24, 25, 26, 29, 31, 32], "like": [0, 3, 5, 7, 8, 9, 11, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 29, 30, 31, 32], "share": [0, 2, 3, 4, 5, 6, 7, 9, 13, 15, 17, 18, 20, 23, 25, 30, 32], "thi": [0, 1, 2, 3, 4, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "friend": [0, 4, 18], "session": [0, 1, 7, 9, 10, 11, 15, 18, 23, 24], "rate": [0, 3, 10, 19, 21, 29], "number": [0, 5, 7, 8, 10, 12, 15, 16, 18, 19, 20, 22, 23, 25, 26, 29, 30, 32], "dimens": [0, 3, 5, 16, 18, 19, 20, 24, 25, 29], "qualtric": 0, "survei": [0, 3], "e": [0, 3, 5, 7, 8, 10, 11, 12, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32], "g": [0, 3, 5, 7, 10, 11, 12, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31], "relat": [0, 1, 3, 4, 5, 7, 8, 9, 11, 13, 20, 21, 23, 29, 32, 33], "enjoy": 0, "type": [0, 1, 5, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 33], "etc": [0, 3, 7, 8, 10, 12, 15, 17, 18, 19, 21, 22, 23, 24, 25, 30, 32], "unfortun": [0, 1, 2, 5, 7, 18, 23, 24, 25, 30, 33], "we": [0, 1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "discov": [0, 24], "wa": [0, 1, 2, 3, 4, 5, 7, 8, 9, 11, 15, 16, 18, 19, 20, 22, 23, 24, 25, 26, 29, 31, 32, 33], "between": [0, 1, 2, 4, 5, 8, 9, 10, 16, 18, 19, 20, 21, 22, 24, 25, 26, 28, 29, 30, 31], "run": [0, 1, 2, 5, 7, 9, 10, 12, 16, 17, 18, 19, 21, 22, 23, 25, 26, 29, 31], "scanner": [0, 3, 4, 12, 16, 25, 28, 32, 33], "artifact": [0, 5, 8, 9, 10, 11, 12, 16, 24], "which": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 32, 33], "neg": [0, 2, 4, 5, 10, 12, 16, 22, 29, 31], "impact": [0, 11, 24, 29], "result": [0, 1, 2, 3, 4, 5, 7, 8, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31], "all": [0, 5, 6, 7, 8, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33], "project": [0, 1, 2, 6, 10, 13, 16, 18, 20, 23, 24, 25, 29, 33], "nevertheless": 0, "question": [0, 1, 2, 3, 6, 8, 11, 18, 21, 22, 23, 24, 25, 30, 32], "analyt": [0, 3, 16, 22], "approach": [0, 5, 9, 11, 16, 22, 23, 25, 26], "ar": [0, 1, 2, 3, 4, 5, 7, 10, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 32], "veri": [0, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 28, 29, 30, 31], "interest": [0, 5, 7, 8, 9, 11, 16, 17, 18, 19, 22, 23, 24, 25, 26, 28, 29, 30, 31, 33], "highlight": [0, 3, 19, 24, 31], "talent": 0, "sarah": 0, "eger": 0, "taylor": [0, 13], "walsh": 0, "serena": 0, "zhu": 0, "have": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "becom": [0, 3, 5, 9, 11, 17, 19, 21, 23, 25, 29, 31], "major": [0, 2, 3, 18, 19, 22, 23, 31], "phenomenon": [0, 3], "recent": [0, 1, 3, 4, 18, 19, 23, 25, 31], "year": [0, 2, 3, 11, 15, 18, 19, 20, 23], "due": [0, 1, 2, 3, 23, 30, 31, 32], "individu": [0, 1, 2, 3, 4, 7, 8, 9, 11, 13, 17, 18, 19, 20, 23, 24, 25], "ag": [0, 4, 11, 19, 20, 23], "sharingthem": 0, "across": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 31, 32], "social": [0, 5, 13, 15], "media": [0, 5, 18, 23], "platform": [0, 10, 17, 24, 30], "howev": [0, 3, 5, 7, 8, 9, 10, 11, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 29, 31], "date": [0, 19, 30], "ha": [0, 1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31, 32], "evalu": [0, 1, 5, 8, 9, 10, 19, 22, 23, 24, 25, 26], "referenti": 0, "occur": [0, 3, 10, 16, 19, 22, 24, 26, 30, 31], "respons": [0, 1, 2, 4, 5, 8, 9, 10, 11, 15, 16, 21, 22, 25, 29, 30, 31], "our": [0, 2, 3, 5, 7, 8, 9, 11, 12, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33], "research": [0, 1, 2, 4, 5, 13, 16, 17, 19, 21, 22, 23, 24, 30, 32, 33], "undertak": 0, "topic": [0, 3, 8, 9, 11, 19, 29, 30, 31, 32, 33], "through": [0, 1, 3, 5, 7, 8, 10, 11, 17, 18, 22, 23, 24, 25, 26, 29, 30], "analysi": [0, 1, 3, 4, 6, 8, 9, 10, 13, 17, 18, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33], "mri": [0, 23, 30, 32], "behavior": [0, 3, 13, 19, 23], "data": [0, 1, 2, 4, 5, 6, 8, 13, 16, 17, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 33], "gather": 0, "from": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "ten": 0, "colleg": [0, 4, 6, 13, 19, 20, 30], "The": [0, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "facilit": [0, 24], "conclus": [0, 3, 30], "9": [0, 7, 9, 11, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 30, 31], "present": [0, 1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 19, 21, 23, 30, 31], "directli": [0, 5, 7, 9, 11, 15, 16, 17, 18, 19, 20, 21, 25, 32], "refer": [0, 5, 8, 10, 11, 19, 20, 22, 23, 26, 28, 29, 30], "These": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 29, 31], "also": [0, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32], "confirm": [0, 1, 3, 4, 7, 23], "statist": [0, 5, 9, 18, 20, 22, 24, 25, 29, 31], "signific": [0, 1, 3, 4, 9, 11, 19, 24, 26, 31], "differ": [0, 2, 4, 7, 8, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 30, 31, 32, 33], "two": [0, 2, 5, 7, 8, 9, 10, 11, 16, 18, 19, 20, 21, 22, 23, 24, 25, 29, 31], "categori": [0, 3, 20], "stimuli": [0, 2], "belong": [0, 23], "class": [0, 3, 5, 8, 9, 11, 17, 18, 19, 21, 24, 25, 26, 31, 33], "univari": [0, 1, 5, 10, 22, 23, 25, 31], "show": [0, 1, 3, 4, 5, 7, 8, 11, 15, 16, 17, 20, 22, 23, 24, 25, 31], "some": [0, 1, 4, 5, 7, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 29, 30, 31, 33], "dmpfc": 0, "hypothalamu": 0, "surviv": [0, 5, 8, 25, 31], "threshold": [0, 5, 9, 10, 11, 12, 18, 22, 23, 25, 27], "contrast": [0, 1, 2, 3, 4, 7, 22, 24, 31], "non": [0, 3, 5, 9, 10, 16, 18, 19, 21, 23, 24, 25, 26, 30, 31], "A": [0, 1, 5, 8, 9, 10, 11, 15, 18, 19, 21, 22, 24, 29, 30, 31, 33], "multivari": [0, 1, 10, 12, 16, 23, 25, 26, 27], "pattern": [0, 2, 4, 5, 9, 10, 16, 19, 21, 23], "mvpa": [0, 1, 2], "implement": [0, 8, 10, 11, 12, 16, 18, 22, 23, 24, 25, 31], "determin": [0, 4, 5, 8, 10, 19, 23, 24, 31], "support": [0, 1, 3, 4, 10, 19, 22, 30, 33], "vector": [0, 1, 5, 8, 10, 11, 16, 18, 20, 22, 24, 25, 26, 29], "machin": [0, 1, 3, 10, 18, 21, 22, 32], "svm": [0, 1, 22], "could": [0, 2, 3, 8, 11, 15, 16, 17, 18, 19, 21, 23, 24, 25, 31, 32], "predict": [0, 1, 3, 4, 5, 8, 9, 10, 11, 18, 23, 25, 26, 27, 31], "stimulu": [0, 1, 4, 21], "base": [0, 2, 3, 6, 7, 8, 11, 12, 15, 16, 18, 19, 20, 21, 23, 24, 25, 26, 29, 30, 31, 32], "entir": [0, 3, 5, 7, 9, 11, 15, 17, 19, 21, 25, 29, 31], "brain": [0, 2, 5, 8, 9, 10, 11, 12, 13, 14, 16, 19, 22, 23, 24, 28, 30, 32, 33], "region": [0, 1, 2, 8, 16, 18, 22, 23, 25], "roi": [0, 2, 10, 16, 23, 25, 31], "both": [0, 1, 3, 6, 7, 8, 9, 10, 11, 16, 18, 19, 22, 23, 24, 26, 29, 30], "whole": [0, 4, 5, 7, 9, 11, 15, 19, 22, 23, 25, 29, 30], "50": [0, 5, 18, 19, 20, 22, 24, 25, 26], "suggest": [0, 1, 3, 6, 23, 32], "particular": [0, 2, 3, 4, 5, 7, 8, 10, 11, 16, 19, 21, 23, 24, 25, 31], "voxel": [0, 10, 11, 12, 16, 18, 22, 23, 24, 25, 31], "account": [0, 8, 9, 10, 11, 15, 16, 19, 22, 23, 24, 31, 32], "classif": [0, 3, 9, 10, 18, 25, 27], "more": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 32, 33], "than": [0, 1, 2, 3, 5, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 33], "other": [0, 1, 2, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 18, 19, 20, 21, 22, 25, 26, 29, 30, 31, 32], "pilot": 0, "limit": [0, 3, 7, 10, 11, 15, 16, 17, 20, 23, 26, 30, 31], "small": [0, 3, 5, 7, 8, 9, 11, 15, 16, 17, 19, 20, 25, 26, 30, 31, 33], "subject": [0, 1, 2, 3, 4, 5, 7, 8, 12, 16, 18, 19, 22, 23, 24, 27, 30, 31, 32], "flaw": 0, "collect": [0, 2, 3, 5, 8, 10, 17, 19, 20, 21, 23, 24, 30, 32, 33], "therefor": [0, 15], "find": [0, 1, 3, 5, 6, 7, 8, 9, 10, 11, 15, 16, 18, 19, 20, 22, 23, 24, 26, 30, 31, 32], "paper": [0, 4, 5, 7, 8, 9, 13, 16, 18, 19, 20, 22, 25, 26, 30, 31], "should": [0, 5, 7, 8, 9, 11, 12, 15, 17, 18, 19, 21, 22, 23, 24, 25, 26, 30, 31, 32], "consid": [0, 8, 9, 12, 16, 19, 22, 23, 25, 26, 29, 30], "onli": [0, 5, 7, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31], "exploratori": 0, "merit": 0, "addit": [0, 1, 2, 4, 5, 8, 9, 12, 16, 17, 18, 19, 20, 21, 23, 24, 32], "inquiri": 0, "futur": [0, 7, 8, 17, 18, 19, 24], "otherwis": [0, 7, 19, 21, 23, 29, 32], "see": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32], "shivesh": 0, "shah": 0, "hana": 0, "nazir": 0, "hui": 0, "dang": 0, "matthew": [0, 31], "yuen": 0, "human": [0, 2, 3, 7, 14, 22, 23, 24, 25, 28, 30, 33], "face": [0, 8, 16, 22], "percept": [0, 3, 7, 9], "evolutionari": 0, "adapt": [0, 10, 19, 20, 31], "special": [0, 10, 11, 17, 19, 33], "becaus": [0, 5, 7, 8, 9, 10, 11, 16, 17, 18, 19, 22, 23, 24, 25, 26, 29, 31], "natur": [0, 16, 19, 23, 26], "life": [0, 3, 30], "abil": [0, 3, 4, 8, 9, 29], "quickli": [0, 5, 9, 10, 11, 19, 20, 21, 24, 31], "accur": [0, 8, 9, 11, 22, 23, 26, 29], "identifi": [0, 1, 5, 8, 9, 10, 11, 16, 18, 19, 21, 22, 23, 24, 25, 31], "bond": 0, "creation": [0, 4, 10], "network": [0, 5, 10, 16, 23, 32], "allow": [0, 5, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 29, 30, 31], "gaug": 0, "s": [0, 1, 3, 4, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "emot": [0, 2, 13, 22], "engag": 0, "contemporarili": 0, "taken": [0, 19, 30, 31], "form": [0, 1, 3, 7, 8, 9, 11, 15, 19, 20, 22, 24, 25, 28, 30, 31, 33], "piec": [0, 19], "convei": 0, "messag": [0, 8], "pass": [0, 5, 9, 10, 12, 18, 19, 22, 23], "one": [0, 1, 5, 7, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31], "person": [0, 2, 3, 15, 16, 17, 18, 20, 22, 25, 26, 30, 33], "anoth": [0, 1, 5, 8, 9, 10, 11, 16, 19, 22, 23, 24, 25, 29, 30, 31], "understand": [0, 2, 3, 4, 5, 8, 9, 13, 16, 22, 23, 24, 25, 26, 28, 29, 30, 33], "affect": [0, 4, 5, 13], "provid": [0, 1, 2, 5, 6, 7, 8, 9, 10, 11, 12, 14, 17, 18, 19, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33], "avenu": 0, "common": [0, 2, 5, 6, 8, 9, 10, 16, 19, 21, 22, 23, 24, 25, 31, 33], "fusiform": [0, 16], "area": [0, 1, 2, 3, 9, 11, 15, 16, 23], "been": [0, 1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 16, 17, 18, 19, 21, 22, 23, 24, 31], "found": [0, 1, 3, 4, 5, 7, 11, 17, 18, 19, 20, 22, 23, 24, 26, 30, 31, 32], "highli": [0, 5, 8, 10, 13, 18, 19, 20, 22, 23, 29], "dure": [0, 2, 4, 5, 7, 9, 10, 11, 22, 24, 30, 32], "virtual": [0, 11], "unstudi": 0, "thu": [0, 11, 16, 21, 22, 29], "endeavor": 0, "uncov": [0, 16, 29], "specif": [0, 3, 4, 5, 7, 8, 9, 10, 11, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33], "react": [0, 4], "when": [0, 1, 2, 3, 4, 5, 7, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32], "without": [0, 7, 10, 15, 16, 18, 19, 21, 24, 30], "expos": [0, 3], "ran": [0, 11, 24, 25, 26], "increas": [0, 1, 3, 4, 5, 8, 9, 11, 12, 19, 22, 23, 24, 26, 29, 31], "vs": [0, 3, 7, 10, 11, 23, 26, 27], "nofac": 0, "Then": [0, 5, 8, 9, 17, 25, 29], "perform": [0, 2, 4, 5, 7, 8, 9, 10, 11, 12, 16, 18, 19, 20, 21, 22, 25, 26, 29, 30, 31, 32], "perceiv": [0, 2, 3, 4, 16], "final": [0, 1, 3, 4, 5, 7, 8, 12, 16, 17, 18, 19, 20, 22, 24, 25, 26, 29, 30, 31, 32, 33], "unsur": 0, "significantli": [0, 3, 11, 22, 25, 26], "did": [0, 3, 7, 8, 9, 11, 13, 15, 21, 23, 24], "addition": [0, 4, 5, 9, 17], "model": [0, 1, 2, 3, 4, 10, 22, 23, 24, 25, 26, 27, 31, 33], "unabl": [0, 1, 2], "reliabl": [0, 10, 11, 17, 23, 26, 31], "And": [0, 2, 7], "interestingli": 0, "greater": [0, 3, 4, 9, 11, 12, 18, 19, 21, 22, 25], "sure": [0, 7, 8, 9, 12, 17, 19, 20, 22, 24, 29, 30, 31], "saw": [0, 9], "first": [0, 3, 4, 5, 7, 8, 9, 10, 12, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31, 32], "step": [0, 5, 7, 8, 9, 10, 12, 18, 19, 22, 24, 25, 29, 31, 32], "toward": [0, 3, 22, 23, 29], "wai": [0, 1, 4, 5, 7, 8, 9, 10, 11, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 31, 32], "answer": [0, 2, 8, 11, 15, 30, 33], "broader": [0, 6, 11, 29], "what": [0, 4, 5, 7, 9, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "materi": [0, 6, 19, 20, 24, 30, 33], "decid": [0, 15, 19, 22, 23], "can": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 30, 31, 32, 33], "serv": [0, 8, 13, 22, 26, 30], "method": [0, 5, 8, 9, 10, 11, 12, 13, 16, 18, 19, 21, 22, 23, 24, 25, 26, 28, 29, 31], "strengthen": 0, "forc": [1, 2, 10, 19], "take": [1, 2, 5, 7, 8, 9, 10, 11, 15, 17, 18, 19, 21, 22, 23, 24, 25, 29, 30, 31, 33], "remot": [1, 2, 15, 17, 19, 30], "version": [1, 2, 7, 8, 9, 11, 16, 17, 18, 19, 20, 22, 23, 24, 30, 31, 33], "cours": [1, 2, 5, 6, 9, 10, 11, 12, 13, 14, 16, 18, 21, 22, 24, 25, 28, 30, 32], "covid19": [1, 2], "pandem": [1, 2, 3], "meant": [1, 2, 8], "design": [1, 2, 3, 4, 5, 7, 10, 18, 24, 30, 31, 32, 33], "own": [1, 2, 5, 7, 8, 9, 11, 15, 18, 21, 22, 23, 25, 26, 29, 30, 31, 32], "origin": [1, 2, 5, 7, 8, 9, 18, 19, 21, 24, 26, 30, 31], "instead": [1, 2, 5, 7, 8, 10, 11, 16, 17, 19, 22, 25, 29, 31], "conduct": [1, 2, 5, 21, 22, 23, 25, 30], "secondari": [1, 2], "publicli": [1, 2, 7, 9, 18, 23, 30, 33], "avail": [1, 2, 5, 7, 9, 10, 15, 17, 18, 19, 20, 21, 22, 23, 24, 29, 30, 32, 33], "openneuro": [1, 2, 18], "One": [1, 2, 3, 5, 6, 7, 8, 9, 10, 17, 18, 19, 20, 22, 23, 24, 25, 29, 31, 32], "work": [1, 2, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "naturalist": [1, 2, 9, 13], "paranoia": 1, "dataset": [1, 2, 5, 7, 10, 11, 12, 17, 19, 20, 22, 23, 25, 30, 32, 33], "finn": [1, 13, 23], "et": [1, 2, 5, 16, 22, 23, 25, 27, 31], "al": [1, 2, 5, 15, 16, 22, 23, 25, 27, 31], "2018": [1, 23, 25, 27], "group": [1, 2, 3, 7, 8, 10, 15, 16, 20, 22, 23, 26, 27, 30, 32, 33], "underw": 1, "three": [1, 4, 7, 8, 9, 10, 11, 19, 21, 23, 24, 29], "separ": [1, 5, 9, 10, 11, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 31, 32], "pictur": [1, 8, 20, 24, 25], "interact": [1, 3, 9, 10, 12, 13, 17, 18, 21, 24, 29, 32], "flower": 1, "follow": [1, 2, 5, 7, 8, 9, 10, 11, 18, 19, 20, 21, 23, 24, 30, 31, 32], "10": [1, 5, 7, 8, 9, 11, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32], "hour": [1, 11, 15, 30], "baselin": [1, 3, 9], "manipul": [1, 10, 11, 19], "tomova": 1, "liza": 1, "begunova": 1, "xiao": 1, "li": 1, "kenni": 1, "nguyen": 1, "max": [1, 10, 19, 24, 29], "ranger": 1, "chelsea": 1, "rafferti": 1, "often": [1, 2, 5, 8, 9, 11, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31], "aris": [1, 33], "seemingli": 1, "unrel": 1, "experiment": [1, 7, 8, 9, 10, 11, 13, 16, 19, 30, 31], "task": [1, 3, 5, 7, 9, 11, 12, 15, 16, 18, 19, 22, 23, 25, 30, 32, 33], "peopl": [1, 2, 3, 4, 6, 7, 8, 11, 15, 17, 19, 23, 25, 30], "demonstr": [1, 8, 11, 16, 19, 22, 25, 26, 30, 31], "crave": 1, "same": [1, 2, 3, 4, 5, 8, 9, 10, 11, 17, 19, 20, 22, 23, 24, 25, 26, 29, 31], "prolong": 1, "fast": [1, 7, 9, 10, 17, 18, 19, 21, 24, 31], "particularli": [1, 4, 5, 7, 9, 10, 11, 17, 18, 30, 31], "substantia": 1, "nigra": 1, "ventral": [1, 3], "tegment": 1, "sn": [1, 5, 8, 9, 10, 11, 12, 16, 20, 22, 24, 25, 26, 31], "vta": 1, "higher": [1, 3, 8, 23, 26, 29, 31], "who": [1, 2, 11, 15, 19, 21, 24, 30], "self": [1, 2, 10], "report": [1, 7, 11, 18, 21, 24, 30, 31, 32], "want": [1, 2, 4, 5, 7, 8, 9, 11, 12, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 32], "analys": [1, 2, 3, 5, 8, 10, 11, 17, 18, 19, 20, 22, 23, 24, 25, 27, 29, 30], "expand": [1, 5, 29], "includ": [1, 3, 5, 7, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 29, 30, 32], "cue": [1, 8], "induc": [1, 5], "cic": 1, "order": [1, 5, 7, 9, 10, 11, 18, 19, 21, 22, 24, 25, 29, 31], "explor": [1, 3, 4, 5, 7, 8, 11, 12, 16, 18, 19, 20, 23, 29, 31], "effect": [1, 8, 9, 19, 22, 23, 24, 29, 31], "reward": [1, 2, 4], "valu": [1, 3, 5, 7, 8, 9, 10, 11, 12, 18, 20, 21, 24, 25, 26, 29, 30, 31], "given": [1, 3, 4, 10, 11, 12, 15, 19, 21, 22, 23, 25, 29], "inter": [1, 3, 16, 23, 25], "represent": [1, 3, 4, 8, 9, 10, 18, 22, 24, 27, 29], "IS": [1, 2, 21, 25], "rsa": [1, 2, 3], "comput": [1, 5, 6, 7, 10, 11, 13, 18, 19, 21, 25, 26, 29, 30, 31, 32, 33], "period": [1, 2, 3, 4, 8, 30], "reaffirm": 1, "condit": [1, 3, 5, 7, 8, 9, 11, 13, 16, 19, 22, 25, 31], "while": [1, 2, 3, 4, 5, 7, 8, 9, 11, 15, 16, 18, 19, 21, 22, 23, 24, 25, 26, 29, 31], "motor": [1, 22, 23, 25], "cortex": [1, 2, 3, 4, 11, 22, 23, 25, 31], "putamen": 1, "basal": 1, "ganglia": 1, "exhibit": [1, 3, 25], "high": [1, 3, 5, 9, 10, 11, 12, 16, 18, 19, 23, 25, 26, 28, 30, 31, 32], "correl": [1, 3, 4, 8, 9, 10, 16, 19, 20, 22, 24, 25, 26, 27, 31], "idea": [1, 4, 5, 6, 8, 11, 13, 22, 23, 24, 25], "system": [1, 2, 5, 17, 18, 22, 24, 26, 32], "regardless": [1, 19, 26], "being": [1, 3, 7, 9, 10, 11, 15, 17, 18, 19, 21, 22, 23, 24, 30, 32], "context": [1, 3, 8, 9, 15, 16, 20], "continu": [1, 4, 9, 10, 11, 16, 19, 20, 22, 24, 25, 29, 30, 31], "independ": [1, 8, 9, 19, 22, 25, 26, 30, 31], "turn": [1, 11, 19, 24], "manuscript": 1, "check": [1, 5, 7, 9, 15, 16, 17, 18, 20, 21, 23, 24, 25, 31], "out": [1, 3, 4, 5, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 29, 31, 32], "preprint": 1, "rachel": 1, "mclaughlin": 1, "part": [1, 4, 5, 8, 10, 11, 15, 19, 21, 23, 24, 29, 30], "speech": [1, 16], "import": [1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 28, 29, 31, 32], "linguist": [1, 13], "psycholog": [1, 5, 8, 13, 22, 23, 33], "neuroscientif": 1, "languag": [1, 7, 10, 18, 21, 33], "wide": [1, 7, 10, 19, 23, 24], "varieti": [1, 3, 10, 18, 24], "shown": [1, 2, 3, 4, 8, 20, 23, 24, 31], "variou": [1, 3, 10, 11, 18, 21, 24, 25], "discrimin": [1, 2, 22], "few": [1, 5, 7, 9, 11, 14, 18, 19, 20, 23, 24, 28, 29, 31], "look": [1, 2, 4, 5, 7, 8, 9, 11, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31], "paradigm": 1, "i": [1, 3, 5, 7, 8, 9, 10, 11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32], "examin": [1, 3, 4, 5, 9, 11, 18, 19, 22, 23, 24, 25, 26, 29, 31], "preferenti": 1, "bilater": [1, 16], "posterior": [1, 3, 4], "portion": [1, 7], "inferior": 1, "tempor": [1, 2, 3, 4, 5, 8, 9, 12, 18, 22, 29], "gyru": [1, 23], "well": [1, 2, 3, 5, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 22, 23, 24, 26, 29, 30, 31], "left": [1, 7, 9, 19, 20, 22, 23, 25, 29, 31], "superior": [1, 3, 23], "angular": 1, "pole": 1, "cerebellum": 1, "right": [1, 3, 7, 9, 10, 19, 20, 22, 23, 25, 29, 30, 31], "hemispher": [1, 23], "prefer": [1, 17, 20, 21, 22, 23, 24, 25, 26], "togeth": [1, 8, 9, 19, 22, 23, 24, 25, 26, 29], "strong": [1, 2, 3, 6, 8, 9, 24, 31], "compar": [1, 4, 5, 7, 8, 16, 19, 23, 24, 25, 26], "my": [1, 3, 7, 8, 18, 30], "abl": [1, 2, 3, 5, 7, 8, 9, 11, 16, 17, 19, 24, 29, 30, 31, 33], "80": [1, 21, 22, 29, 31], "84": 1, "accuraci": [1, 3, 10, 22, 26], "promis": 1, "evid": [1, 4, 8, 23, 30], "her": [1, 2, 8, 13], "sherlock": 2, "chen": [2, 25], "2017": [2, 7, 17, 22, 23, 25, 31], "patient": [2, 13, 23], "healthi": [2, 13, 23], "control": [2, 3, 5, 7, 8, 11, 15, 18, 19, 31], "listen": 2, "clip": [2, 3], "lep": 2, "2016": [2, 23], "commun": [2, 5, 6, 13, 18, 21, 33], "author": [2, 23, 30, 31], "get": [2, 5, 8, 9, 10, 11, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 29, 31, 32], "inform": [2, 3, 5, 8, 9, 10, 11, 12, 13, 15, 18, 19, 22, 23, 24, 25, 26, 29, 30, 31, 32], "repositori": [2, 7, 17, 18, 21, 23], "complet": [2, 3, 5, 7, 9, 11, 12, 13, 15, 18, 19, 22, 24, 25, 30, 31, 32, 33], "lyrra": 2, "isanberg": 2, "nina": 2, "kosowski": 2, "mia": 2, "newkirk": 2, "kristen": 2, "soh": 2, "sabrina": 2, "strauss": 2, "memori": [2, 3, 4, 9, 11, 15, 18, 19, 22, 24, 29, 32], "regard": [2, 3, 4, 30], "individualist": 2, "everi": [2, 3, 9, 10, 11, 15, 17, 18, 21, 22, 24, 25, 30, 31], "hi": [2, 13, 25, 29], "world": [2, 4, 5, 7, 9, 10, 17, 21], "To": [2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 29, 30, 31, 32], "better": [2, 4, 5, 8, 9, 11, 16, 22, 23, 24, 25, 29], "among": [2, 9, 10, 16, 23, 25, 31], "sever": [2, 7, 8, 9, 10, 11, 16, 17, 18, 19, 21, 22, 24, 25, 29, 31, 33], "activ": [2, 5, 7, 8, 9, 10, 11, 13, 14, 15, 16, 18, 19, 22, 23, 24, 25, 28, 30, 31, 32], "scene": [2, 4], "do": [2, 4, 5, 7, 9, 10, 11, 12, 14, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 28, 29, 30, 31, 32], "successfulli": [2, 7, 16, 17], "success": [2, 18], "doe": [2, 3, 5, 7, 8, 9, 10, 11, 12, 15, 16, 18, 22, 23, 25, 26, 29, 31], "throughout": [2, 7, 8, 10, 18, 22, 24, 30, 32, 33], "text": [2, 5, 7, 8, 9, 11, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 29, 31], "spatial": [2, 3, 5, 9, 10, 12, 18, 25, 31], "jada": 2, "brown": [2, 3, 13], "kera": 2, "carei": 2, "amanda": 2, "emili": [2, 13], "iqbal": 2, "ephthalia": 2, "michael": 2, "scwarzing": 2, "nathan": 2, "skinner": 2, "bryce": 2, "west": 2, "For": [2, 4, 5, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33], "known": [2, 4, 7, 8, 21, 23, 24, 26], "provok": 2, "tendenc": [2, 3, 11, 22], "medic": [2, 13, 23, 30], "treatment": [2, 9, 30], "suffer": [2, 22], "disord": [2, 13], "mdd": 2, "post": [2, 3, 8, 9, 10, 11, 13, 22, 23, 24, 30, 31, 33], "traumat": 2, "stress": [2, 13], "ptsd": 2, "act": [2, 19, 30], "circuitri": 2, "reactiv": 2, "anterior": [2, 3], "hippocampu": [2, 3], "damag": 2, "decreas": [2, 4, 18, 24, 31], "newer": [2, 15, 17, 18, 19], "prove": 2, "cingul": [2, 3, 4], "difficult": [2, 5, 9, 18, 24, 30], "navig": [2, 3, 7, 17, 18, 24], "cognit": [2, 3, 4, 7, 13, 24, 33], "reaction": 2, "experienc": 2, "therapi": 2, "poorli": 2, "defin": [2, 5, 8, 10, 11, 16, 19, 21, 22, 23, 26, 29, 31], "came": 2, "up": [2, 5, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 22, 23, 24, 25, 29, 30, 31], "test": [2, 3, 5, 8, 9, 10, 17, 18, 19, 22, 31, 32], "reanalz": 2, "2015": [2, 23], "1": [2, 10, 12, 15, 16, 17, 21, 23, 25, 26, 27, 28, 30, 32, 33], "creat": [2, 3, 5, 6, 7, 8, 9, 10, 11, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 31, 33], "nd": 2, "posit": [2, 8, 10, 12, 16, 19, 22, 23, 24, 25, 29, 31], "2": [2, 10, 12, 15, 16, 17, 21, 23, 24, 25, 26, 27, 28, 30, 33], "audio": 2, "main": [2, 9, 10, 11, 17, 18, 19, 20, 21, 23, 24, 26, 31], "investig": [2, 3, 4, 9, 13, 25, 31], "just": [2, 3, 5, 7, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 30], "multivoxel": [2, 22], "file": [2, 5, 6, 7, 9, 10, 11, 17, 18, 19, 20, 21, 22, 23, 24, 31, 32], "return": [3, 5, 7, 8, 9, 10, 11, 18, 19, 20, 21, 23, 24, 25, 29], "campu": [3, 17, 30, 32], "eager": 3, "video": [3, 4, 5, 8, 9, 11, 12, 18, 19, 22, 24, 25, 28, 29, 30, 31], "depict": [3, 9, 11], "event": [3, 4, 5, 7, 8, 9, 11, 18, 29, 30], "included": 3, "155": 3, "sampl": [3, 5, 8, 9, 10, 12, 22, 23, 25, 29, 31, 32], "black": 3, "live": [3, 7], "matter": [3, 5, 7, 23, 24], "protest": 3, "2020": [3, 7, 17], "presidenti": 3, "elect": 3, "covid": 3, "19": [3, 11, 17, 19, 23], "case": [3, 7, 9, 10, 11, 17, 19, 21, 22, 23, 24, 26, 32], "vaccin": 3, "pop": [3, 7], "cultur": 3, "vote": 3, "n": [3, 5, 8, 10, 11, 17, 18, 19, 20, 21, 22, 23, 25, 26, 29, 31], "7": [3, 5, 7, 8, 9, 11, 17, 19, 20, 21, 23, 25, 26, 27, 31], "much": [3, 5, 6, 7, 8, 9, 10, 11, 15, 17, 18, 19, 20, 22, 24, 25, 26, 29, 31], "evok": [3, 5, 23], "watch": [3, 4, 5, 8, 9, 11, 12, 15, 18, 22, 24, 25, 28, 29, 30, 31], "short": [3, 5, 8, 9, 10, 17, 18, 22, 24, 28, 29], "insurrect": 3, "capit": [3, 19, 26, 29], "contain": [3, 7, 9, 10, 11, 16, 17, 18, 19, 20, 24, 29, 31, 32], "footag": 3, "rioter": 3, "breach": 3, "preprocess": [3, 4, 5, 8, 9, 10, 11, 16, 17, 18, 27, 31, 33], "fmriprep": [3, 4, 7, 9, 11, 12, 15, 17, 18, 22, 25, 31, 33], "analyz": [3, 4, 6, 10, 16, 18, 19, 23, 28, 30, 33], "nltool": [3, 4, 5, 8, 9, 11, 12, 13, 16, 17, 22, 23, 25, 29, 31, 33], "python": [3, 4, 5, 6, 9, 12, 13, 15, 18, 19, 20, 23, 24, 25, 26, 27, 29, 31, 32, 33], "luci": 3, "shao": 3, "maev": 3, "helen": 3, "horan": 3, "pai": [3, 18], "attent": [3, 4], "evoc": 3, "visual": [3, 5, 7, 8, 10, 18, 20, 22, 23, 24, 25], "extend": [3, 11, 15, 25], "emotion": [3, 4], "drain": 3, "regul": 3, "skill": [3, 18, 30], "mai": [3, 4, 5, 7, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 29, 30, 31], "manag": [3, 7, 10, 13], "compass": 3, "fatigu": 3, "repeatedli": [3, 25], "encount": [3, 19, 26], "lead": [3, 9, 13, 16, 18, 22, 24, 31], "eventu": 3, "habitu": 3, "sought": 3, "phenomena": 3, "implic": [3, 4, 7, 30], "tradition": [3, 31], "amygdala": [3, 18], "those": [3, 4, 7, 9, 19, 21, 23, 29, 30], "execut": [3, 10, 15, 21], "less": [3, 4, 9, 12, 16, 21, 22, 23, 25, 29, 31], "further": [3, 4, 9, 23, 24, 25, 30], "elucid": 3, "attun": 3, "exert": 3, "hold": [3, 4], "new": [3, 5, 6, 9, 10, 11, 13, 17, 18, 20, 21, 22, 23, 24, 26, 29, 30, 33], "blunt": 3, "despit": 3, "rise": [3, 29], "death": [3, 4], "toll": 3, "jeff": 3, "gitahi": 3, "central": [3, 15, 30], "deriv": [3, 5, 7, 9, 11, 12, 18, 22, 23, 24, 25, 29, 31, 32], "sensori": [3, 4], "previou": [3, 10, 11, 20, 24, 29], "daili": 3, "compos": [3, 11, 29], "multimod": [3, 23], "technolog": 3, "facet": 3, "kei": [3, 5, 8, 9, 11, 15, 21, 22, 23, 24, 30, 32], "contributor": [3, 18], "beings": 3, "make": [3, 5, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31], "compon": [3, 4, 7, 8, 10, 24, 29, 30, 32], "leverag": [3, 10, 18, 19], "framework": [3, 11, 18, 20], "connect": [3, 7, 10, 12, 16, 18, 19, 23, 24, 25, 27, 30], "where": [3, 5, 7, 8, 9, 10, 11, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33], "four": [3, 10, 19, 20, 23], "half": [3, 9, 12, 16, 22, 24, 29], "minut": [3, 4, 7, 9, 11, 18, 25, 30], "valenc": 3, "hemodynam": [3, 5, 8, 10, 11, 16, 29], "acquir": 3, "phase": [3, 8, 29], "synchroni": [3, 27], "had": [3, 4, 5, 9, 11, 16, 18, 19, 24, 26, 31], "align": [3, 4, 9, 18, 23], "multipl": [3, 4, 5, 7, 8, 9, 11, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 31, 32], "timepoint": [3, 8, 9, 16, 29], "averag": [3, 5, 9, 10, 11, 16, 22, 23, 24, 31], "primari": [3, 5, 31], "auditori": [3, 7, 25], "plai": [3, 5, 7, 9, 10, 12, 19, 20, 24, 29, 31], "role": [3, 4], "conceptu": [3, 4, 5, 19, 25, 28], "exist": [3, 8, 11, 17, 19, 23, 30, 32, 33], "similar": [3, 4, 5, 8, 10, 11, 15, 16, 17, 18, 19, 20, 23, 24, 26, 27, 29], "point": [3, 5, 8, 9, 10, 11, 18, 19, 20, 22, 23, 24, 25, 26, 29, 31], "underli": [3, 8, 10, 13, 16, 29], "mechan": [3, 13, 23], "interpret": [3, 8, 9, 19, 21, 22, 24, 29, 32], "brianna": 3, "aubrei": 3, "halla": 3, "hafermann": 3, "vari": [3, 5, 9, 10, 11, 23, 24, 26, 29], "versu": [3, 4, 18, 19, 23], "hypothes": [3, 5, 8, 9, 11, 19, 22, 25, 31], "rather": [3, 5, 7, 8, 9, 10, 11, 17, 19, 20, 21, 22, 25, 29, 30], "pariet": 3, "lobul": 3, "temporopariet": 3, "junction": 3, "tpj": 3, "acc": [3, 5], "sulcu": 3, "later": [3, 10, 21, 23, 32], "ask": [3, 15, 21, 24, 30, 32], "them": [3, 4, 8, 9, 11, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29], "empathet": [3, 4], "feel": [3, 8, 18, 22, 24, 30], "move": [3, 9, 10, 15, 17, 24, 29, 30, 31, 32], "reveal": [3, 26], "medial": 3, "prefront": 3, "70": [3, 19, 25, 29], "hannah": [3, 4], "lebaron": 3, "olivia": 3, "marqui": 3, "ashlei": 3, "brandon": [3, 4], "zhou": 3, "psyc": 3, "60": [3, 19, 21, 23, 29], "set": [3, 4, 5, 7, 8, 9, 10, 11, 12, 15, 18, 19, 20, 22, 23, 24, 25, 29], "recenc": 3, "might": [3, 5, 7, 8, 9, 10, 11, 12, 16, 18, 19, 20, 22, 23, 24, 25, 26, 29, 30, 31, 32], "stronger": [3, 8, 16], "repres": [3, 5, 10, 11, 16, 18, 19, 22, 24, 26, 29, 31], "aspect": [3, 6, 7, 8, 9, 22, 25], "sinc": [3, 7, 12, 13, 17, 19, 20, 23], "begin": [3, 5, 8, 11, 19, 21, 24, 30, 32], "past": [3, 4, 5, 11, 16, 17, 18], "rang": [3, 5, 8, 10, 11, 12, 23, 24, 26, 29, 31, 32], "measur": [3, 5, 8, 9, 11, 14, 16, 22, 23, 24, 25, 27, 28, 29], "long": [3, 5, 11, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 29, 31], "ago": 3, "within": [3, 4, 5, 6, 7, 8, 9, 10, 11, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 32, 33], "second": [3, 4, 5, 7, 8, 9, 10, 12, 15, 18, 19, 20, 22, 24, 25, 26, 29, 30, 31, 32], "third": [3, 11, 12, 16, 20, 24, 31, 32], "coverag": 3, "highest": [3, 5, 19, 20, 25], "occipit": 3, "lobe": [3, 23], "t": [3, 4, 5, 7, 8, 9, 10, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 29, 30, 31, 32], "produc": [3, 5, 8, 10, 19, 22, 25], "r": [3, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 21, 24, 25, 30, 31], "0": [3, 5, 6, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31, 32, 33], "001": [3, 25, 31], "p": [3, 5, 8, 9, 10, 11, 21, 22, 24, 25, 26, 31], "992": 3, "meaning": [3, 24], "relationship": [3, 4, 5, 9, 10, 20, 24, 28, 29], "008": 3, "665": 3, "size": [3, 7, 8, 9, 10, 11, 12, 18, 19, 20, 22, 25, 26, 31], "frequent": [3, 5, 8, 9, 18, 24, 26], "judgement": 3, "joshua": 3, "ocampo": 3, "exposur": 3, "heighten": [3, 4], "partisan": 3, "affili": [3, 18, 32], "attempt": [3, 5, 11, 12, 17, 19, 22, 23, 25, 26, 31], "intens": [3, 8, 9, 11, 16, 18, 22, 23, 24, 29, 30, 31], "politic": 3, "comparison": [3, 5, 11, 21, 22, 23, 24, 27, 31], "subsequ": [3, 4], "although": [3, 10, 23, 24, 30], "inhibit": 3, "involv": [3, 4, 5, 8, 16, 22, 24, 25, 30], "judgment": [3, 12], "facial": 3, "recognit": [3, 8, 22], "neutral": 3, "potenti": [3, 5, 7, 8, 15, 22, 24, 30, 31], "cooper": 3, "welfar": 3, "ultim": [3, 11], "hypothesi": [3, 8, 9, 11, 22, 26, 30, 31], "elicit": [3, 11, 16], "evidenc": 3, "mindwand": 4, "themselv": [4, 31], "episod": 4, "season": 4, "3": [4, 10, 15, 16, 17, 20, 21, 23, 24, 25, 26, 27, 28, 30, 33], "love": 4, "robot": 4, "netflix": 4, "seri": [4, 5, 8, 10, 11, 16, 23, 24], "instruct": [4, 7, 9, 24, 30], "press": [4, 7, 12, 19, 30], "button": [4, 17], "everytim": 4, "thought": [4, 9, 19, 23, 24, 30, 31], "again": [4, 7, 11, 17, 19, 21, 23, 31, 32], "chang": [4, 5, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "view": [4, 8, 9, 10, 11, 14, 16, 17, 18, 19, 20, 23, 24, 25, 28, 29], "liesbeth": 4, "verheijn": 4, "gretchen": 4, "carpent": 4, "grace": 4, "gallant": 4, "carolin": 4, "conwai": 4, "yield": [4, 11, 22, 25, 26, 31], "ambigu": [4, 13], "dmn": 4, "mind": [4, 24, 25], "wander": 4, "aim": [4, 16, 23], "time": [4, 5, 7, 9, 10, 11, 12, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 31, 32], "respond": [4, 16, 25, 29], "similarli": [4, 5], "upon": [4, 19], "seven": 4, "televis": 4, "twice": [4, 26], "six": [4, 7, 9, 17, 19, 20], "mask": [4, 5, 10, 16, 18, 22, 24, 25], "appli": [4, 5, 8, 9, 10, 11, 15, 16, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31], "isc": 4, "princip": 4, "pca": [4, 5], "mean": [4, 5, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31, 32], "over": [4, 5, 7, 8, 9, 10, 11, 15, 16, 18, 19, 21, 22, 24, 25, 26, 29, 31, 32], "calcul": [4, 8, 9, 10, 11, 18, 19, 20, 22, 23, 24, 25, 26, 31], "larg": [4, 5, 7, 8, 12, 17, 18, 19, 22, 23, 29, 31], "prompt": [4, 7], "contextu": 4, "most": [4, 5, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 32], "distinct": [4, 8, 9, 18, 23], "vicari": 4, "pain": [4, 10, 13, 22], "distress": 4, "principl": [4, 5, 8, 30], "isol": [4, 8], "close": [4, 8, 21, 26, 30, 31, 33], "care": [4, 5, 10, 25, 30], "signal": [4, 5, 9, 10, 11, 18, 21, 22, 23, 24, 25, 27, 31, 33], "correspond": [4, 5, 7, 8, 9, 10, 11, 16, 18, 19, 23, 24, 31], "salienc": [4, 25], "attribut": [4, 6, 9, 10, 18, 22, 33], "familiar": [4, 5, 11, 29], "dorm": 4, "megan": 4, "liu": 4, "nicolson": 4, "previous": [4, 19], "rest": [4, 5, 7, 11, 21, 23, 24, 31], "state": [4, 5, 15, 19, 22, 23, 24, 30, 32, 33], "intern": [4, 6, 19, 33], "updat": [4, 9, 10, 12, 15, 17, 18, 20, 23, 24, 31], "novel": 4, "14": [4, 5, 8, 15, 17, 19, 20], "focus": [4, 5, 8, 13, 18, 23, 26, 28, 29], "segment": [4, 24, 32], "hidden": 4, "markov": [4, 23], "boundari": [4, 20, 23, 24], "narr": 4, "shift": [4, 11, 20, 21, 29], "moment": [4, 25, 26], "surpris": [4, 7, 18, 31], "precuneu": 4, "pcc": 4, "coher": [4, 5], "emphasi": 4, "input": [4, 10, 15, 19, 21, 22, 23, 24, 29, 31, 32], "obviou": [4, 8, 10, 24], "appear": [4, 5, 7, 9, 11, 16, 21, 22, 29, 30, 31], "locat": [4, 7, 15, 17, 18, 19, 20, 23, 24, 31, 32], "nuanc": [4, 8, 16], "integr": [4, 10, 18, 22, 30, 31], "extern": [4, 8, 10, 11, 29], "hand": [4, 5, 9, 10, 24, 25], "speak": [4, 30, 32], "capac": 4, "chunk": [4, 19], "ongo": [4, 23], "learn": [4, 5, 6, 8, 9, 11, 12, 13, 14, 16, 17, 18, 21, 22, 24, 25, 26, 28, 29, 30, 31, 33], "evan": 4, "bloch": 4, "sydnei": 4, "burton": 4, "christoph": 4, "cardillo": 4, "tanner": 4, "randal": 4, "center": [4, 8, 9, 16, 19, 24, 25, 26, 29, 30, 32, 33], "crucial": 4, "around": [4, 8, 9, 11, 18, 24, 29, 31, 33], "salient": 4, "possibl": [4, 5, 7, 8, 11, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 30], "reli": [4, 8, 23, 26], "preval": 4, "weren": 4, "seen": [4, 9, 16, 19, 29], "notion": 4, "fire": [4, 5, 10, 23], "suppos": [4, 5, 7, 8, 11, 18, 19, 22, 25], "purpos": [4, 19, 29, 30], "distract": 4, "help": [4, 8, 9, 10, 11, 12, 13, 15, 18, 19, 20, 21, 22, 24, 26, 29, 30, 32], "confus": [4, 15, 22], "written": [5, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32], "luke": [5, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "so": [5, 7, 8, 9, 10, 11, 12, 15, 17, 18, 19, 22, 23, 24, 25, 29, 31, 32], "far": [5, 7, 8, 22], "primarili": [5, 7, 8, 9, 11, 15, 17, 21, 22, 28, 30, 33], "character": [5, 16], "intrins": [5, 8], "There": [5, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 32, 33], "mani": [5, 7, 9, 10, 11, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 31, 32], "divis": [5, 21, 23], "anim": [5, 25], "trace": [5, 23], "bundl": [5, 10], "neuron": 5, "diffus": [5, 18, 22, 23], "map": [5, 10, 11, 12, 13, 16, 18, 19, 21, 22, 23, 24, 29], "white": [5, 8, 23, 24, 29], "direct": [5, 10, 11, 13, 15, 23, 25, 30, 32], "water": 5, "along": [5, 9, 10, 19, 32], "track": [5, 7, 18, 19, 20, 23], "techniqu": [5, 14, 16, 19, 21, 22, 25, 26, 29, 33], "fraction": 5, "ansiotropi": 5, "probablist": 5, "tractographi": [5, 23], "discuss": [5, 8, 9, 11, 16, 22, 23, 24, 25, 26, 29, 30, 32, 33], "altern": [5, 8, 16, 18, 19, 21, 22, 23, 25, 31, 32], "covari": [5, 8, 11, 20, 22, 24, 25], "think": [5, 7, 8, 9, 11, 12, 16, 18, 19, 22, 23, 24, 25, 29, 31], "necessarili": [5, 11, 19, 24, 25, 31], "impli": [5, 19], "exampl": [5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 29, 31, 32], "influenc": [5, 13, 16], "indirectli": 5, "via": [5, 7, 10, 16, 17, 18, 19, 23, 24, 26, 29, 30, 32, 33], "mediat": 5, "figur": [5, 8, 9, 10, 11, 15, 18, 19, 20, 24, 29, 31], "call": [5, 7, 8, 9, 10, 11, 15, 17, 18, 19, 20, 21, 22, 23, 24, 26, 29, 31], "graphic": [5, 8, 10, 11, 20, 32], "undirect": 5, "b": [5, 7, 9, 11, 18, 19, 21, 22, 24, 26, 29, 32], "typic": [5, 8, 9, 10, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 29, 30, 33], "describ": [5, 7, 8, 11, 22, 23, 25, 26, 29, 30, 31], "presum": [5, 22], "bidirect": 5, "tutori": [5, 7, 8, 9, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 29, 30, 31, 32, 33], "start": [5, 7, 8, 10, 11, 15, 16, 18, 19, 20, 21, 22, 23, 24, 26, 29, 31], "overview": [5, 8, 9, 11, 12, 14, 18, 19, 22, 24, 28, 29, 30, 31, 32], "martin": [5, 8, 11, 12, 18, 22, 24, 28, 31], "lindquist": [5, 8, 11, 12, 18, 22, 24, 28, 31], "ipython": [5, 8, 9, 10, 11, 12, 18, 22, 24, 28, 29, 31], "displai": [5, 7, 8, 9, 10, 11, 12, 18, 22, 23, 24, 25, 28, 29, 31], "youtubevideo": [5, 8, 9, 11, 12, 18, 22, 24, 28, 29, 31], "j0kx_rw0hmc": 5, "now": [5, 7, 8, 9, 10, 11, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 29, 31], "dive": [5, 11, 18, 19, 22, 24, 28], "littl": [5, 7, 8, 11, 15, 18, 19, 20, 21, 22, 24, 25, 26, 29], "bit": [5, 7, 8, 9, 11, 18, 19, 20, 22, 24, 25, 29], "deeper": [5, 11, 18, 19, 24], "detail": [5, 7, 8, 9, 18, 19, 22, 23, 24, 26, 29, 30, 31, 32, 33], "ovaqujut_1o": 5, "rel": [5, 7, 8, 9, 16, 18, 19, 21, 22, 25, 26], "simpl": [5, 8, 9, 11, 15, 19, 22, 23, 25, 29, 31], "done": [5, 7, 8, 9, 10, 12, 17, 22, 24, 29, 32], "extract": [5, 8, 10, 18, 24, 25, 29, 32], "regress": [5, 8, 9, 10, 11, 18, 19, 20, 24, 25], "against": [5, 9, 19], "anywher": [5, 23], "try": [5, 6, 7, 8, 9, 11, 12, 15, 16, 18, 19, 20, 21, 22, 24, 25, 26, 29, 31], "ourselv": [5, 11, 29], "pinel": [5, 7, 9, 11, 22, 25], "local": [5, 7, 9, 11, 12, 15, 17, 18, 19, 21, 22, 23, 24, 25, 31], "modul": [5, 8, 9, 10, 16, 18, 20, 22, 25, 30, 31, 33], "need": [5, 7, 9, 10, 11, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 29, 30, 31, 32], "path": [5, 9, 10, 11, 12, 17, 18, 19, 20, 21, 22, 24, 25, 31, 32], "matplotlib": [5, 8, 9, 11, 12, 16, 17, 18, 19, 22, 24, 25, 26, 29, 31, 33], "inlin": [5, 8, 9, 10, 11, 12, 17, 18, 19, 20, 22, 24, 25, 26, 29, 31], "os": [5, 7, 8, 9, 10, 11, 12, 18, 19, 21, 22, 24, 25, 31], "glob": [5, 7, 8, 9, 10, 11, 12, 21, 22, 25, 31], "numpi": [5, 8, 9, 11, 12, 16, 17, 18, 20, 22, 23, 24, 25, 26, 29, 31, 33], "np": [5, 8, 9, 10, 11, 12, 16, 18, 19, 20, 22, 24, 25, 26, 29, 31], "panda": [5, 7, 8, 9, 11, 12, 16, 17, 18, 22, 24, 25, 26, 27, 31], "pd": [5, 7, 8, 9, 10, 11, 12, 16, 17, 19, 20, 22, 24, 25, 26, 31], "pyplot": [5, 8, 9, 10, 11, 12, 16, 18, 20, 22, 24, 25, 26, 29, 31], "plt": [5, 8, 9, 10, 11, 12, 16, 18, 20, 22, 24, 25, 26, 29, 31], "seaborn": [5, 8, 9, 11, 12, 16, 17, 18, 19, 22, 24, 25, 26, 31], "brain_data": [5, 9, 11, 12, 16, 22, 23, 25, 31], "design_matrix": [5, 9, 11, 16], "adjac": [5, 18, 25], "expand_mask": [5, 22, 25], "roi_to_brain": [5, 25], "stat": [5, 8, 9, 10, 11, 16, 19, 25], "zscore": [5, 9, 10, 11, 18, 19, 20], "fdr": [5, 10, 25], "one_sample_permut": [5, 10, 25], "file_read": [5, 9, 11], "onsets_to_dm": [5, 9, 11], "plot": [5, 8, 9, 10, 11, 12, 16, 19, 22, 23, 24, 25, 27, 29, 31], "component_view": [5, 12], "scipi": [5, 8, 11, 16, 17, 24, 29], "binom": [5, 10], "ttest_1samp": [5, 10, 11], "sklearn": [5, 8, 10, 16, 17, 25], "metric": [5, 8, 9, 10, 18, 23, 25, 31], "pairwise_dist": [5, 10, 25], "copi": [5, 7, 10, 15, 18, 19, 25, 32], "deepcopi": [5, 24], "networkx": [5, 17], "nx": [5, 10], "nilearn": [5, 9, 11, 16, 17, 19, 22, 25, 33], "plot_stat_map": [5, 9, 10, 11, 25], "view_img_on_surf": [5, 22, 25], "bid": [5, 7, 9, 11, 17, 22, 24, 25, 32], "bidslayout": [5, 9, 11, 22, 24, 25], "bidsvalid": [5, 9, 11, 18, 22, 24, 25], "nibabel": [5, 9, 11, 17, 23, 24, 33], "nib": [5, 9, 10, 11, 18, 24], "base_dir": [5, 12, 24], "data_dir": [5, 9, 11, 18, 22, 23, 24, 25, 31], "join": [5, 7, 10, 11, 12, 18, 19, 21, 22, 24, 25, 31], "layout": [5, 9, 10, 11, 18, 22, 24, 25], "true": [5, 7, 8, 9, 10, 11, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31], "load": [5, 7, 8, 9, 10, 11, 15, 20, 22, 23, 24, 25, 31, 32], "sub": [5, 7, 9, 11, 12, 18, 23, 24, 25, 31], "s01": [5, 7, 9, 12, 18, 24, 25], "fwhm": [5, 9, 11, 12, 24], "6": [5, 7, 8, 9, 11, 12, 16, 17, 18, 19, 20, 21, 24, 26, 27, 29, 30, 31], "scope": [5, 8, 9, 11, 18, 20, 24, 25, 28], "suffix": [5, 9, 11, 18], "bold": [5, 8, 9, 11, 14, 18, 24], "extens": [5, 9, 11, 18, 19, 23, 24, 25, 29, 30], "nii": [5, 7, 9, 11, 12, 18, 22, 23, 25, 31], "gz": [5, 7, 9, 11, 12, 18, 19, 22, 23, 25, 31], "return_typ": [5, 9, 11, 18], "smooth": [5, 7, 10, 11, 12, 18, 29, 31], "next": [5, 8, 10, 11, 16, 17, 18, 19, 22, 23, 24, 25, 29, 31], "pick": [5, 9, 12, 24], "pretti": [5, 8, 19, 26], "ani": [5, 6, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 21, 24, 25, 26, 29, 30, 31, 32, 33], "parcel": [5, 22, 25], "coactiv": 5, "000": [5, 25, 26, 31], "publish": [5, 18, 19, 30, 33], "neurosynth": [5, 18, 22, 23, 25], "k50_2mm": [5, 22, 25], "http": [5, 7, 13, 15, 17, 18, 19, 23, 24, 30, 32, 33], "neurovault": [5, 10, 18, 23], "org": [5, 7, 15, 18, 19, 23, 30, 31, 33], "8423": [5, 18, 23], "its": [5, 7, 10, 21, 23, 24, 29, 30], "uniqu": [5, 9, 11, 19, 23], "binari": [5, 10, 11, 16, 18], "mask_x": [5, 22, 25], "f": [5, 7, 8, 9, 10, 11, 12, 16, 18, 19, 20, 21, 23, 24, 25, 26, 29, 31], "index": [5, 9, 15, 17, 18, 20, 21, 24, 29], "correct": [5, 9, 16, 22, 24, 25, 26, 29], "label": [5, 8, 10, 11, 12, 18, 19, 20, 22, 25, 26, 29], "vmpfc": 5, "32": [5, 15, 18, 19], "extract_roi": [5, 10, 18], "figsiz": [5, 8, 9, 11, 16, 20, 24, 29, 31], "15": [5, 7, 8, 9, 15, 16, 17, 19, 20, 21, 24, 25, 26, 29, 31], "linewidth": [5, 8, 9, 11, 20, 24, 29, 31], "ylabel": [5, 8, 9, 11, 20, 25, 26, 29, 31], "intensitii": 5, "fontsiz": [5, 8, 9, 11, 16, 20, 24, 25, 26, 29, 31], "18": [5, 8, 9, 11, 17, 19, 20, 24, 25, 26, 29, 31], "xlabel": [5, 8, 9, 11, 20, 25, 29, 31], "tr": [5, 8, 9, 11, 12, 16, 22, 24, 29], "okai": [5, 9, 11, 18, 22, 31], "build": [5, 6, 8, 10, 15, 16, 23, 24, 29], "matrix": [5, 10, 11, 16, 18, 19, 20, 24, 25, 29], "goal": [5, 6, 8, 16, 19, 22, 23, 30, 31], "nuisanc": [5, 10, 22, 25], "regressor": [5, 7, 8, 9, 11, 22, 25], "sensit": [5, 11, 23, 31], "head": [5, 7, 9, 10, 12, 15, 16, 19, 24, 25, 32], "motion": [5, 9, 12, 22, 24, 25], "articl": [5, 16], "jonathan": 5, "power": [5, 8, 10, 11, 12, 19, 21, 25, 29, 31], "slightli": [5, 8, 11, 16, 19, 25, 30, 31, 33], "analyi": 5, "mass": [5, 10, 22], "go": [5, 7, 8, 9, 11, 15, 17, 18, 19, 20, 21, 22, 24, 25, 31, 32], "remov": [5, 7, 8, 9, 10, 12, 18, 19, 24, 25], "csf": [5, 7, 24], "physiolog": [5, 8, 12, 16, 24], "24": [5, 7, 8, 9, 15, 17, 19, 20, 23, 30, 32], "linear": [5, 10, 16, 18, 19, 20, 22, 24, 25, 27, 29, 33], "quadrat": [5, 9, 10], "trend": [5, 18, 22], "filter": [5, 7, 10, 12, 18, 22, 24, 25], "normal": [5, 8, 10, 11, 12, 18, 19, 20, 26, 32], "too": [5, 7, 8, 9, 10, 15, 19, 21, 22, 25, 26, 29, 31], "global": [5, 7, 9, 15, 18, 23], "reduc": [5, 8, 9, 11, 19, 22, 24, 30], "likelihood": [5, 8], "observ": [5, 8, 11, 12, 16, 18, 19, 20, 22, 23, 24, 25, 26, 29, 31], "your": [5, 7, 8, 10, 11, 12, 15, 18, 19, 20, 21, 22, 23, 24, 26, 29, 30, 31, 32], "anticorrel": 5, "procedur": [5, 8, 9, 11, 22, 23, 24, 25, 26, 31], "remain": [5, 9, 17, 21, 29, 30], "quit": [5, 16, 23, 25], "controversi": [5, 31], "practic": [5, 7, 8, 9, 11, 17, 18, 21, 22, 23, 24, 25, 29, 30, 31], "here": [5, 7, 8, 9, 10, 11, 13, 14, 15, 16, 18, 19, 20, 21, 22, 24, 25, 28, 29, 31, 32], "depth": [5, 8, 11, 12, 16, 19, 21, 24, 25, 28, 29], "gener": [5, 6, 7, 9, 10, 11, 16, 17, 18, 19, 21, 23, 24, 26, 27, 29, 31, 33], "suffici": 5, "It": [5, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 29, 31, 32], "compcorr": 5, "overal": [5, 8, 9, 11, 18, 19, 22, 24, 31], "code": [5, 7, 8, 10, 13, 15, 17, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31], "seem": [5, 7, 16, 26, 31], "singl": [5, 7, 8, 10, 18, 19, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33], "glm": [5, 10, 11, 16, 22, 25], "get_tr": [5, 9, 11], "n_tr": [5, 8, 9, 11, 16], "len": [5, 8, 9, 10, 11, 18, 21, 22, 25, 26, 29], "def": [5, 8, 9, 11, 20, 21, 24, 29], "make_motion_covari": [5, 9, 11], "mc": [5, 9, 11], "z_mc": [5, 9, 11], "all_mc": [5, 9, 11], "concat": [5, 9, 10, 11, 16, 19, 20], "diff": [5, 9, 11, 26], "axi": [5, 8, 9, 10, 11, 12, 16, 18, 19, 20, 24, 25, 29], "fillna": [5, 9, 10, 11], "inplac": [5, 9, 11, 19], "sampling_freq": [5, 9, 11, 12, 16, 29], "datafram": [5, 9, 10, 11, 18, 20, 22, 25, 26], "column": [5, 7, 8, 9, 10, 11, 16, 18, 20, 24, 25, 29], "csf_mask": 5, "upper": [5, 19, 21, 25, 26], "binar": [5, 23], "spike": [5, 9, 10, 11, 12, 16, 22, 25, 29], "find_spik": [5, 9, 10, 11, 18], "global_spike_cutoff": [5, 9, 11], "diff_spike_cutoff": [5, 9, 11], "read_csv": [5, 7, 9, 10, 11, 19, 20, 24], "tsv": [5, 7, 9, 11, 18, 24], "sep": [5, 7, 9, 10, 11, 19, 20, 24], "trans_x": [5, 9, 11, 24], "trans_i": [5, 9, 11, 24], "trans_z": [5, 9, 11, 24], "rot_x": [5, 9, 11, 24], "rot_i": [5, 7, 9, 11, 24], "rot_z": [5, 7, 9, 11, 24], "mc_cov": [5, 9, 11], "dm": [5, 9, 11], "drop": [5, 10, 19, 26, 29], "add_poli": [5, 9, 10, 11], "include_low": [5, 9, 11], "x": [5, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 29, 30, 31, 32], "vmpfc_conn": 5, "beta": [5, 7, 9, 11, 22, 25], "25": [5, 7, 9, 17, 19, 20, 21, 29, 30], "lower": [5, 8, 12, 19, 25, 26, 31], "notic": [5, 6, 7, 9, 11, 15, 16, 18, 19, 22, 24, 25, 29, 31], "default": [5, 7, 9, 10, 12, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 29], "mode": [5, 8, 10, 11, 16, 21, 23], "actual": [5, 7, 8, 9, 10, 16, 20, 21, 22, 24, 25, 29], "repeat": [5, 11, 19, 21], "consist": [5, 8, 11, 18, 19, 20, 21, 23, 25, 29], "finger": [5, 7, 9, 25], "tap": [5, 7, 9, 25], "combin": [5, 8, 9, 11, 16, 19, 21, 22, 23, 24, 25, 29, 31], "term": [5, 8, 9, 10, 11, 12, 23, 24, 29, 30, 33], "propos": [5, 23, 25, 26, 31], "friston": 5, "1997": [5, 16], "read": [5, 6, 7, 8, 9, 10, 11, 12, 15, 17, 19, 20, 21, 22, 23, 25, 27], "jeanett": [5, 9, 31], "mumford": [5, 8, 9, 11, 30, 31], "raw": [5, 7, 9, 17, 18, 19, 23, 24], "nifti1": [5, 10, 18], "nifti1imag": [5, 18, 23], "0x7facc4387e10": 5, "load_bids_ev": [5, 9, 11], "instanc": [5, 7, 9, 10, 11, 12, 18, 19, 22, 24], "shape": [5, 8, 9, 10, 11, 13, 16, 18, 19, 24, 29], "onset": [5, 8, 9, 11], "durat": [5, 9, 11, 29, 32], "stim": [5, 9, 11], "run_length": [5, 9, 11], "motor_vari": 5, "video_left_hand": [5, 9], "audio_left_hand": [5, 9], "video_right_hand": [5, 9], "audio_right_hand": [5, 9], "ppi_dm": 5, "loc": [5, 19, 24, 26], "sum": [5, 8, 9, 11, 16, 18, 19, 22, 24, 25, 26, 29], "ppi_dm_conv": 5, "convolv": [5, 8, 9, 10, 11, 16, 22, 24, 29], "vmpfc_motor": 5, "motor_c0": 5, "heatmap": [5, 8, 9, 10, 11, 25, 29, 31], "user": [5, 7, 8, 9, 10, 12, 15, 16, 17, 18, 19, 20, 21, 23, 24, 30, 32], "lukechang": [5, 7, 8, 9, 12, 16, 17, 18, 19, 20, 21, 23, 24], "anaconda3": [5, 7, 8, 9, 16, 17, 19, 23], "lib": [5, 7, 8, 9, 16, 17, 19, 23], "python3": [5, 7, 8, 9, 16, 17, 19, 21, 23], "site": [5, 7, 8, 9, 16, 17, 18, 19, 23], "packag": [5, 7, 8, 9, 10, 11, 12, 15, 16, 19, 20, 22, 23, 24, 25, 26, 33], "py3": [5, 17], "egg": [5, 17], "py": [5, 8, 9, 16, 19, 23], "141": 5, "userwarn": [5, 9, 16], "inconsist": 5, "expect": [5, 8, 9, 11, 18, 19, 22, 23, 26, 30, 31, 33], "pleas": [5, 6, 17, 19, 30, 33], "manual": [5, 7, 12, 15, 17, 23, 24], "verifi": [5, 30, 31], "output": [5, 7, 9, 10, 11, 12, 19, 23, 29, 31, 32], "audio_comput": [5, 9], "readi": [5, 7, 9, 11, 12, 22, 24, 32], "inspect": [5, 9, 10], "profil": [5, 15, 23, 31], "ppi": 5, "ppi_stat": 5, "vmpfc_motor_ppi": 5, "int": [5, 8, 10, 11, 16, 19, 21, 24, 29], "tell": [5, 18, 19, 20, 32], "interrog": 5, "pre": [5, 20, 23, 30, 33], "sma": 5, "iplot": [5, 9, 10, 11, 18, 22], "assum": [5, 8, 9, 11, 16, 24, 26, 29, 31], "stationari": [5, 29], "constant": [5, 10, 19, 29, 31], "beyond": [5, 11, 17, 20, 23, 28], "current": [5, 7, 10, 13, 15, 19, 20, 21, 22, 23, 24, 31, 33], "encourag": [5, 7, 8, 9, 18, 20, 22, 25, 26, 29, 30, 31], "you": [5, 6, 7, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 32], "degre": [5, 8, 10, 11, 19, 20, 23, 30, 31], "requir": [5, 7, 8, 9, 11, 15, 17, 18, 19, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33], "assumpt": [5, 8, 11, 23, 26, 29, 31], "node": [5, 7, 10, 15, 23, 24, 32], "fit": [5, 8, 9, 10, 19, 22, 24, 26, 31], "itself": [5, 7, 9, 16, 19, 20], "uninterpret": 5, "formul": [5, 8, 11], "computation": [5, 8, 11, 17, 18, 22, 25, 26, 31], "expens": [5, 11, 17, 18, 22, 25, 26, 31], "frac": [5, 8, 9, 11, 18, 29, 31], "total": [5, 7, 8, 9, 15, 23], "gv5engw0bb": 5, "sem": 5, "earli": [5, 11, 18, 21, 31], "specifi": [5, 7, 8, 9, 10, 11, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 29, 30, 31, 32], "paramet": [5, 8, 9, 10, 11, 15, 16, 18, 19, 20, 22, 24, 26, 29, 31, 32], "reflect": [5, 8, 9, 11, 16, 23, 24, 26, 29], "variabl": [5, 7, 8, 10, 11, 13, 15, 16, 18, 19, 20, 22, 23, 25, 26, 29], "zero": [5, 8, 9, 10, 11, 16, 18, 19, 22, 24, 25, 26, 29], "estim": [5, 10, 11, 12, 15, 22, 23, 24, 25, 26, 31], "routin": [5, 10], "construct": [5, 9, 10, 11, 21, 23, 29], "z": [5, 9, 10, 16, 18, 19, 24, 25, 29], "y": [5, 8, 9, 10, 11, 16, 18, 19, 20, 21, 22, 24, 25, 26, 29, 31, 32], "coupl": [5, 11, 12, 23], "moder": 5, "ii": [5, 31], "econometr": 5, "quantifi": [5, 8, 24], "frequenc": [5, 8, 9, 10, 11, 12, 24, 25, 26, 31], "domain": [5, 9, 11, 24], "rare": [5, 8, 9, 26, 29, 31], "explain": [5, 9, 11, 22, 26], "dcm": 5, "innov": [5, 13], "addresess": 5, "problem": [5, 7, 8, 9, 10, 11, 15, 20, 22, 23, 30], "bayesian": 5, "best": [5, 7, 11, 16, 18, 22, 24, 25], "pair": [5, 10, 15, 19, 21, 23], "latent": [5, 16], "factor": [5, 10, 11, 23, 29], "dimension": [5, 10, 19, 24, 25, 29], "recal": [5, 8, 9, 10, 16, 22, 24, 25, 29], "alreadi": [5, 7, 8, 9, 11, 12, 15, 17, 18, 20, 22, 23, 32], "nois": [5, 10, 11, 16, 18, 22, 23, 24, 25, 27, 31, 32], "With": [5, 17, 23], "lab": [5, 8, 9, 13, 15, 17, 18, 20, 24, 25, 26, 27, 29, 32, 33], "klp": 5, "8t5gleg": 5, "varianc": [5, 10, 16, 22], "random": [5, 7, 8, 9, 10, 11, 16, 19, 20, 23, 26, 29, 31], "transform": [5, 8, 9, 10, 18, 20, 25], "uncorrel": [5, 11], "amount": [5, 8, 9, 11, 15, 16, 17, 19, 22, 24, 29, 31], "eigenimag": 5, "usual": [5, 8, 9, 15, 22, 23, 24, 30], "singular": [5, 15], "svd": 5, "oper": [5, 8, 10, 11, 17, 23, 24, 29, 30, 31], "usv": 5, "v": [5, 15], "u": [5, 11, 21], "diagon": [5, 10, 24, 25], "whose": [5, 8], "element": [5, 7, 10, 19, 21, 22, 29, 31], "convert": [5, 10, 15, 17, 18, 19, 21, 25, 29, 32], "timecours": [5, 12, 16], "scale": [5, 8, 9, 10, 11, 18, 20, 24, 25, 29], "orthogon": 5, "nth": [5, 10], "dot": [5, 8, 10, 11, 20], "product": [5, 10, 31], "u_n": 5, "vn": 5, "s_n": 5, "s_1": [5, 11], "u_1": 5, "v_1": 5, "s_2": [5, 11], "u_2": 5, "v_2": 5, "v_n": 5, "denois": [5, 7, 9, 16, 25], "compris": [5, 24], "residu": [5, 8, 9, 24], "essenti": [5, 8, 9, 10, 19, 20, 21, 22, 29, 31], "ident": [5, 8, 9, 11, 19, 23, 24], "except": [5, 7, 9, 10, 11, 18, 19, 22], "associ": [5, 8, 9, 13, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 30], "smoothed_denois": 5, "decompos": [5, 8, 10, 11, 12, 16, 18, 25], "algorithm": [5, 9, 11, 12, 16, 22, 23, 24, 29, 31], "space": [5, 7, 9, 10, 12, 16, 18, 19, 21, 22, 23, 24, 29, 32], "n_compon": [5, 12, 16, 25], "pca_stats_output": 5, "viewer": [5, 10, 12, 17, 18, 24], "rememb": [5, 8, 9, 10, 11, 12, 19, 24, 25, 29, 31, 32], "hopefulli": [5, 7, 11, 24, 25, 26], "everyth": [5, 7, 8, 11, 15, 17, 20, 24, 30, 31, 32], "eigenvalu": 5, "store": [5, 7, 17, 18, 21, 22, 24, 25], "decomposition_object": 5, "stats_output": 5, "singular_values_": 5, "explained_variance_ratio_": 5, "scree": 5, "percent": [5, 31], "descend": 5, "subplot": [5, 8, 9, 10, 11, 16, 20, 24, 29, 31], "ncol": [5, 8, 11, 20, 24, 29, 31], "12": [5, 7, 15, 17, 18, 19, 20, 23, 24, 25, 29, 30, 31], "set_ylabel": [5, 8, 10, 11, 16, 20, 24, 29, 31], "set_xlabel": [5, 10, 11, 16, 20, 24, 29, 31], "set_titl": [5, 8, 10, 11, 16, 20, 24, 29, 31], "cumsum": 5, "cumul": 5, "blindli": 5, "sourc": [5, 7, 10, 11, 12, 15, 16, 18], "const": [5, 19], "linearli": [5, 9, 11, 29], "mix": [5, 19, 21], "fix": [5, 7, 8, 9, 11, 18, 19, 24], "orthonorm": 5, "constraint": 5, "AS": 5, "un": 5, "w": [5, 29, 32], "wx": 5, "approxim": [5, 7, 8, 11, 12, 24, 26, 31], "gaussian": [5, 8, 9, 11, 12, 16, 24, 29, 31], "trivial": [5, 19, 24], "switch": [5, 7, 16, 19, 25, 29], "reader": [5, 7, 9, 19, 25, 26, 28], "edg": [5, 9, 10, 11, 18, 23, 25], "strength": [5, 11, 20, 23], "That": [5, 21, 29], "pairwis": [5, 9, 11, 25], "effici": [5, 7, 9, 10, 11, 18, 21, 25, 29, 32], "send": [5, 21], "length": [5, 8, 10, 11, 16, 19, 21, 24, 29], "introduct": [5, 7, 22, 24, 27, 29, 31, 33], "v8ls5ved1ng": 5, "off": [5, 7, 8, 9, 17, 24, 29, 30], "pearson": [5, 25], "scikit": [5, 12, 16, 17, 18, 22], "faster": [5, 10, 12, 15, 19, 22, 25, 29], "distanc": [5, 10, 11, 18, 25, 29], "subtract": [5, 8, 11, 18, 19, 21, 25], "roi_corr": 5, "squar": [5, 8, 9, 10, 20, 22, 24, 31], "vmin": [5, 9, 20, 25, 31], "vmax": [5, 9, 20, 25, 31], "cmap": [5, 9, 20, 23, 24, 25, 29, 31], "rdbu_r": [5, 9, 20, 25, 31], "axessubplot": [5, 9, 20], "cast": [5, 9, 10, 21], "matric": [5, 9, 10, 18, 19, 20, 24, 25], "object": [5, 8, 9, 10, 18, 20, 25], "toolbox": [5, 9, 10, 16, 18, 23], "indic": [5, 8, 9, 10, 11, 16, 19, 21, 22, 24, 25, 29, 31], "presenc": [5, 26, 31], "simpli": [5, 7, 8, 9, 10, 11, 18, 19, 22, 24, 29, 31], "arbitrari": [5, 9, 10, 12, 31], "matrix_typ": [5, 25], "a_threshold": 5, "quick": [5, 9, 10, 11, 18, 19, 20, 21, 25, 31], "20": [5, 7, 8, 9, 11, 12, 15, 16, 17, 18, 19, 24, 25, 26, 29, 31], "to_graph": [5, 10], "po": 5, "kamada_kawai_layout": 5, "node_and_degre": 5, "draw_networkx_edg": 5, "width": [5, 9, 19, 24, 29, 31], "alpha": [5, 20, 22, 26, 31], "draw_networkx_label": 5, "font_siz": 5, "font_color": 5, "darkslategrai": 5, "draw_networkx_nod": 5, "nodelist": 5, "list": [5, 7, 8, 10, 11, 15, 18, 19, 20, 23, 25, 32], "dict": [5, 10, 19, 21], "node_s": 5, "100": [5, 7, 8, 9, 11, 21, 22, 23, 25, 29, 31], "node_color": 5, "cm": 5, "reds_r": 5, "edgecolor": 5, "pathcollect": [5, 20], "0x7facb0faf810": 5, "distribut": [5, 7, 8, 10, 11, 16, 17, 18, 20, 22, 23, 24, 25, 26, 30, 31, 32], "hist": [5, 8, 10, 11, 20, 25, 31], "back": [5, 8, 11, 17, 18, 19, 20, 24, 25, 29], "onto": [5, 10, 11, 15, 19], "concaten": [5, 9, 10, 18, 21], "recast": [5, 18], "brain_degre": 5, "to_nifti": [5, 10, 18, 22, 23, 25], "insula": 5, "fairli": [5, 7, 12, 18, 19, 24, 25, 26, 31], "classic": [5, 22, 26], "Of": [5, 11, 25], "select": [5, 7, 8, 10, 12, 16, 19, 21, 24, 26, 29, 31], "cutoff": [5, 9, 29, 31], "48": [5, 7, 23, 29], "subject01": 5, "wonder": [6, 8, 31], "neuroimag": [6, 8, 10, 11, 13, 16, 19, 21, 23, 24, 27, 30, 32, 33], "scientif": [6, 7, 10, 11, 13, 17, 18, 21, 30, 33], "commit": [6, 13, 30], "knowledg": [6, 8, 15], "tool": [6, 9, 10, 11, 13, 18, 19, 23, 24, 31, 32], "dartbrain": [6, 7, 12, 13, 17, 18, 19, 21, 24, 30, 31, 32, 33], "resourc": [6, 17, 19, 21, 24, 30], "incorpor": 6, "open": [6, 7, 10, 13, 15, 18, 19, 20, 25], "content": [6, 18, 19, 21, 23, 33], "let": [6, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 29, 31], "know": [6, 8, 9, 11, 15, 16, 17, 18, 19, 22], "inadvert": 6, "omit": 6, "credit": [6, 30], "though": [6, 7, 8, 9, 12, 16, 18, 19, 20, 24, 25, 26, 29, 31], "taught": 6, "welcom": [6, 7], "anyon": [6, 7, 9, 18, 30, 31], "host": [6, 17, 19], "github": [6, 13, 17, 18, 19, 21, 23], "If": [6, 7, 8, 9, 10, 11, 12, 15, 17, 18, 19, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32], "comment": [6, 17, 19], "issu": [6, 7, 8, 9, 17, 19, 22, 24, 26, 31, 32], "mistak": 6, "either": [6, 9, 10, 16, 17, 18, 19, 23, 25, 31], "submit": [6, 15, 24, 30], "pull": [6, 7], "request": [6, 7, 10, 17, 19, 24, 30, 32], "review": [6, 9, 11, 22, 23, 26], "websit": [6, 7, 17, 21, 30, 31, 32], "built": [6, 7, 9, 10, 18, 20, 21, 24, 32, 33], "jupyt": [6, 18, 20, 24, 29, 30, 32, 33], "jekyl": 6, "markdown": [6, 17, 21], "notebook": [6, 7, 8, 10, 11, 18, 19, 20, 23, 24, 29, 32], "neat": [6, 18, 20], "ie": [6, 24], "folder": [6, 7, 9, 11, 17, 18, 19, 21, 24, 31, 32], "under": [6, 7, 13, 18, 23, 26, 30, 32, 33], "creativ": [6, 30, 33], "sharealik": [6, 33], "4": [6, 11, 12, 15, 16, 17, 18, 19, 20, 21, 23, 24, 26, 27, 28, 30, 31, 33], "cc": [6, 33], "BY": [6, 33], "sa": [6, 33], "kevin": 7, "ortego": 7, "probe": [7, 9, 33], "math": [7, 8, 19], "cu": [7, 9], "screen": [7, 9, 17], "modal": [7, 9, 23, 24], "hear": [7, 9, 29], "trial": [7, 9, 11, 16, 22, 25], "optim": [7, 8, 9, 10, 15, 21, 22, 24, 31], "maxim": [7, 9, 12, 24], "rapid": [7, 9, 20], "5": [7, 8, 9, 11, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 31, 32], "suit": [7, 9, 11, 19, 23], "5min": [7, 9], "c": [7, 8, 9, 10, 11, 18, 19, 21, 24, 30, 32], "option": [7, 9, 10, 18, 19, 21, 23, 29, 30, 32], "94": [7, 9, 18], "smaller": [7, 8, 9, 11, 23, 29, 31], "subset": [7, 9, 19], "osf": 7, "recommend": [7, 8, 9, 10, 12, 16, 17, 18, 19, 21, 23, 24, 25, 29, 31, 32], "format": [7, 10, 11, 18, 19, 20, 21, 24, 32, 33], "walk": 7, "access": [7, 10, 17, 18, 19, 24, 29, 30], "datset": 7, "note": [7, 8, 9, 10, 11, 12, 15, 17, 18, 19, 20, 21, 22, 24, 25, 29, 30, 31], "42gb": 7, "mostli": [7, 24], "8gb": [7, 15], "thing": [7, 8, 9, 10, 14, 15, 18, 19, 20, 22, 24], "psych60": [7, 9, 12, 30], "jupyterhub": [7, 24, 27, 30, 33], "server": [7, 10, 15, 18, 24, 30, 32, 33], "easist": 7, "top": [7, 8, 9, 10, 15, 19, 20, 24, 29], "handi": [7, 19], "command": [7, 10, 11, 18, 19, 20, 21, 23, 24, 32], "line": [7, 8, 9, 10, 11, 15, 17, 18, 19, 20, 21, 23, 24, 29, 31], "interfac": [7, 10, 17, 18, 20, 21, 24, 32], "offer": [7, 18, 26, 30], "featur": [7, 8, 11, 12, 16, 17, 18, 19, 23, 31], "worth": [7, 15], "effort": [7, 18], "clone": 7, "full": [7, 9, 10, 11, 13, 15, 18, 19, 20, 24, 26], "directori": [7, 9, 10, 15, 17, 18, 19, 21, 24, 32], "structur": [7, 10, 18, 19, 25], "symbol": 7, "link": [7, 10, 15, 17, 23, 24, 25], "onc": [7, 10, 17, 18, 19, 22, 23, 24, 32], "easili": [7, 17, 18, 19, 21, 23, 24, 26, 31, 32], "filenam": [7, 10, 11, 18, 21], "As": [7, 8, 9, 11, 16, 18, 19, 21, 22, 23, 24, 25, 26, 30, 31], "cover": [7, 8, 9, 11, 12, 17, 19, 20, 22, 23, 24, 25, 26, 29, 30, 31, 33], "comprehens": [7, 18, 21, 24, 32], "handbook": [7, 19, 30, 32], "troubleshoot": 7, "pip": [7, 10, 17, 18, 21, 29], "depend": [7, 8, 10, 15, 17, 19, 22, 23, 24, 25, 28, 31, 32], "automat": [7, 10, 15, 17, 19, 21, 23], "osx": 7, "homebrew": 7, "brew": 7, "debian": 7, "ubuntu": 7, "enabl": [7, 19, 20, 32], "neurodebian": 7, "apt": [7, 23], "sudo": 7, "satisfi": [7, 17], "msgpack": 7, "appdir": 7, "chardet": [7, 17], "keyr": 7, "8": [7, 8, 9, 11, 17, 19, 20, 21, 25, 27, 29, 32], "21": [7, 15, 17, 19, 21, 23, 32], "gitpython": 7, "fasten": 7, "jsmin": 7, "iso8601": [7, 19], "alt": [7, 21], "patool": 7, "wrapt": 7, "11": [7, 9, 16, 17, 19, 27, 30], "tqdm": [7, 11], "whoosh": 7, "boto": 7, "49": [7, 16, 21, 23], "simplejson": [7, 17], "17": [7, 17, 19, 20, 23], "pygithub": 7, "47": [7, 22, 26], "importlib": 7, "metadata": [7, 10, 18], "python_vers": [7, 17], "gitdb": 7, "monoton": [7, 11, 25], "pyjwt": 7, "deprec": [7, 8, 19], "urllib3": [7, 17], "26": [7, 17, 19, 22, 25], "certifi": [7, 17], "idna": [7, 17], "zipp": 7, "smmap": 7, "tricki": [7, 19, 32], "gitannex": 7, "good": [7, 8, 9, 10, 15, 21, 22, 24, 25, 29, 31], "chanc": [7, 15, 19, 22, 26], "problemat": [7, 26, 31], "configur": [7, 15, 20, 21], "easi": [7, 8, 9, 10, 11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26], "miss": [7, 10, 24], "skip": [7, 19, 32], "especi": [7, 8, 13, 18, 19, 22], "isa": 7, "summari": [7, 10, 18, 19, 24], "resolv": [7, 12, 16, 17], "reinstal": 7, "don": [7, 8, 9, 15, 16, 17, 18, 19, 20, 22, 24, 25, 29, 30, 31, 32], "yet": [7, 11, 25, 29, 31, 32], "straightforward": [7, 8, 24, 25, 26, 31], "anaconda": [7, 17, 21], "relev": [7, 17, 29], "Be": [7, 9, 17, 29], "safe": [7, 30], "add": [7, 8, 9, 10, 11, 16, 17, 18, 19, 20, 21, 22, 24, 29, 31], "TO": [7, 15, 21, 32], "re": [7, 11, 17, 24, 25, 26, 29], "proce": 7, "strongli": [7, 9, 24], "discourag": 7, "ad": [7, 8, 9, 10, 11, 16, 17, 18, 19, 20, 22, 24, 25, 29, 30, 31, 32], "dialogu": 7, "windowskei": 7, "click": [7, 9, 17], "menu": [7, 21], "scroll": [7, 12], "down": [7, 8, 12, 16, 17, 24, 29], "advanc": [7, 8, 19, 20, 31, 33], "tab": [7, 12, 19, 21], "environ": [7, 10, 15, 24, 30], "pane": 7, "uninstal": [7, 17], "guarante": 7, "entri": [7, 9, 10, 21], "abov": [7, 9, 11, 19, 20, 21, 23, 26, 29, 31], "myusernam": 7, "librari": [7, 10, 18, 19, 20, 21], "mingw": 7, "w64": 7, "bin": [7, 15, 32], "usr": 7, "script": [7, 10, 15, 24, 32], "truetyp": 7, "font": [7, 30], "consol": 7, "3rd": 7, "parti": [7, 16], "softwar": [7, 8, 9, 11, 17, 23, 24, 31, 32], "cach": [7, 17, 19], "config": 7, "somewher": 7, "core": [7, 8, 10, 15, 18, 19, 24, 25, 26], "fscach": 7, "symlink": 7, "program": [7, 10, 13, 15, 17, 18, 23, 30, 33], "cmd": 7, "OR": [7, 21], "isn": [7, 8, 9, 15, 25], "untest": 7, "correctli": [7, 8, 10, 16, 17, 19, 22, 31], "ve": [7, 11, 15, 17, 18, 19, 29], "cannot": [7, 8, 12, 17, 19, 25], "m": [7, 18, 19, 21, 24, 25, 31], "awar": [7, 21], "unclear": 7, "caus": [7, 19, 23], "doesn": [7, 11, 15, 18, 21, 24], "NOT": [7, 10, 17], "still": [7, 8, 15, 19, 22, 23, 25, 29, 31, 32], "luckili": 7, "warn": [7, 8, 9, 16, 19, 23], "tip": 7, "dl": 7, "befor": [7, 10, 11, 15, 17, 19, 22, 23, 24, 28, 30], "cd": 7, "hang": [7, 19], "d": [7, 9, 13, 15, 19, 21, 24, 29, 32], "irectori": 7, "backslash": 7, "forward": [7, 10, 19, 29, 32], "slash": 7, "url": [7, 19, 23], "ever": [7, 25], "save": [7, 10, 17, 21, 32], "kind": [7, 19, 20, 24], "ll": [7, 15, 18, 24], "wrong": 7, "doubl": [7, 8, 9, 11, 16, 19, 29, 30], "yourusernam": 7, "_": [7, 11, 18, 19, 22, 25, 31], "come": [7, 11, 16, 17, 18, 19, 22, 23, 24, 29], "classdata": 7, "filepath": [7, 19], "render": [7, 21], "gin": 7, "ljchang": [7, 17, 19], "termin": [7, 17, 21, 32], "forget": [7, 20, 24, 29], "cell": [7, 18, 20, 21, 23, 31], "magic": [7, 18, 20], "dropbox": [7, 12, 17, 21, 24], "0m": [7, 17, 19], "bare": [7, 31], "du": 7, "sh": [7, 15, 32], "big": [7, 9, 15], "statu": [7, 32], "1794": 7, "42": [7, 11], "gb": [7, 15], "record": [7, 16, 23, 24, 30, 33], "realli": [7, 11, 15, 16, 19, 25, 31], "nice": [7, 10, 15, 18, 19, 20, 21, 22, 23, 24, 25, 31], "importantli": [7, 8, 18, 23, 29, 31], "dat": 7, "grab": [7, 18, 19, 21], "confound": [7, 8], "speed": [7, 19, 24, 25, 29, 31], "internet": [7, 17, 20], "awhil": 7, "interrupt": 7, "resum": [7, 23], "lot": [7, 9, 11, 15, 17, 18, 19, 20, 21, 22, 24, 31, 32, 33], "storag": [7, 15, 17, 19, 21, 32], "unlimit": 7, "hard": [7, 19, 23, 24], "drive": [7, 21, 31], "constantli": [7, 18], "free": [7, 15, 18, 21, 24, 30, 32], "longer": [7, 8, 9, 15, 16, 19, 22, 24, 31], "delet": [7, 17], "anyth": [7, 8, 10, 17, 19, 32], "commandlin": 7, "localizer_path": 7, "realpath": 7, "pwd": [7, 10, 19], "whenev": [7, 21], "getcwd": 7, "path_to_data": 7, "ds": 7, "empti": [7, 10, 16, 18, 19], "sens": [7, 11, 13, 19, 25, 31], "someth": [7, 8, 9, 11, 15, 21, 22, 23, 29, 31], "delimit": [7, 19], "file_list": [7, 21, 25], "func": [7, 11, 12, 18, 19, 22, 25, 31], "sort": [7, 10, 11, 15, 19, 22, 25, 31], "s01_task": [7, 18], "localizer_desc": [7, 18], "confounds_regressor": 7, "s02": [7, 12, 18], "s02_task": [7, 18], "s03": [7, 18], "s03_task": 7, "s04": [7, 18], "s04_task": 7, "s05": [7, 18], "s05_task": 7, "s06": [7, 18], "s06_task": 7, "s07": [7, 18], "s07_task": 7, "s08": [7, 18], "s08_task": 7, "s09": [7, 18], "s09_task": 7, "s10": [7, 18], "s10_task": 7, "search": [7, 8, 11, 15, 20, 22, 25, 31], "filetre": 7, "even": [7, 8, 9, 11, 12, 15, 16, 18, 20, 24, 26, 29, 31], "none": [7, 8, 10, 11, 18, 19, 21, 23, 27], "csf_derivative1": 7, "csf_derivative1_power2": 7, "csf_power2": 7, "white_matt": 7, "white_matter_derivative1": 7, "white_matter_power2": 7, "white_matter_derivative1_power2": 7, "global_sign": 7, "global_signal_derivative1": 7, "rot_x_derivative1_power2": 7, "rot_x_power2": 7, "rot_y_derivative1": 7, "rot_y_derivative1_power2": 7, "rot_y_power2": 7, "rot_z_derivative1": 7, "rot_z_derivative1_power2": 7, "rot_z_power2": 7, "5164": 7, "630182": 7, "nan": [7, 10, 18, 19], "667340e": 7, "07": [7, 32], "4006": 7, "007667": 7, "604810e": 7, "3753": 7, "537871": 7, "016403e": 7, "000344": 7, "180596e": 7, "000701": 7, "914346e": 7, "5178": 7, "481411": 7, "13": [7, 11, 15, 17, 19, 20, 25, 29], "851229": 7, "191": 7, "856548": 7, "681667e": 7, "4011": 7, "819383": 7, "811716": 7, "609469e": 7, "33": [7, 19], "776043": 7, "3760": 7, "408417": 7, "870546": 7, "622980e": 7, "09": [7, 26, 32], "925631e": 7, "000569": 7, "000225": 7, "063355e": 7, "08": [7, 32], "233253e": 7, "000776": 7, "000075": 7, "666476e": 7, "026417e": 7, "5161": 7, "040643": 7, "440768": 7, "304": 7, "180395": 7, "663634e": 7, "766409": 7, "052974": 7, "605418e": 7, "532548": 7, "3756": 7, "426086": 7, "982332": 7, "975673e": 7, "480347e": 7, "000655": 7, "000086": 7, "409422e": 7, "286255e": 7, "000524": 7, "000253": 7, "390582e": 7, "740564e": 7, "5150": 7, "604178": 7, "436465": 7, "108": 7, "919794": 7, "652872e": 7, "4008": 7, "586021": 7, "819612": 7, "606876e": 7, "310987": 7, "3751": 7, "566090": 7, "859996": 7, "673784e": 7, "567265e": 7, "000554": 7, "000101": 7, "011674e": 7, "070412e": 7, "000605": 7, "000082": 7, "722360e": 7, "666230e": 7, "5172": 7, "441161": 7, "836983": 7, "476": 7, "853810": 7, "675415e": 7, "4007": 7, "189291": 7, "396730": 7, "605757e": 7, "950854": 7, "3746": 7, "298200": 7, "267890": 7, "102616e": 7, "000997": 7, "000443": 7, "959195e": 7, "934926e": 7, "000840": 7, "000235": 7, "510428e": 7, "059982e": 7, "row": [7, 9, 10, 18, 20, 24, 25, 29, 31], "136": 7, "cli": 7, "file_nam": [7, 18], "recurs": 7, "disk": [7, 10, 19, 20], "localizer_spac": [7, 12, 18], "mni152nlin2009casym_desc": [7, 12, 18], "preproc_bold": [7, 12, 18], "s11": 7, "s11_task": 7, "s12": 7, "s12_task": 7, "s13": 7, "s13_task": 7, "s14": 7, "s14_task": 7, "s15": 7, "s15_task": 7, "s16": 7, "s16_task": 7, "s17": 7, "s17_task": 7, "s18": 7, "s18_task": 7, "s19": 7, "s19_task": 7, "s20": 7, "s20_task": 7, "s21": 7, "s21_task": 7, "s22": 7, "s22_task": 7, "s23": 7, "s23_task": 7, "s24": 7, "s24_task": 7, "s25": 7, "s25_task": 7, "s26": 7, "s26_task": 7, "s27": 7, "s27_task": 7, "s28": 7, "s28_task": 7, "s29": 7, "s29_task": 7, "s30": 7, "s30_task": 7, "s31": 7, "s31_task": 7, "s32": 7, "s32_task": 7, "s33": 7, "s33_task": 7, "s34": 7, "s34_task": 7, "s35": 7, "s35_task": 7, "s36": 7, "s36_task": 7, "s37": 7, "s37_task": 7, "s38": 7, "s38_task": 7, "s39": 7, "s39_task": 7, "s40": 7, "s40_task": 7, "s41": 7, "s41_task": 7, "s42": 7, "s42_task": 7, "s43": 7, "s43_task": 7, "s44": 7, "s44_task": 7, "s45": 7, "s45_task": 7, "s46": 7, "s46_task": 7, "s47": 7, "s47_task": 7, "s48": 7, "s48_task": 7, "s49": 7, "s49_task": 7, "s50": 7, "s50_task": 7, "s51": 7, "s51_task": 7, "s52": 7, "s52_task": 7, "s53": 7, "s53_task": 7, "s54": 7, "s54_task": 7, "s55": 7, "s55_task": 7, "s56": 7, "s56_task": 7, "s57": 7, "s57_task": 7, "s58": 7, "s58_task": 7, "s59": 7, "s59_task": 7, "s60": 7, "s60_task": 7, "s61": 7, "s61_task": 7, "s62": 7, "s62_task": 7, "s63": 7, "s63_task": 7, "s64": 7, "s64_task": 7, "s65": 7, "s65_task": 7, "s66": 7, "s66_task": 7, "s67": 7, "s67_task": 7, "s68": 7, "s68_task": 7, "s69": 7, "s69_task": 7, "s70": 7, "s70_task": 7, "s71": 7, "s71_task": 7, "s72": 7, "s72_task": 7, "s73": 7, "s73_task": 7, "s74": 7, "s74_task": 7, "s75": 7, "s75_task": 7, "s76": 7, "s76_task": 7, "s77": 7, "s77_task": 7, "s78": 7, "s78_task": 7, "s79": 7, "s79_task": 7, "s80": 7, "s80_task": 7, "s81": 7, "s81_task": 7, "s82": 7, "s82_task": 7, "s83": 7, "s83_task": 7, "s84": 7, "s84_task": 7, "s85": 7, "s85_task": 7, "s86": 7, "s86_task": 7, "s87": 7, "s87_task": 7, "s88": 7, "s88_task": 7, "s89": 7, "s89_task": 7, "s90": 7, "s90_task": 7, "s91": 7, "s91_task": 7, "s92": 7, "s92_task": 7, "s93": 7, "s93_task": 7, "s94": 7, "s94_task": 7, "825mb": 7, "106": 7, "mb": [7, 17], "qc": 7, "json": [7, 18], "phenotyp": 7, "robust": [7, 10, 24, 26, 32], "opinion": [7, 24], "autom": [7, 22, 23, 24, 32], "pipelin": [7, 23, 24, 32], "russ": [7, 24, 32], "poldrack": [7, 11, 24, 27, 30, 31, 32], "stanford": 7, "univers": [7, 13, 18, 30], "choic": [7, 19, 23, 24, 26], "docker": [7, 15, 17, 24, 32], "awai": [7, 8, 10, 11, 24, 25, 29], "yourself": [7, 18, 30], "poldracklab": 7, "latest": [7, 15, 32], "id": [7, 15, 18, 19, 21, 25, 32], "flag": [7, 15, 16, 19, 31, 32], "preproc": [7, 12, 24], "participant_label": [7, 24, 32], "write": [7, 8, 9, 10, 11, 17, 18, 19, 21, 22, 24, 26, 30, 31, 32], "graph": [7, 10, 20, 23, 24, 32], "fs": [7, 24, 29, 32], "reconal": [7, 24, 32], "notrack": [7, 24], "licens": [7, 10, 18, 24, 30, 32], "txt": [7, 17, 23, 24, 32], "dir": [7, 18, 24], "alwai": [7, 8, 9, 10, 11, 15, 17, 19, 22, 24, 26, 29], "finicki": [7, 24], "sometim": [7, 8, 9, 17, 18, 19, 21, 24], "freesurf": [7, 10, 23, 24], "conflict": [7, 15, 17, 24, 30], "valid": [7, 9, 10, 17, 19, 24, 26, 31, 32], "frustrat": [7, 24], "infer": [8, 11, 19, 20, 24, 26, 31], "hypothet": [8, 11, 16], "ordinari": [8, 19], "least": [8, 23, 29, 30, 31], "basic": [8, 9, 15, 19, 20, 22, 24, 25, 27, 33], "introduc": [8, 9, 16, 18, 20, 22, 23, 29, 30, 33], "tor": [8, 9, 11, 12, 13, 22, 24, 28, 31], "wager": [8, 9, 11, 12, 13, 22, 24, 28, 31], "gdklquv4he4": 8, "oylkmb9fnhg": 8, "background": [8, 10, 18, 22, 29, 30], "introductori": [8, 14, 26], "overwhelm": [8, 22, 31], "slow": [8, 9, 10, 17, 18, 24, 31], "refresh": [8, 29], "concept": [8, 18, 24, 26, 29, 30, 31], "lingo": 8, "jeannett": [8, 31], "crash": [8, 17], "certainli": [8, 24, 26], "she": [8, 13], "teacher": 8, "explan": [8, 29], "sit": 8, "forth": [8, 11, 23, 24, 25], "lost": [8, 29], "intuit": [8, 9, 18, 19, 20, 21, 22, 24, 25, 26, 29, 31], "revisit": 8, "iter": [8, 10, 11, 18, 19, 22, 25, 29], "broad": 8, "progress": 8, "train": [8, 13, 22, 26, 33], "plenti": 8, "opportun": [8, 30], "zoom": [8, 24, 29], "fulli": [8, 19, 22, 24, 30, 32], "appreci": 8, "terminolog": 8, "gentli": 8, "foundat": 8, "algebra": [8, 9, 10, 29], "intepret": 8, "subtl": 8, "why": [8, 15, 24, 25, 29, 31], "continuour": 8, "ok": [8, 9, 12, 18, 24, 25, 26, 29], "glover_hrf": [8, 10, 11, 29], "util": [8, 10, 16, 18], "144": [8, 21], "futurewarn": [8, 16, 23], "linear_model": 8, "22": [8, 11, 16, 17, 18, 19], "privat": 8, "api": [8, 18], "synthet": 8, "resembl": 8, "real": [8, 9, 10, 11, 12, 16, 26, 29, 30, 31, 33], "ground": [8, 33], "truth": 8, "recov": [8, 11, 16, 31], "gain": [8, 13, 28, 29, 32], "reinforc": 8, "behind": [8, 18, 22, 24], "met": [8, 26, 31], "imagin": [8, 11, 16, 18, 24, 25], "bunch": [8, 15, 22], "volum": [8, 9, 24, 31], "200": [8, 11, 16, 23, 25], "n_trial": [8, 11, 16], "arang": [8, 10, 11, 16, 19, 20, 24, 25, 29, 31], "plot_timeseri": [8, 11], "timeseri": [8, 11, 16, 29], "arg": [8, 10], "ndarrai": 8, "thick": [8, 23], "tight_layout": [8, 10, 11, 20, 24, 29, 31], "rais": [8, 19], "valueerror": 8, "legend": [8, 10, 11, 16, 20, 26, 29], "someon": [8, 9, 17], "rule": [8, 10], "properti": [8, 16, 19, 23, 29], "lumin": [8, 25], "color": [8, 10, 11, 16, 20, 23, 25, 26, 29, 31], "fourier": [8, 10], "scrambl": 8, "invers": [8, 10, 25], "low": [8, 9, 10, 12, 18, 24, 25], "level": [8, 9, 10, 21, 22, 23, 24, 25, 26, 28, 30, 31], "clearli": [8, 9, 11, 22, 23, 29], "argu": 8, "keep": [8, 10, 11, 15, 17, 18, 19, 20, 23, 24, 29], "complex": [8, 10, 21, 22], "absolut": [8, 10, 19, 25, 29], "huettel": [8, 27, 28], "song": [8, 28, 33], "mccarthi": [8, 28], "2008": [8, 13, 25, 27], "obj": [8, 10], "vstack": [8, 10, 11, 19], "larger": [8, 11, 23, 25, 31], "mayb": [8, 9], "bigger": [8, 9], "hous": [8, 16], "face_intens": 8, "object_intens": 8, "delai": [8, 16], "appropri": [8, 11, 25, 30, 31], "hrf": [8, 10, 11, 16, 22, 29], "gamma": [8, 9, 16, 24, 29], "oversampl": [8, 11, 29], "convolut": [8, 10], "plu": [8, 25, 29], "kernel": [8, 10, 12, 22, 24, 29], "minu": [8, 29, 31], "chop": 8, "extra": [8, 10, 19, 22, 24, 30], "face_conv": 8, "obj_conv": 8, "voxel_conv": 8, "noiser": 8, "drift": [8, 9, 10, 12, 16, 18], "alias": [8, 12, 24, 29], "drawn": [8, 11, 26], "epsilon": [8, 11, 22], "sim": [8, 11, 31], "mathcal": [8, 11, 20, 26, 31], "mu": [8, 20, 26], "sigma": [8, 9, 11, 16, 24, 26], "randn": [8, 10, 11, 16, 26, 29], "voxel_conv_nois": 8, "wouldn": [8, 22], "theori": [8, 23, 24, 29, 31], "almost": [8, 9, 11, 22, 29], "perfectli": [8, 9, 22], "intercept": [8, 10, 22], "ones": [8, 9, 10, 11, 18, 19, 22, 23, 25, 26], "clear": [8, 9, 11, 25], "beta_0": [8, 11], "cdot": [8, 22, 29], "beta_1": [8, 11], "beta_2": [8, 11], "rotat": [8, 9, 24], "equat": [8, 22], "sharei": [8, 11, 20, 31], "expand_dim": 8, "gca": 8, "invert_yaxi": 8, "ol": [8, 10], "hat": 8, "hyperplan": [8, 22], "minim": [8, 21, 22, 24, 31, 32], "ty": 8, "maximum": [8, 9, 12, 19, 24, 31], "l": [8, 13, 15, 21, 22, 23], "displaystyl": 8, "prod_": 8, "sqrt": [8, 10, 20], "pi": [8, 10, 24, 29], "y_i": [8, 11], "x_i": [8, 11], "fact": [8, 11, 24, 26, 31], "premad": 8, "ols_estim": 8, "linalg": [8, 10], "pinv": [8, 10], "bar": [8, 10, 11, 19, 24], "print": [8, 9, 10, 11, 18, 19, 21, 22, 23, 25, 26, 29, 30, 31], "95": [8, 9, 10, 18, 20, 26, 31], "equal": [8, 11, 21, 22, 26, 30, 31], "predicted_i": 8, "predicted_t": 8, "titl": [8, 10, 16, 18, 20, 23, 26, 29, 31], "reason": [8, 11, 18, 22, 24, 25, 26, 31], "job": [8, 16, 17, 24], "weight": [8, 9, 11, 16, 18, 22, 23, 29], "deviat": [8, 9, 10, 11, 12, 18, 19, 24, 26], "formal": [8, 31], "sum_i": 8, "k": [8, 21, 22, 23, 24, 29], "standard_error_of_estim": 8, "std": [8, 10, 18, 19, 20, 26], "quantit": [8, 28], "formula": [8, 9], "lie": [8, 26], "percentag": 8, "r_squar": 8, "ss_total": 8, "ss_residu": 8, "uncertainti": [8, 11, 13, 26], "coeffici": [8, 9, 11, 22], "diag": [8, 10], "tx": 8, "confid": [8, 23, 26, 31], "beta_j": 8, "equival": [8, 9, 11, 19, 24, 31], "68": [8, 20, 23], "std_error": 8, "yerr": [8, 20], "parallel": [8, 15, 24, 25, 26, 32], "jargon": 8, "popul": [8, 11, 16, 19, 26], "sigma_j": 8, "j": [8, 9, 22, 24, 30], "stabl": [8, 19], "arrai": [8, 10, 11, 16, 18, 19, 20, 21, 23, 24, 25, 26, 29, 31, 32], "65716867": 8, "83929013": 8, "23580115": 8, "intro": [8, 11, 30], "cdf": 8, "freedom": 8, "df": [8, 9, 10, 11, 19, 20], "multipli": [8, 15, 22, 26, 29], "tail": 8, "below": [8, 17, 21, 23, 24, 29, 31, 32], "05": [8, 11, 25, 26, 29, 31, 32], "sf": 8, "ab": [8, 11, 29], "hline": 8, "linestyl": [8, 11, 26, 31], "dash": [8, 11, 31], "red": [8, 16, 20, 24, 25, 26, 29], "11831798e": 8, "01": [8, 15, 22, 24, 25, 32], "26134329e": 8, "37": [8, 11], "33906074e": 8, "linecollect": 8, "0x7fe020f135d0": 8, "spend": [8, 18, 24, 29, 31], "perspect": 8, "7mibm1atai4": [8, 9], "flexibl": [8, 10, 11, 15, 18, 24], "magnitud": [8, 11, 22, 25, 29, 31], "c1": [8, 9], "c2": 8, "c3": 8, "str": [8, 10, 19, 21], "0721521304389894": 8, "8735019759362619": 8, "9456541063752513": 8, "qualiti": [8, 10, 24], "detect": [8, 9, 10, 11, 16, 19, 22, 31], "unlik": [8, 21, 22, 23, 25], "rik": 8, "henson": 8, "blog": [8, 11, 22, 31], "collinear": [8, 9, 22], "contrast_effici": 8, "44032677542221": 8, "5429401030547045": 8, "3578767952519295": 8, "decoupl": 8, "slice": [8, 18, 21, 24, 31], "acquisit": [8, 13, 18, 24, 32], "sequenti": [8, 19, 24], "outcom": [8, 11, 22], "epoch": 8, "preced": 8, "benefici": 8, "desir": [8, 10, 31], "face_tri": 8, "randint": [8, 10, 29], "180": [8, 23], "obj_trial": 8, "predicted_sigma": 8, "5597167760964403": 8, "066820546582558": 8, "1233445684652128": 8, "solut": [8, 22, 30, 31, 33], "spm": [8, 10, 11, 16, 18, 24], "autoregress": 8, "lag": [8, 10], "adjust": [8, 10, 11, 22, 24, 29, 30], "soon": [8, 30], "ignor": [8, 10, 11, 19, 22, 29, 31, 32], "anywai": 8, "debat": 8, "fals": [8, 10, 11, 16, 18, 19, 21, 25, 26, 29], "shorter": 8, "ander": 8, "ekland": [8, 31], "colleagu": [8, 9, 23], "prewhiten": 8, "plan": 8, "homework": [8, 9, 17, 18], "weaker": [8, 16], "systemat": [8, 11, 12], "simul": [9, 10, 11, 12, 20, 22, 26], "download": [9, 10, 12, 17, 18, 20, 22, 23], "view_img": [9, 10, 11, 18, 25], "glass_brain": [9, 11], "opt": [9, 16, 19, 23], "122": 9, "pipelinedescript": 9, "field": [9, 11, 19, 22, 23, 24, 31, 33], "supersed": 9, "generatedbi": 9, "pybid": [9, 17, 18], "upgrad": [9, 17, 21], "cycl": [9, 29], "per": [9, 10, 15, 19, 20, 22, 23, 29, 32], "retain": [9, 10, 19, 29], "info": [9, 10, 17, 19, 21], "rangeindex": [9, 19], "128": [9, 11, 12, 18], "127": 9, "null": [9, 11, 19, 25, 26, 31], "count": [9, 10, 15, 19, 20, 31], "dtype": [9, 18, 19, 23], "video_comput": 9, "float64": [9, 19], "horizontal_checkerboard": [9, 11, 31], "audio_sent": 9, "vertical_checkerboard": [9, 11, 31], "video_sent": 9, "usag": [9, 19, 23], "kb": [9, 15], "ax": [9, 10, 11, 16, 19, 20, 24, 25, 29, 31], "_subplot": [9, 20], "0x7fb700ed4110": 9, "By": [9, 12, 19, 23, 26, 30], "standard": [9, 10, 11, 12, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 33], "custom": [9, 18, 19, 24, 26, 32], "docstr": [9, 10, 19, 20], "name": [9, 10, 11, 17, 18, 19, 20, 21, 23, 30, 32], "dm_conv": 9, "blurrier": [9, 24], "regoressor": 9, "horizontal_checkerboard_c0": 9, "checkerboard": [9, 11, 31], "vertical_checkerboard_c0": 9, "substanti": [9, 31], "overlap": [9, 29], "unstabl": 9, "venn": 9, "diagram": 9, "dark": [9, 23], "orang": 9, "confluenc": 9, "circl": [9, 29], "x1": [9, 20], "x2": [9, 20], "corr": [9, 19, 20], "concern": [9, 22, 24, 25, 30], "vif": [9, 10], "ratio": [9, 12, 16, 18, 19, 23, 24], "divid": [9, 18, 19, 22, 23, 26, 29, 31], "vif_j": 9, "r_i": 9, "r_j": 9, "obtain": [9, 10, 11, 22, 30], "jth": 9, "predictor": [9, 22], "exceed": [9, 26], "intervent": 9, "xtick": 9, "90": [9, 20], "deal": [9, 10, 22, 23, 32], "worri": [9, 29, 31], "pernici": 9, "commonli": [9, 16, 18, 19, 22, 23, 29], "address": [9, 24, 26, 31], "priorit": 9, "assign": [9, 17, 18, 19, 22, 23, 33], "unanticip": 9, "detwsfdfwyc": 9, "oscil": [9, 12], "polynomi": [9, 10], "butterworth": [9, 10, 29], "simultan": [9, 11, 25, 29], "discret": [9, 10, 25], "cosin": [9, 10, 25, 29], "dct": 9, "caution": 9, "technic": [9, 11, 12, 31], "dm_conv_filt": 9, "add_dct_basi": [9, 10, 11], "iloc": [9, 11, 16, 19], "must": [9, 10, 19, 30], "sparsiti": 9, "rank": [9, 19, 20, 25, 31], "defici": 9, "unestim": 9, "dm_conv_filt_poli": 9, "occasion": [9, 17, 26], "realign": [9, 12], "nonlinearli": 9, "distort": [9, 24, 29], "strategi": [9, 11, 23], "driven": [9, 16], "ica": [9, 27], "fsl": [9, 11, 15, 16, 17, 18, 24, 31, 32], "nonlinear": [9, 24], "captur": [9, 10, 23, 29], "realig": 9, "movement": [9, 16], "recommond": 9, "frame": [9, 10, 19], "displac": 9, "team": [9, 24, 32], "mathemat": [9, 24, 29, 31], "censor": 9, "bad": [9, 11, 19], "happen": [9, 11, 17, 21, 22, 29, 31], "pertain": 9, "plane": [9, 25, 29], "translat": [9, 24], "line2d": [9, 11, 18, 20, 31], "0x2855b6750": 9, "0x2862dbf10": 9, "0x2862db650": 9, "0x2862d8b10": 9, "0x2862d9450": 9, "0x286085810": 9, "exce": [9, 17, 26, 31], "identif": 9, "contigu": [9, 23, 31], "append": [9, 10, 11, 18, 19, 21, 22, 25, 26, 29, 31], "dm_conv_filt_poly_cov": 9, "multicollineari": 9, "tend": [9, 22, 23, 26], "extrem": [9, 19, 24], "difficulti": [9, 17, 30], "clean": [9, 10, 15, 19], "6mm": [9, 12], "dict_kei": [9, 11, 21, 22, 23], "dictionari": [9, 10, 11, 18, 19, 22, 23], "correspondign": 9, "error": [9, 10, 11, 15, 17, 19, 20, 21, 22, 23, 24, 26, 32], "video_computation_c0": 9, "arithmet": [9, 10, 11, 21], "audio_right_hand_c0": 9, "audio_sentence_c0": 9, "video_right_hand_c0": 9, "audio_left_hand_c0": 9, "video_left_hand_c0": 9, "audio_computation_c0": 9, "video_sentence_c0": 9, "cosine_1": 9, "cosine_2": 9, "cosine_3": 9, "cosine_4": 9, "poly_0": 9, "poly_1": 9, "poly_2": 9, "diff_spike1": 9, "diff_spike2": 9, "diff_spike3": 9, "percentile_threshold": 9, "nifti": [9, 10, 18, 24], "intermedi": 9, "permiss": [9, 30, 32], "_betas_denoised_smooth": 9, "_preprocessed_fmri_bold": 9, "stage": [9, 11, 24, 30], "poly_3": 9, "c_rvl": 9, "motor_rvl": 9, "handl": [9, 19], "stack": [10, 19, 21, 22], "end": [10, 11, 15, 19, 21, 23, 24, 29, 30, 32], "properli": [10, 17, 21, 30], "syntax": [10, 19, 21], "unari": 10, "conda": [10, 21], "debug": [10, 15], "debugg": 10, "break": [10, 11, 19, 24], "give": [10, 11, 15, 16, 18, 21, 23, 29, 30, 31], "statement": [10, 21], "breakpoint": 10, "mortem": [10, 23], "argument": [10, 18, 19, 21, 23], "last": [10, 19, 21, 24, 30], "traceback": 10, "wish": [10, 23, 30], "clobber": 10, "namespac": [10, 21], "timeit": 10, "express": [10, 19, 21, 23], "shell": [10, 15, 21, 32], "bool": [10, 18, 19, 21], "boolean": [10, 18, 21], "enumer": [10, 11, 23, 29], "sequenc": [10, 19, 21], "tupl": 10, "float": [10, 19, 21, 24], "string": [10, 19], "integ": [10, 18, 21], "item": [10, 19, 21], "byte": [10, 19], "frozen": 10, "pathnam": 10, "match": [10, 19, 21, 23, 25], "accord": [10, 30, 32], "unix": [10, 18, 21, 24], "No": [10, 30], "tild": 10, "expans": 10, "charact": [10, 19, 21], "scandir": 10, "fnmatch": 10, "concert": 10, "invok": 10, "subshel": 10, "largest": [10, 21, 31], "min": [10, 19, 24, 29], "smallest": [10, 21, 31], "basenam": [10, 21, 22, 25], "split": [10, 11, 17, 19, 21, 22, 23, 25], "foo": [10, 19], "intellig": 10, "member": [10, 30, 32], "exactli": [10, 11, 19, 28], "thrown": 10, "static": 10, "hierarchi": [10, 11], "immut": [10, 21], "document": [10, 15, 18, 19, 21, 24, 30, 32], "zip": [10, 19, 25], "aggreg": [10, 11, 18, 19, 22, 31], "bsd": 10, "comma": [10, 19, 32], "csv": [10, 19, 20, 21], "logic": [10, 19], "isnul": [10, 19], "groupbi": [10, 18, 20], "mapper": 10, "fill": [10, 24], "na": [10, 19], "replac": [10, 11, 19, 23, 24, 26], "to_replac": 10, "fundament": [10, 11, 24, 30], "sophist": [10, 11], "broadcast": 10, "fortran": 10, "capabl": [10, 17], "besid": 10, "multi": [10, 11, 15, 22, 23], "seamlessli": 10, "speedili": 10, "databas": 10, "evenli": 10, "interv": [10, 26, 29], "co": [10, 13, 24], "trigonometr": 10, "wise": [10, 19, 30], "diag_indic": [10, 25], "exp": [10, 24, 29], "exponenti": [10, 21, 24], "fft": 10, "ifft": [10, 29], "hstack": [10, 11, 22], "horizont": [10, 11, 31], "moor": [10, 30], "penros": 10, "pseudo": 10, "ieee": 10, "754": 10, "Not": [10, 15, 18], "1415926535897932384626433": 10, "inclus": [10, 12, 19, 21, 30], "exclus": [10, 19], "sin": [10, 24, 29], "sine": 10, "root": [10, 15, 17, 18, 22, 32], "squeez": 10, "vertic": [10, 11, 19, 23, 31], "friendli": 10, "numer": [10, 19, 21, 22, 23, 26, 32], "interpol": [10, 16, 24], "binomi": 10, "butter": [10, 29], "digit": [10, 30], "analog": 10, "filtfilt": [10, 29], "backward": 10, "freqz": [10, 29], "sosfreqz": [10, 29], "ONE": 10, "score": [10, 19, 25, 30], "2d": [10, 18, 19, 20, 24, 25], "public": [10, 13, 18, 19, 23, 30], "hardcopi": 10, "web": [10, 17, 18, 20], "applic": [10, 26, 30], "toolkit": 10, "histogram": 10, "imshow": [10, 18, 24, 29], "regular": [10, 18, 19], "raster": [10, 20], "place": [10, 16, 19, 20], "savefig": [10, 20], "scatter": [10, 20, 29], "marker": [10, 19, 20], "pad": [10, 29], "axvlin": [10, 11, 26], "set_xlim": 10, "set_xticklabel": 10, "tick": 10, "set_ylim": [10, 24], "set_yticklabel": 10, "draw": [10, 11, 26], "attract": 10, "rectangular": 10, "encod": [10, 19, 24], "catplot": [10, 20], "categor": [10, 11, 19, 25], "facetgrid": 10, "jointplot": [10, 20], "bivari": 10, "regplot": [10, 20], "supervis": [10, 22], "unsupervis": 10, "balanced_accuracy_scor": [10, 22], "balanc": [10, 11, 22, 25, 31], "multiclass": 10, "imbalanc": 10, "dynam": [10, 21], "draw_kamada_kawai": 10, "kamada": 10, "kawai": 10, "plain": 10, "spm99": 10, "spm2": 10, "gifti": 10, "nifti2": 10, "cifti": 10, "minc1": 10, "minc2": 10, "afni": [10, 11, 18, 24, 31], "brik": 10, "mgh": 10, "ecat": 10, "philip": 10, "par": 10, "rec": 10, "geometri": [10, 23], "annot": [10, 20], "morphometri": 10, "dicom": [10, 18], "successor": 10, "pynifti": 10, "header": [10, 18, 19, 20, 21, 23], "meta": [10, 22, 23], "guess": [10, 11, 12], "get_data": 10, "necessari": [10, 18, 19, 24], "get_shap": 10, "minc": 10, "affin": [10, 18, 23, 24], "homogen": [10, 24], "coordin": [10, 24, 30], "decod": [10, 22], "plot_anat": [10, 18], "cut": [10, 11, 18], "anatom": [10, 18], "frontal": 10, "axial": [10, 11, 18, 22, 31], "html": [10, 15, 18, 19, 21, 30, 32], "plot_glass_brain": [10, 18, 25], "glass": [10, 18], "schemat": 10, "engin": [10, 19], "neuro": [10, 19], "easier": [10, 18, 19, 20, 21, 22, 24, 25], "distance_to_similar": [10, 25], "plot_md": [10, 25], "multidimension": [10, 25], "single_matrix": 10, "apply_mask": [10, 18, 22, 25], "Will": [10, 11, 15], "heteroscedasticti": 10, "auto": 10, "sandwich": 10, "arma": 10, "smooth_img": 10, "ttest": [10, 11, 18, 31], "side": 10, "hdf5": 10, "upsampl": 10, "downsampl": 10, "matic": 10, "certain": [10, 15, 17, 18, 23, 24], "concatent": 10, "enhanc": [10, 11, 19, 31], "inherit": [10, 15], "unit": [10, 16, 24, 29, 31], "style": [10, 22, 25, 30], "legendr": 10, "duplic": [10, 17, 19], "keyword": [10, 18, 20], "concis": [10, 19], "inflat": [10, 11, 31], "amongst": [10, 16], "statsmodel": 10, "matlab": [10, 15, 18, 20, 29, 31, 32], "invert": [10, 11, 24, 29], "ensur": [10, 17, 19, 22, 29, 30, 31], "discoveri": [10, 24], "q": [10, 24, 25, 30, 31, 33], "fisher_r_to_z": [10, 25], "fisher": [10, 25], "permut": [10, 25, 31], "1d": 10, "latter": [10, 11, 19, 23], "word": [10, 15, 25, 26], "simulategrid": [10, 31], "grid": [10, 22, 31], "glover": [10, 29], "fetch_pain": 10, "randomli": [11, 22, 25, 26], "__coypifdwk": 11, "organ": [11, 18, 20, 21, 23, 30], "hundr": [11, 21, 24, 31], "thousand": [11, 19, 24, 31], "cubic": 11, "5hz": 11, "2s": 11, "spread": 11, "hope": [11, 22, 26], "canon": [11, 16, 23], "abmlqsjmsi": 11, "bia": [11, 22, 26], "briefli": [11, 23, 24], "autocorrel": [11, 16, 31], "whiten": [11, 12, 16], "meet": [11, 17], "sigma_": 11, "treat": [11, 19, 20, 23], "histor": [11, 18], "elegantli": 11, "solv": [11, 22], "multilevel": [11, 22], "panel": [11, 16, 20, 24, 29, 31], "cluster": [11, 20, 22, 23, 24], "classroom": 11, "longitudin": 11, "explicitli": [11, 19, 21, 32], "variat": [11, 24, 25, 32], "irreduc": 11, "generaliz": 11, "male": [11, 19, 20, 23], "femal": [11, 19, 20, 23], "hair": 11, "akin": 11, "narrow": [11, 26], "wider": 11, "nichol": [11, 30, 31], "2011": [11, 22, 23, 27, 30, 31], "distinguish": [11, 13, 23], "yahtygr9b8": 11, "At": [11, 18, 19, 23, 25, 30, 31, 32], "epsilon_i": 11, "sigma_i": 11, "concret": [11, 25], "illustr": [11, 24, 25, 29], "get_xaxi": 11, "set_vis": 11, "get_yaxi": 11, "simulate_timeseri": 11, "amplitud": [11, 29, 31], "sim1": [11, 20], "sim2": 11, "noisi": 11, "beta_g": 11, "x_g": 11, "eta": 11, "sigma_g": 11, "sim3": 11, "sole": 11, "men": 11, "sex": [11, 19, 20, 23], "advantag": [11, 22, 24, 25], "everyon": [11, 17], "disadvantag": [11, 22], "consider": [11, 23, 24, 25, 31], "brainvoyag": [11, 18], "probabl": [11, 19, 20, 21, 22, 23, 24, 25, 26, 31], "benefit": 11, "converg": [11, 23], "eshin": 11, "jolli": [11, 23], "xx_g": 11, "2x": 11, "loop": [11, 19, 25, 32], "subject1": 11, "subject2": 11, "subject3": 11, "0x7f990c25ced0": 11, "ttest_1sampresult": 11, "854776909716737": 11, "pvalu": 11, "50775361636617e": 11, "wrote": [11, 15], "spike_cutoff": 11, "get_repetitiontim": 11, "mkdir": 11, "get_subject": [11, 25], "dm_cov": 11, "_beta": 11, "_beta_": 11, "remind": 11, "ram": [11, 15, 17], "con1_nam": [11, 31], "con1_file_list": [11, 31], "con1_dat": [11, 31], "Or": [11, 18, 19], "chain": [11, 18, 19], "con1_stat": [11, 31], "stimul": 11, "v1": [11, 16, 18, 20], "orient": [11, 18, 19, 20], "achiev": [11, 22, 24, 31], "con2_nam": [11, 31], "con2_file_list": [11, 31], "con2_dat": [11, 31], "con1_v_con2": [11, 31], "con1_v_con2_stat": [11, 31], "sound": [11, 25], "parametr": [11, 25, 26], "section": [11, 13, 14, 18, 19, 28, 29, 30], "reject": [11, 31], "bmatrix": [11, 24], "s_3": 11, "s_4": 11, "s_5": 11, "s_6": 11, "quad": [11, 24], "group_1": 11, "group_2": 11, "run_regression_simul": 11, "summar": [11, 19, 22, 23], "beta1": 11, "beta2": 11, "group1": [11, 20], "group2": [11, 20], "els": [11, 17, 21, 24, 32], "sub_dat": 11, "avg_sub_mean_diff": 11, "a_i": [11, 29], "cbar": 11, "yticklabel": 11, "xticklabel": 11, "group1_param": 11, "sd": 11, "group2_param": 11, "767465428733612": 11, "767465428733613": 11, "membership": [11, 21], "target": [11, 18, 21, 24], "59590636": 11, "86905406": 11, "46496042000535": 11, "7268523061306578": 11, "464960420005351": 11, "595906363068004": 11, "869054056937347": 11, "030433391536677": 11, "60615263": 11, "16144295": 11, "767595577579165": 11, "444709673800184": 11, "767595577579163": 11, "4447096738001814": 11, "322885903778982": 11, "606152625689674": 11, "earlier": [11, 15, 22], "unbalanc": 11, "rerun": [11, 17], "40": [11, 15, 16], "98765299": 11, "16002722": 11, "147680205027868": 11, "827625771635669": 11, "147680205027864": 11, "8276257716356685": 11, "320054433392196": 11, "707662060563798": 11, "invari": [11, 16], "b_0": 11, "b_1": 11, "41009741": 11, "34939829": 11, "759495698990353": 11, "060699128393246": 11, "410097413691801": 11, "3493982852985535": 11, "060699128393248": 11, "879747849495177": 11, "obvious": 11, "s_i": 11, "grand": 11, "s_1a": 11, "s_1b": 11, "s_2a": 11, "s_2b": 11, "s_3a": 11, "s_3b": 11, "beta_3": 11, "complic": [11, 24, 25, 31], "30": [11, 12, 15, 19, 20, 23, 24, 25], "a_param": 11, "b_param": 11, "sample_param": 11, "sub_id": 11, "sub_mean": 11, "38": [11, 19], "56447613": 11, "35": [11, 29], "08912938": 11, "0287038": 11, "7343386": 11, "28": [11, 19, 21], "18762639": 11, "88390721": 11, "0837409": 11, "43": [11, 19], "58511337": 11, "66066626": 11, "75568132": 11, "21848932": 11, "9169548": 11, "36": [11, 21], "84854258": 11, "06708857": 11, "44": [11, 16, 19], "8072347": 11, "34": [11, 19], "76752398": 11, "36573871": 11, "14435925": 11, "91057627": 11, "52": [11, 19, 20], "88492285": 11, "545226964528254": 11, "62046768344662": 11, "620467683446634": 11, "39": [11, 19], "16569464797489": 11, "07524071891838": 11, "090453929056513": 11, "5452269645282555": 11, "sum_": [11, 22], "anova": 11, "precis": [11, 19, 25, 26], "ye": 11, "imposs": 11, "c_": 11, "medium": [11, 16, 19, 30], "wm": 11, "linear_contrast": 11, "quadratic_contrast": 11, "sim1_linear": 11, "sim1_quad": 11, "sim2_linear": 11, "sim2_quad": 11, "sign": [11, 12, 16, 21, 22, 25, 31], "opposit": [11, 29], "women": 11, "decomposit": [12, 16], "subsect": [12, 16, 32], "onlin": [12, 18, 19, 20, 30, 33], "datalad": [12, 15, 30], "brief": [12, 19, 22, 30], "7kk_rsgych": 12, "mni": [12, 18, 23], "stereotact": [12, 24], "_task": [12, 18], "cleaner": [12, 21], "0078hz": 12, "high_pass": [12, 18], "blind": [12, 16], "subcompon": 12, "fastica": 12, "choos": [12, 22, 24, 32], "flat": 12, "heurist": 12, "ipywidget": [12, 20, 24, 29], "enter": [12, 21], "overlaid": 12, "overlai": [12, 18, 20, 23], "sec": [12, 29], "powerspectrum": 12, "nyquist": [12, 29], "4s": 12, "21hz": 12, "bound": 12, "oscillatori": [12, 29], "respir": [12, 16], "cardiac": [12, 16], "plausibl": 12, "spectrum": [12, 29], "phd": [13, 30], "fall": 13, "2022": [13, 23], "scienc": [13, 18, 19], "neurosci": [13, 33], "laboratori": [13, 17, 30], "he": [13, 19, 22], "ba": [13, 23, 29], "reed": 13, "ma": 13, "school": [13, 25, 30], "clinic": 13, "arizona": 13, "alan": 13, "sanfei": 13, "predoctor": 13, "internship": 13, "medicin": 13, "california": [13, 19], "lo": 13, "angel": 13, "postdoctor": 13, "fellowship": 13, "colorado": [13, 19], "boulder": 13, "mentorship": 13, "neurobiolog": 13, "page": [13, 18, 19, 20, 23, 26, 30, 32, 33], "director": 13, "summer": [13, 25], "winter": 13, "2021": [13, 23], "yale": 13, "nation": 13, "institut": [13, 24], "mental": 13, "health": 13, "apprais": 13, "ideal": [13, 15, 22], "scientist": 13, "spring": 13, "diana": 13, "receiv": [13, 24, 30, 32], "ph": 13, "michigan": 13, "2003": 13, "2004": [13, 23, 28], "2009": [13, 31], "columbia": 13, "2010": [13, 23], "2014": [13, 22, 23, 25, 27, 31], "2019": [13, 23, 25], "devot": 13, "neurophysiolog": 13, "empathi": 13, "dr": [13, 15], "dedic": [13, 17, 30], "canlab": 13, "io": [13, 15, 19, 24, 32], "jeremi": [13, 17, 21], "huckin": [13, 17], "lectur": [13, 24, 28, 33], "doctor": [13, 19, 20, 30], "depart": [13, 15, 19, 20, 32], "bowdoin": 13, "king": 13, "harvard": [13, 23], "molecular": 13, "insight": [13, 23], "mobil": 13, "smartphon": 13, "wasita": [13, 30], "mahaphanit": [13, 30], "graduat": [13, 33], "bs": 13, "adult": 13, "obsess": 13, "compuls": 13, "cosan": 13, "vivo": [14, 28, 33], "extraordinari": [14, 24, 28], "feat": [14, 28], "courtnei": 15, "jiminez": 15, "www": [15, 30], "youtub": [15, 30, 33], "com": [15, 17, 19, 23], "nibu1efymbu": 15, "00": [15, 22, 32], "rc": [15, 32], "edu": [15, 17, 30, 32], "php": 15, "discoveryhpc": 15, "basement": 15, "baker": 15, "berri": 15, "huge": 15, "room": [15, 16], "rack": [15, 24], "cs": 15, "physic": [15, 19], "astronomi": 15, "log": [15, 17, 18], "netid": [15, 17, 32], "edit": [15, 17, 19, 20, 21, 23, 32], "ti": [15, 20, 26], "cpu": [15, 24, 26, 32], "unless": [15, 17, 18, 25], "servic": [15, 17, 32], "tri": [15, 18, 20, 24], "16": [15, 17, 18, 19, 20, 21, 23, 24, 26, 29, 31], "acess": 15, "1200": 15, "x5": 15, "15x16": 15, "240": 15, "ndoli": 15, "tb": 15, "userid": 15, "zeu": 15, "lol": 15, "availalb": 15, "64": [15, 19, 21], "reali": 15, "maintain": [15, 30, 33], "hydra": 15, "haxbi": [15, 22, 25, 27], "eduroam": [15, 32], "openvpn": 15, "vim": 15, "nano": 15, "login": [15, 32], "ls": 15, "horribl": 15, "annoi": [15, 17, 24], "listacl": 15, "foldernam": 15, "posix": 15, "googl": [15, 17, 30], "tdclient": 15, "1806": 15, "portal": [15, 17, 32], "articledet": 15, "88459": 15, "bui": 15, "120": 15, "50gb": 15, "home": [15, 17], "sratch": 15, "temp": 15, "purg": 15, "45": [15, 19, 20, 21, 26], "dai": [15, 30], "scp": 15, "rsync": 15, "instal": [15, 18, 21, 24, 29, 32], "modifi": [15, 17, 18, 20, 24, 32], "unload": 15, "weird": 15, "avoid": [15, 19, 21, 22, 32], "shebang": 15, "sbatch": [15, 32], "put": [15, 17, 19, 23, 24], "privilieg": 15, "insid": [15, 19], "bashprofil": 15, "behav": 15, "doen": 15, "reproduc": [15, 23, 24, 30, 32], "popular": [15, 18, 20, 21, 22, 29, 31], "ycrc": 15, "workshop": 15, "1000": [15, 23, 26], "alloc": 15, "srun": 15, "squeue": [15, 32], "queue": [15, 24], "queu": 15, "reach": 15, "scancel": [15, 32], "sacctmgr": 15, "sstat": 15, "sinfo": 15, "sacct": 15, "seff": 15, "enough": [15, 17, 24, 29, 31], "charg": 15, "walltim": [15, 32], "pool": 15, "concurr": 15, "hit": [15, 21], "nobodi": 15, "until": [15, 24, 31], "finish": [15, 32], "intend": [15, 21, 23, 32], "occupi": 15, "haveb": 15, "nt": 15, "cap": 15, "immedi": 15, "goe": [15, 16], "prepar": 15, "whatev": [15, 21], "stop": [15, 17, 19, 21], "pars": [15, 17, 19], "uncom": 15, "never": [15, 32], "thread": 15, "mpi": 15, "hardest": 15, "unrestrict": 15, "hurt": 15, "overestim": 15, "wild": 15, "email": [15, 30, 32], "qnotifi": 15, "amont": 15, "schedmd": 15, "veyr": 15, "differnet": 15, "perhap": [15, 18, 19], "launch": [15, 32], "sid": 15, "throttl": 15, "sai": [15, 19, 21, 22, 29, 31], "htop": 15, "scontrol": [15, 32], "lookup": 15, "readthedoc": [15, 24, 32], "en": [15, 19, 32], "yong": 16, "hoon": 16, "chung": 16, "lindsei": 16, "tepfer": 16, "endogen": 16, "artifactu": 16, "breath": 16, "mitig": 16, "channel": [16, 30], "bell": 16, "sejnowski": 16, "1995": [16, 31], "microphon": 16, "convers": [16, 19, 21], "echo": [16, 32], "theoret": [16, 22, 26, 29], "voic": [16, 30], "speaker": 16, "gift": 16, "calhoun": 16, "2001": 16, "melod": 16, "beckmann": 16, "2005": 16, "domin": 16, "mckeown": 16, "1998": 16, "eeg": [16, 29], "scalp": 16, "electrod": [16, 23], "makeig": 16, "exercis": 16, "scratch": 16, "mne": 16, "ffa": 16, "kanwish": 16, "parahippocamp": 16, "ppa": 16, "aguirr": 16, "2000m": 16, "spheric": 16, "create_spher": 16, "get_anatom": [16, 18], "pearsonr": 16, "75": [16, 19], "signal_intens": 16, "sphere": [16, 25], "radiu": [16, 24], "55": [16, 18, 26], "resampl": [16, 18, 24, 25, 31], "273": 16, "unexpect": 16, "nearest": [16, 24], "impuls": [16, 29], "ffa_sign": 16, "ppa_sign": 16, "plotting_context": [16, 20], "font_scal": [16, 20], "initi": [16, 18, 19, 20, 21, 25, 31], "simulated_data": 16, "astyp": [16, 18, 24], "stand": 16, "improv": [16, 19, 21, 24, 30, 31], "decomposed_voxel": 16, "nrow": [16, 19, 20, 29, 31], "colorbar": [16, 20, 23], "_fastica": 16, "494": 16, "gotten": 16, "incorrect": 16, "transpos": [16, 19, 24], "snr": [16, 18, 23], "scenario": 16, "intertwin": 16, "slower": 16, "signal_intensity_1": 16, "signal_intensity_2": 16, "lmplot": 16, "02": [16, 19, 32], "ica_mod": 16, "slight": [16, 31], "situat": 16, "intermix": 16, "pure": 16, "identici": 16, "weakli": 16, "ppa_signal_2": 16, "ffa_mix": 16, "thees": 16, "differenti": 16, "infinit": [16, 29], "manifest": 16, "mi": 16, "aren": 16, "fail": [16, 31, 32], "laptop": [17, 18, 24], "cloud": [17, 18, 24], "tablet": 17, "browser": 17, "jhub": 17, "vpn": [17, 32], "spin": [17, 24], "sync": 17, "idl": 17, "shut": 17, "ey": [17, 18, 24], "great": [17, 18, 20, 21, 22, 23, 25, 31], "redo": 17, "window": [17, 20, 24, 32], "nbviewer": 17, "trick": [17, 24], "persist": 17, "psyc60": 17, "21f": 17, "won": [17, 31], "backup": 17, "1_introduction_to_program": 17, "ipynb": [17, 19], "risk": 17, "renam": 17, "box": [17, 20, 29], "untitl": 17, "4_ica": 17, "sleep": 17, "tinker": 17, "rout": 17, "contact": [17, 30], "professor": [17, 19, 20, 30], "assist": [17, 19, 20, 30], "acaconda": 17, "githubusercont": [17, 19], "master": [17, 19, 20, 23], "pytz": 17, "dateutil": [17, 19], "cycler": 17, "kiwisolv": 17, "06": [17, 32], "pillow": [17, 25], "pypars": 17, "23": [17, 19], "joblib": 17, "threadpoolctl": 17, "pynv": 17, "deepdish": 17, "tabl": [17, 19, 23], "numexpr": 17, "nipyp": [17, 18, 24], "pydotplu": 17, "filelock": 17, "pydot": 17, "trait": 17, "prov": 17, "neurdflib": 17, "etelemetri": 17, "lxml": 17, "rdflib": 17, "isod": 17, "decor": 17, "ci": [17, 20], "hypertool": [17, 25], "scikit_learn": 17, "cp37": 17, "cp37m": 17, "macosx_10_6_intel": 17, "macosx_10_9_intel": 17, "macosx_10_9_x86_64": 17, "macosx_10_10_intel": 17, "macosx_10_10_x86_64": 17, "whl": 17, "ppca": 17, "31merror": 17, "octob": 17, "gzip": [17, 18, 19], "nitim": 17, "num2word": 17, "patsi": 17, "sqlalchemi": 17, "docopt": 17, "fsley": 17, "standalon": 17, "mac": [17, 24, 32], "x11": [17, 32], "xquartz": [17, 32], "dashboard": 17, "walkthrough": [17, 25], "cheatsheet": 17, "slide": [17, 24, 29, 30], "ourdqjmu5ro": 18, "believ": 18, "eas": [18, 20, 23, 25], "bug": [18, 24], "listserv": 18, "boutiqu": 18, "focu": [18, 19, 22, 26], "ant": [18, 24], "conn": 18, "rsatoolbox": 18, "pymvpa": 18, "proprietari": 18, "octav": 18, "restrict": [18, 23, 30], "compil": 18, "challeng": [18, 30], "grow": [18, 20, 24], "adopt": [18, 31], "explos": 18, "leader": 18, "brainiak": [18, 22], "excit": [18, 20], "expertis": 18, "decad": 18, "tight": 18, "tensorflow": 18, "pytorch": 18, "influx": 18, "younger": 18, "chosen": 18, "excel": [18, 19, 21, 22, 23, 24, 25, 28, 29], "dissemin": 18, "book": [18, 19, 20, 22, 29, 30, 32], "enterpris": 18, "idiosyncrat": [18, 23], "convent": [18, 24], "outsid": [18, 24, 30], "heroic": 18, "realm": 18, "month": 18, "broken": [18, 19, 24], "descript": [18, 23], "collabor": [18, 30], "queri": [18, 20], "lightweight": [18, 21], "tree": 18, "thub": 18, "bidsjsonfil": 18, "dataset_descript": 18, "bidsfil": 18, "ds_store": 18, "citat": [18, 30], "bib": 18, "md": 18, "tex": 18, "anat": [18, 23], "s01_desc": 18, "brain_mask": 18, "definit": [18, 21, 22, 24], "localizer_bold": 18, "subclass": 18, "get_imag": 18, "dirnam": 18, "get_ent": 18, "entiti": 18, "get_df": 18, "get_metadata": 18, "get_associ": 18, "get_task": 18, "bidsimagefil": 18, "partic": 18, "carpetplot_bold": 18, "svg": 18, "bird": 18, "to_df": 18, "datatyp": [18, 21], "locali": 18, "t1w": 18, "677": 18, "678": 18, "679": 18, "680": 18, "681": 18, "682": 18, "compress": [18, 19], "3d": [18, 24, 25, 29], "4d": [18, 24], "sweet": 18, "t1": [18, 23, 24], "consult": [18, 30], "193": 18, "229": 18, "millimet": 18, "get_fdata": 18, "axesimag": 18, "0x7fad486d8e90": 18, "nifti1head": 18, "endian": 18, "sizeof_hdr": 18, "348": 18, "data_typ": 18, "db_name": 18, "extent": 18, "session_error": 18, "dim_info": 18, "dim": 18, "intent_p1": 18, "intent_p2": 18, "intent_p3": 18, "intent_cod": 18, "float32": 18, "bitpix": 18, "slice_start": 18, "pixdim": 18, "vox_offset": 18, "scl_slope": 18, "scl_inter": 18, "slice_end": 18, "slice_cod": 18, "unknown": 18, "xyzt_unit": 18, "cal_max": 18, "cal_min": 18, "slice_dur": 18, "toffset": 18, "glmax": 18, "glmin": 18, "descrip": 18, "xform": 18, "fixheaderapplytransform": 18, "niworkflow": 18, "aux_fil": 18, "qform_cod": 18, "sform_cod": 18, "quatern_b": 18, "quatern_c": 18, "quatern_d": 18, "qoffset_x": 18, "96": [18, 25], "qoffset_i": 18, "132": 18, "qoffset_z": 18, "78": [18, 22], "srow_x": 18, "srow_i": 18, "srow_z": 18, "intent_nam": 18, "plot_epi": 18, "orthoslic": [18, 23], "0x7fad5aeb0c10": 18, "draw_cross": [18, 25], "display_mod": [18, 25], "zslicer": [18, 25], "0x7fad3114af10": 18, "amygdala_mask": 18, "1290": 18, "fsl_bamyg_thr0": 18, "orthoprojector": [18, 25], "0x7fad29aa88d0": 18, "bulk": 18, "flatten": [18, 25], "nifti_mask": 18, "238955": 18, "mni152_t1_2mm_brain_mask": 18, "output_fil": 18, "var": [18, 19], "0x7fad5cbd5d50": 18, "niftimask": 18, "detrend": 18, "low_pass": 18, "mask_arg": 18, "mask_img": 18, "mask_strategi": 18, "memory_level": 18, "sample_mask": 18, "smoothing_fwhm": 18, "t_r": 18, "target_affin": 18, "target_shap": 18, "verbos": [18, 19, 23, 24], "1875": 18, "2127": 18, "2182": 18, "5170": 18, "5180": 18, "2836": 18, "__add__": 18, "__class__": 18, "__delattr__": 18, "__dict__": 18, "__dir__": 18, "__doc__": 18, "__eq__": 18, "__format__": 18, "__ge__": 18, "__getattribute__": 18, "__getitem__": 18, "__gt__": 18, "__hash__": 18, "__init__": 18, "__init_subclass__": 18, "__iter__": 18, "__le__": 18, "__len__": 18, "__lt__": 18, "__module__": 18, "__mul__": 18, "__ne__": 18, "__new__": 18, "__radd__": 18, "__reduce__": 18, "__reduce_ex__": 18, "__repr__": 18, "__rmul__": 18, "__rsub__": 18, "__setattr__": 18, "__setitem__": 18, "__sizeof__": 18, "__str__": 18, "__sub__": 18, "__subclasshook__": 18, "__truediv__": 18, "__weakref__": 18, "bootstrap": 18, "icc": 18, "isempti": 18, "median": [18, 19], "multivariate_similar": 18, "predict_multi": 18, "r_to_z": 18, "randomis": [18, 31], "temporal_resampl": 18, "transform_pairwis": 18, "upload_neurovault": 18, "templat": [18, 23, 24], "2mm": [18, 23], "workspac": 18, "data2": [18, 20], "0x7fad69f43d90": 18, "tmp_data": 18, "3632": 18, "536": 18, "3639": 18, "0662": 18, "3636": 18, "0562": 18, "3631": 18, "1252": 18, "3627": 18, "1565": 18, "0986": 18, "3648": 18, "3137": 18, "3657": 18, "7656": 18, "3654": 18, "2615": 18, "3658": 18, "1348": 18, "3652": 18, "4163": 18, "3647": 18, "3025": 18, "4019": 18, "3651": 18, "63": 18, "7566": 18, "2322": 18, "3655": 18, "227": 18, "3650": 18, "0222": 18, "3644": 18, "6763": 18, "3645": 18, "765": 18, "0671": 18, "3633": 18, "773": 18, "3635": 18, "367": 18, "3634": 18, "0962": 18, "3637": 18, "7722": 18, "5322": 18, "3643": 18, "0576": 18, "034": 18, "4868": 18, "3659": 18, "792": 18, "5303": 18, "3642": 18, "4023": 18, "5435": 18, "3638": 18, "261": 18, "7898": 18, "6985": 18, "3641": 18, "1465": 18, "2185": 18, "3624": 18, "994": 18, "3628": 18, "2786": 18, "3626": 18, "063": 18, "3623": 18, "819": 18, "2058": 18, "5884": 18, "3629": 18, "2664": 18, "3622": 18, "4158": 18, "3617": 18, "2485": 18, "3609": 18, "3620": 18, "9905": 18, "5645": 18, "9675": 18, "276": 18, "3801": 18, "3625": 18, "395": 18, "3621": 18, "5083": 18, "3164": 18, "705": 18, "373": 18, "368": 18, "3630": 18, "5776": 18, "8086": 18, "8877": 18, "8083": 18, "3618": 18, "6865": 18, "2358": 18, "3615": 18, "7021": 18, "1902": 18, "9312": 18, "4065": 18, "3611": 18, "3342": 18, "3613": 18, "9846": 18, "378": 18, "0913": 18, "9004": 18, "8503": 18, "3614": 18, "9832": 18, "9844": 18, "4487": 18, "3619": 18, "9285": 18, "3612": 18, "1162": 18, "3608": 18, "7314": 18, "767": 18, "9822": 18, "3606": 18, "2117": 18, "3602": 18, "921": 18, "1326": 18, "3601": 18, "9211": 18, "0999": 18, "5076": 18, "3616": 18, "9973": 18, "6519": 18, "3607": 18, "4512": 18, "7017": 18, "3745": 18, "548": 18, "3596": 18, "0322": 18, "3581": 18, "2944": 18, "3580": 18, "8047": 18, "3584": 18, "3593": 18, "828": 18, "3605": 18, "6892": 18, "284": 18, "2231": 18, "5674": 18, "901": 18, "047": 18, "3598": 18, "3826": 18, "3589": 18, "8098": 18, "3588": 18, "8022": 18, "3599": 18, "5337": 18, "3603": 18, "5144": 18, "9685": 18, "66": 18, "8218": 18, "5686": 18, "0813": 18, "3592": 18, "416": 18, "3600": 18, "1592": 18, "8616": 18, "4583": 18, "375": 18, "787": 18, "9001": 18, "3595": 18, "6265": 18, "3597": 18, "0571": 18, "0x7fad6950e450": 18, "gradual": 18, "montag": 18, "0x7fad696d4890": 18, "prep": [18, 22], "adequ": [18, 31], "tsnr": 18, "_i": [18, 22], "outlier": [18, 24, 26], "jin": [19, 20], "cheong": [19, 20], "facil": 19, "flavor": 19, "ecosystem": 19, "4th": [19, 31], "spreadsheet": 19, "sql": 19, "tremend": 19, "mung": 19, "stackoverflow": 19, "blogpost": 19, "jake": [19, 20], "vanderpla": [19, 20], "terrif": 19, "tal": 19, "yarkoni": [19, 22], "int64": [19, 23], "828627": 19, "860628": 19, "239354": 19, "701561": 19, "990040": 19, "955123": 19, "526356": 19, "573977": 19, "854763": 19, "360077": 19, "396195": 19, "303766": 19, "188879": 19, "446423": 19, "063622": 19, "493188": 19, "513151": 19, "500130": 19, "706082": 19, "967668": 19, "762955": 19, "853237": 19, "361205": 19, "297108": 19, "021289": 19, "920400": 19, "609904": 19, "917379": 19, "207424": 19, "451640": 19, "letter": [19, 29], "hampshir": 19, "sacremento": 19, "denver": 19, "concord": [19, 23], "straightfoward": 19, "spss": 19, "useag": 19, "guidelin": [19, 23], "31msignatur": 19, "0mpd": 19, "34m": 19, "0mread_csv": 19, "0mfilepath_or_buff": 19, "readcsvbuff": 19, "0msep": 19, "nodefault": 19, "0mno_default": 19, "0mdelimit": 19, "32mnone": 19, "0mheader": 19, "liter": 19, "0mname": 19, "hashabl": 19, "0mindex_col": 19, "indexlabel": 19, "0musecol": 19, "usecolsargtyp": 19, "0mdtype": 19, "dtypearg": 19, "0mengin": 19, "csvengin": 19, "0mconvert": 19, "callabl": 19, "0mtrue_valu": 19, "0mfalse_valu": 19, "0mskipinitialspac": 19, "32mfals": 19, "0mskiprow": 19, "0mskipfoot": 19, "36m0": 19, "0mnrow": 19, "0mna_valu": 19, "0mkeep_default_na": 19, "32mtrue": 19, "0mna_filt": 19, "0mverbos": 19, "0mskip_blank_lin": 19, "0mparse_d": 19, "0minfer_datetime_format": 19, "0mkeep_date_col": 19, "0mdate_pars": 19, "0mdate_format": 19, "0mdayfirst": 19, "0mcache_d": 19, "0miter": 19, "0mchunksiz": 19, "0mcompress": 19, "compressionopt": 19, "0mthousand": 19, "0mdecim": 19, "0mlinetermin": 19, "0mquotechar": 19, "0mquot": 19, "0mdoublequot": 19, "0mescapechar": 19, "0mcomment": 19, "0mencod": 19, "0mencoding_error": 19, "strict": 19, "0mdialect": 19, "dialect": 19, "0mon_bad_lin": 19, "0mdelim_whitespac": 19, "0mlow_memori": 19, "0mmemory_map": 19, "0mfloat_precis": 19, "legaci": 19, "0mstorage_opt": 19, "storageopt": 19, "0mdtype_backend": 19, "dtypebackend": 19, "textfileread": 19, "31mdocstr": 19, "doc": 19, "pydata": 19, "user_guid": 19, "filepath_or_buff": 19, "accept": [19, 24], "scheme": [19, 22], "ftp": 19, "s3": 19, "gs": [19, 29], "localhost": 19, "pathlik": 19, "builtin": [19, 21], "stringio": 19, "regex": 19, "sniffer": 19, "prone": [19, 23], "quot": [19, 30], "alia": [19, 29], "mark": [19, 25, 31], "multiindex": 19, "interven": 19, "skip_blank_lin": 19, "denot": [19, 21], "overrid": 19, "index_col": 19, "malform": 19, "usecol": 19, "baz": 19, "instanti": 19, "preserv": 19, "lambda": [19, 20, 22], "aaa": 19, "bbb": 19, "ddd": 19, "int32": 19, "suitabl": [19, 24], "na_valu": 19, "versionad": 19, "defaultdict": 19, "pyarrow": 19, "parser": 19, "multithread": 19, "unsupport": 19, "true_valu": 19, "insensit": 19, "variant": [19, 20], "false_valu": 19, "skipinitialspac": 19, "skiprow": 19, "skipfoot": 19, "bottom": [19, 20, 23], "recogn": [19, 30], "ind": 19, "qnan": 19, "keep_default_na": 19, "na_filt": 19, "blank": 19, "parse_d": 19, "date_format": 19, "date_pars": 19, "datetim": 19, "unpars": 19, "mixtur": 19, "timezon": 19, "unalt": 19, "to_datetim": 19, "infer_datetime_format": 19, "10x": 19, "keep_date_col": 19, "conjunct": 19, "strftime": 19, "strptime": 19, "nanosecond": 19, "wikipedia": [19, 24, 26], "wiki": 19, "iso_8601": 19, "riski": 19, "dayfirst": 19, "dd": 19, "mm": [19, 23, 24], "european": 19, "cache_d": 19, "offset": [19, 29], "get_chunk": 19, "chunksiz": 19, "fly": 19, "decompress": 19, "bz2": 19, "xz": 19, "zst": 19, "tar": 19, "zstd": 19, "zipfil": 19, "gzipfil": 19, "bz2file": 19, "zstandard": 19, "zstddecompressor": 19, "lzma": 19, "lzmafil": 19, "tarfil": 19, "respect": [19, 22, 25, 29, 30], "dict_data": 19, "my_compression_dict": 19, "versionchang": 19, "decim": 19, "linetermin": 19, "quotechar": 19, "quote_minim": 19, "quote_al": 19, "quote_nonnumer": 19, "quote_non": 19, "quote_": 19, "doublequot": 19, "consecut": 19, "escapechar": 19, "escap": 19, "remaind": [19, 31], "altogeth": 19, "n1": 19, "utf": 19, "ex": [19, 23], "codec": 19, "encoding_error": 19, "handler": 19, "parserwarn": 19, "on_bad_lin": 19, "signatur": 19, "bad_lin": 19, "emit": 19, "arrow": 19, "apach": 19, "parseopt": 19, "invalid_row_handl": 19, "delim_whitespac": 19, "whitespac": 19, "noth": [19, 25], "low_memori": 19, "memory_map": 19, "o": [19, 20, 21], "overhead": 19, "float_precis": 19, "round_trip": 19, "round": [19, 21], "trip": 19, "storage_opt": 19, "port": 19, "usernam": [19, 32], "password": 19, "urllib": 19, "gc": 19, "fsspec": 19, "dtype_backend": 19, "numpy_nul": 19, "behaviour": 19, "nullabl": 19, "arrowdtyp": 19, "to_csv": 19, "read_tabl": 19, "read_fwf": 19, "doctest": 19, "31mfile": 19, "env": 19, "py312": 19, "31mtype": 19, "salari": [19, 20, 21], "gender": [19, 20, 30], "departm": [19, 20], "86285": 19, "bio": 19, "72": [19, 22], "77125": 19, "58": [19, 20], "71922": 19, "70499": 19, "46": [19, 23, 26], "66624": 19, "41": 19, "53662": 19, "31": [19, 20], "73": 19, "57185": 19, "74": [19, 23], "52254": 19, "61885": 19, "49542": 19, "77": 19, "On": [19, 20, 24], "bracket": 19, "64451": 19, "64366": 19, "59344": 19, "58560": 19, "58294": 19, "fstring": 19, "insert": [19, 21], "curli": 19, "col": [19, 31], "67748": 19, "519481": 19, "15100": 19, "581435": 19, "44687": 19, "62607": 19, "75382": 19, "112800": 19, "142857": 19, "387783": 19, "973684": 19, "617770": 19, "486842": 19, "005914": 19, "53": [19, 20], "65": 19, "831169": 19, "240530": 19, "freq": [19, 29], "value_count": 19, "67": 19, "analyst": 19, "messi": 19, "999999": 19, "screw": 19, "hide": 19, "datapoint": 19, "64762": 19, "chem": 19, "29": 19, "104828": 19, "geol": 19, "dropna": [19, 20], "5b": 19, "m183lc3x27n9krrzz85z2x1c0000gn": 19, "ipykernel_28379": 19, "1379821321": 19, "settingwithcopywarn": 19, "caveat": 19, "pubperyear": 19, "2945664157": 19, "row_index": 19, "col_index": 19, "1818352125": 19, "jakevdp": 19, "pythondatasciencehandbook": 19, "blob": [19, 31], "03": [19, 32], "hierarch": [19, 23], "explicit": 19, "56092": 19, "54452": 19, "54269": 19, "55125": 19, "97630": 19, "82444": 19, "76291": 19, "60373": 19, "wil": 19, "implicit": [19, 21], "reset_index": 19, "reset": 19, "male_df": 19, "female_df": 19, "90k": 19, "100k": 19, "90000": 19, "100000": 19, "264706": 19, "92951": 19, "818182": 19, "54": [19, 26], "96936": 19, "133333": 19, "53638": 19, "59139": 19, "52968": 19, "55949": 19, "58893": 19, "sensibl": [19, 22, 24], "old": [19, 23], "pub_per_year": 19, "144029972": 19, "lablel": 19, "gender_nam": 19, "1691057888": 19, "769231": 19, "535714": 19, "300000": 19, "000000": 19, "090909": 19, "fun": [19, 20], "972973": 19, "567568": 19, "662162": 19, "numeric_onli": 19, "300071": 19, "303275": 19, "275534": 19, "427426": 19, "016988": 19, "275468": 19, "277098": 19, "249410": 19, "024210": 19, "958181": 19, "323965": 19, "541125": 19, "328285": 19, "498825": 19, "399865": 19, "older": [19, 24], "combined_data": 19, "69": 19, "777778": 19, "71": 19, "500000": 19, "391304": 19, "666667": 19, "df1": 19, "df2": 19, "df3": 19, "inner": 19, "york": [19, 20], "39512223": 19, "1359711": 19, "19453561": 19, "outer": 19, "suprisingli": 19, "throw": 19, "55719": 19, "888889": 19, "555556": 19, "043170": 19, "69108": 19, "492308": 19, "846154": 19, "061538": 19, "924709": 19, "usefuli": 19, "recombin": 19, "department": 19, "salary_dept_z": 19, "2225281835": 19, "468065": 19, "493198": 19, "939461": 19, "788016": 19, "375613": 19, "simplifi": 19, "calc_zscor": 19, "94412960": 19, "id_var": [19, 20], "value_var": [19, 20], "var_nam": [19, 20], "288893": 19, "189514": 19, "662512": 19, "494610": 19, "012093": 19, "181321": 19, "631140": 19, "999889": 19, "113135": 19, "584941": 19, "987392": 19, "176449": 19, "967856": 19, "157259": 19, "465654": 19, "df_long": 19, "value_nam": [19, 20], "df_wide": 19, "salary_exercis": [19, 20, 21], "weisberg": [19, 20], "tenur": [19, 20], "sx": [19, 20], "rk": [19, 20, 24], "yr": [19, 20], "dg": [19, 20], "yd": [19, 20], "earn": [19, 20], "sl": [19, 20], "academ": [19, 20, 24, 30], "dollar": [19, 20], "1985": [19, 20], "john": [19, 20, 33], "wilei": [19, 20], "son": [19, 20], "194": [19, 20], "readabl": [19, 21], "yearsinrank": 19, "yearssincehd": 19, "exclud": [19, 24], "salary_file_url": 19, "oldest": 19, "matlotlib": 20, "tradeoff": [20, 24, 29], "customiz": [20, 24], "neurohackademi": 20, "rougier": 20, "canva": [20, 30], "tickmark": 20, "artist": 20, "visiabl": 20, "0x7f7f1053e450": 20, "multivariate_norm": 20, "500": [20, 21, 23, 29], "cov": 20, "0x7f7f4b304550": 20, "27": 20, "97": [20, 23, 26], "111": 20, "49785684": 20, "95098132": 20, "40410579": 20, "85723027": 20, "31035474": 20, "23652078": 20, "78339631": 20, "33027183": 20, "87714736": 20, "42402288": 20, "9708984": 20, "patch": 20, "143": 20, "175": 20, "167": 20, "62": [20, 23], "77829094": 20, "93245112": 20, "0866113": 20, "24077149": 20, "60506833": 20, "45090815": 20, "29674797": 20, "14258779": 20, "9884276": 20, "83426742": 20, "68010724": 20, "emphas": [20, 23], "height": [20, 29, 31], "barcontain": 20, "mplot3d": [20, 24, 29], "mpl_toolkit": [20, 24, 29], "r1": 20, "r2": 20, "r3": 20, "scatter3d": 20, "art3d": 20, "path3dcollect": 20, "0x7f7f087ed750": 20, "transpar": 20, "xy": 20, "xycoord": 20, "easiest": 20, "gridspec": [20, 29], "set_": 20, "simulate_xi": 20, "sharex": [20, 29, 31], "png": 20, "pdf": 20, "myfirstplot": 20, "432x288": 20, "variable1": 20, "variable2": 20, "pairplot": 20, "v2": 20, "v3": 20, "v4": 20, "axisgrid": 20, "pairgrid": 20, "0x7f7f28b75d10": 20, "violin": 20, "strip": 20, "data1": 20, "data_long": 20, "melt": 20, "hue": 20, "swarm": 20, "swarmplot": 20, "stripplot": 20, "violinplot": 20, "0x7f7f09b933d0": 20, "reorgan": 20, "clustermap": 20, "anonmy": 20, "salary_in_departm": 20, "boxplot": 20, "0x1a1d97f320": 20, "0x1a1dc9df28": 20, "suptitl": 20, "dept_num": 20, "0x1a1dedb128": 20, "frontend": 20, "surprisingli": [20, 22], "declar": 20, "vega": [20, 22], "recreat": 20, "colormap": 20, "yearssincehighestdegre": 20, "labl": 20, "barplot": 20, "preconfigur": 21, "pycharm": 21, "modular": [21, 24], "scrape": 21, "flask": 21, "django": 21, "man": 21, "yaroslav": 21, "halchenko": [21, 32], "codeacademi": 21, "overflow": 21, "incred": [21, 24], "pulldown": 21, "toolbar": 21, "esc": 21, "markup": 21, "bring": [21, 30], "shortcut": 21, "hello": 21, "dramat": [21, 22, 31], "outdat": 21, "setuptool": 21, "nonetyp": 21, "modulo": 21, "__future__": 21, "4444444444444444": 21, "repetit": 21, "helloworld": 21, "hellohellohellohellohello": 21, "AND": 21, "do_someth": 21, "elif": [21, 24], "do_alternative1": 21, "do_otherwis": 21, "reserv": 21, "do_stat": 21, "h": [21, 29], "csum": 21, "exit": 21, "make_upper_cas": 21, "parenthesi": 21, "bodi": [21, 24], "colon": 21, "indent": 21, "fed": 21, "clutter": 21, "mutabl": 21, "nest": [21, 22], "stride": 21, "unord": 21, "indepth": [21, 31], "eng2sp": 21, "uno": 21, "tre": 21, "dict_valu": 21, "t2": [21, 24], "union": 21, "intersect": 21, "mom": 21, "dad": 21, "module_nam": 21, "new_module_nam": 21, "name1": 21, "name2": 21, "abspath": 21, "curdir": 21, "data_file_list": 21, "81": 21, "121": 21, "169": 21, "196": 21, "225": 21, "256": 21, "289": 21, "324": 21, "361": 21, "highwai": 21, "polic": 21, "offic": [21, 30, 32], "61": 21, "carefulli": 22, "revers": [22, 29], "classifi": [22, 29], "beta_i": 22, "localiz": 22, "wherea": [22, 24], "complementari": [22, 23], "spent": 22, "reduct": 22, "overfit": 22, "encompass": [22, 24], "motiv": 22, "appraoch": 22, "87ykz23spn": 22, "fayper7eu4m": 22, "toolsbox": 22, "pympva": 22, "djib5bzkqhq": 22, "zkmsjyil5dc": 22, "spatiotempor": 22, "subject_": 22, "left_file_list": 22, "_video_left": 22, "right_file_list": 22, "_video_right": 22, "svm_stat": 22, "yfit_al": 22, "dist_from_hyperplane_al": 22, "scalar": [22, 29], "weight_map": 22, "mcr_all": 22, "shouldn": [22, 32], "unbias": [22, 26], "thoroughli": 22, "contribut": 22, "searchlight": [22, 23, 25], "300k": 22, "forthcom": 22, "de": 22, "la": 22, "data_mask": 22, "svm_stats_mask": 22, "tune": [22, 31], "holdout": 22, "luxuri": 22, "hyperparamet": 22, "subdivid": 22, "partit": 22, "fold": [22, 23], "inher": [22, 31], "leav": [22, 24], "bias": [22, 23, 26], "overli": [22, 25], "optimist": [22, 25], "held": [22, 30], "stratifi": 22, "sub_list": [22, 25], "subject_id": 22, "cv_dict": 22, "kfold": 22, "n_fold": 22, "cv": 22, "83": [22, 23], "wow": 22, "outperform": 22, "multicollinear": 22, "xs": 22, "perfect": [22, 24, 26, 30], "consum": [22, 24], "loss": 22, "penal": 22, "spars": 22, "shrink": 22, "elast": 22, "net": 22, "rapidli": 22, "lassocv": 22, "ridge_stat": 22, "ridgeclassifi": 22, "ridgecv": 22, "56": 22, "lasso_cv_stat": 22, "unequ": 22, "overrepres": 22, "class_weight": 22, "misclassifi": 22, "minor": 22, "prevent": 22, "outlin": [22, 24, 25], "groundbreak": 22, "lv51_3jhg_c": 22, "3ixh0fzuaji": 22, "hayn": 22, "ree": 22, "2006": [22, 23], "naselari": 22, "woo": [22, 31], "freeli": [22, 29, 30], "clara": 23, "sava": 23, "segal": 23, "thoma": 23, "botch": 23, "tradit": [23, 29], "vast": 23, "divers": 23, "neurolog": [23, 24], "methodolog": 23, "disjoint": 23, "atla": 23, "interchang": [23, 25], "moghimi": 23, "grai": 23, "programmat": 23, "snippet": 23, "abraham": 23, "fetch": 23, "oxford": 23, "schaefer": 23, "yeo": 23, "aal": 23, "fetch_atlas_harvard_oxford": 23, "fetch_atlas_difumo": 23, "fetch_atlas_msdl": 23, "fetch_atlas_schaefer_2018": 23, "fetch_atlas_a": 23, "fetch_atlas_smith_2009": 23, "fetch_atlas_surf_destrieux": 23, "fetch_atlas_craddock_2012": 23, "fetch_atlas_talairach": 23, "fetch_atlas_yeo_2011": 23, "fetch_atlas_juelich": 23, "fetch_atlas_basc_multiscale_2015": 23, "sym": 23, "lawrenc": 23, "readm": 23, "nativ": 23, "resolut": [23, 24, 29, 31], "aforement": 23, "advent": 23, "macrostructur": 23, "sulci": 23, "gyri": 23, "cytoarchitectur": 23, "mirror": [23, 29], "modern": [23, 24], "entail": [23, 25], "regist": [23, 24, 32], "referenc": 23, "talairach": 23, "tournoux": 23, "1988": 23, "152": 23, "unsurprisingli": 23, "idiosyncrasi": 23, "tzourio": 23, "mazoy": 23, "2002": 23, "landmark": 23, "116": 23, "spm12": 23, "plot_roi": 23, "_slicer": 23, "0x179bd93a0": 23, "tissu": [23, 24], "feed": 23, "level_nam": 23, "110": 23, "alcohol": 23, "probabilist": 23, "registr": [23, 24], "surfac": [23, 24], "fischl": 23, "connectom": 23, "obstacl": 23, "idiosyncraci": 23, "neuroanatomi": [23, 31], "bypass": 23, "aid": [23, 24], "likewis": 23, "morpholog": 23, "cortic": 23, "subcort": 23, "fetch_atla": 23, "262": 23, "atlas_nam": 23, "cort": 23, "maxprob": 23, "thr0": 23, "1mm": 23, "harvard_oxford": 23, "desikan": 23, "killiani": 23, "alzheim": 23, "87": 23, "atrophi": 23, "implant": 23, "refractori": 23, "epilepsi": 23, "intracrani": 23, "ielvi": 23, "notabl": 23, "1x1x1": 23, "tourvil": 23, "dkt": 23, "merg": 23, "desikan_killiani": 23, "neurodata": 23, "desikan_spac": 23, "mni152nlin6_r": 23, "0x2a0914730": 23, "destrieux": 23, "oppos": 23, "neighbor": [23, 24], "readili": 23, "fsaverage5": 23, "map_left": 23, "map_right": 23, "fsaverag": 23, "dk": 23, "fetch_surf_fsaverag": 23, "plot_surf_roi": 23, "infl_left": 23, "roi_map": 23, "hemi": 23, "bg_map": 23, "sulc_left": 23, "bg_on_data": 23, "chose": 23, "pial": 23, "angl": [23, 29], "fingerprint": 23, "passingham": 23, "stephan": 23, "k\u00f6tter": 23, "acknowledg": 23, "craddock": 23, "2012": 23, "600": 23, "fewer": [23, 31], "substandard": 23, "salehi": 23, "light": 23, "braga": 23, "buckner": 23, "absolv": 23, "parcellt": 23, "emploi": 23, "mni152": 23, "thick_7": 23, "thick_17": 23, "thick_": 23, "colors_7": 23, "thin_7": 23, "thin_17": 23, "colors_17": 23, "connected_labels_region": 23, "connected_label_region": 23, "region_label": 23, "756": 23, "incompat": 23, "silenc": 23, "klass": 23, "0x28eaa0df0": 23, "gradient": 23, "gwmrf": 23, "brusqu": 23, "broadli": 23, "hcp": 23, "300": 23, "400": 23, "700": 23, "800": 23, "900": 23, "n_roi": 23, "yeo_network": 23, "resolution_mm": 23, "dataset_": 23, "0x2a2b9a5e0": 23, "shen": 23, "groupwis": 23, "268": 23, "bioimag": 23, "shen_2mm_268_parcel": 23, "0x2a087f1c0": 23, "soft": [23, 25], "mr": 23, "fiber": 23, "pathwai": 23, "premis": 23, "fidel": 23, "topograph": 23, "determinist": 23, "tract": 23, "gyral": 23, "retrograd": 23, "tracer": 23, "inject": 23, "macaqu": 23, "neocortex": 23, "donahu": 23, "invas": 23, "glasser": 23, "360": [23, 24], "210": 23, "anatomi": 23, "topographi": [23, 25], "myelin": 23, "led": [23, 24, 32], "intersubject": [23, 25, 27], "discrep": 23, "mmp": 23, "atlas_glass": 23, "glasser_spac": 23, "4x4x4": 23, "0x28eedb460": 23, "rosen": 23, "halgren": 23, "pubm": 23, "ncbi": 23, "nlm": 23, "nih": 23, "gov": 23, "33483325": 23, "deepli": 23, "macroscal": 23, "disregard": 23, "idioisyncraci": 23, "granular": [23, 25], "transcriptom": 23, "gene": 23, "agranular": 23, "enigma": 23, "opensourc": [23, 33], "genet": 23, "diseas": 23, "larivier": 23, "Being": 24, "amaz": 24, "critic": [24, 29], "qc3rrajwoc4": 24, "slider": [24, 29], "rigid": 24, "cube": 24, "shear": 24, "gap": 24, "reslic": 24, "apply_affin": 24, "from_matvec": 24, "to_matvec": 24, "ndimag": 24, "affine_transform": 24, "map_coordin": 24, "floatslid": [24, 29], "plot_rigid_body_transform": 24, "demo": [24, 25], "fov": 24, "vec": 24, "radian": [24, 29], "rot_axis1": 24, "rot_axis2": 24, "rot_axis3": 24, "i_coord": 24, "j_coord": 24, "k_coord": 24, "meshgrid": 24, "ij": 24, "coordinate_grid": 24, "coords_last": 24, "coords_first": 24, "fig": [24, 29], "set_zlabel": [24, 29], "__main__": [24, 29], "plot_rigid_body_affine_transform": 24, "borrow": 24, "remap": 24, "qj": 24, "theta": [24, 29], "phi": 24, "abcd": 24, "abc": 24, "exact": [24, 26], "m_": 24, "rephras": [24, 30], "inconveni": 24, "isocent": 24, "epi": 24, "roughli": 24, "plot_affine_cost": 24, "square1": 24, "square2": 24, "transformed_squar": 24, "point_x": 24, "point_i": 24, "sse": 24, "350": 24, "set_xtick": 24, "disciplin": [24, 30], "flair": 24, "mutual": 24, "ct": 24, "middl": [24, 31], "literatur": 24, "spuriou": 24, "scrub": 24, "dummi": [24, 32], "warp": 24, "talaraich": 24, "subsum": 24, "montreal": 24, "increasingli": [24, 25], "diffeomorph": 24, "qamrgwsc": 24, "6g": 24, "skull": 24, "surround": 24, "dura": 24, "mater": 24, "grei": 24, "normalizi": 24, "hover": 24, "mous": 24, "pointer": 24, "transit": 24, "mni152nlin2009casym": 24, "flirt": 24, "bbr": 24, "reportlet": 24, "histori": 24, "lanczo": 24, "partial": 24, "plot_gaussian": 24, "viridi": 24, "kwarg": 24, "wire": 24, "plot_wirefram": 24, "plot_surfac": 24, "notimpl": 24, "heard": 24, "chri": [24, 32], "gorgolewski": [24, 32], "art": [24, 32], "protocol": [24, 32], "coregistr": [24, 32], "unwarp": [24, 32], "skullstrip": [24, 32], "steep": [24, 29], "curv": 24, "nonstandard": 24, "tweak": 24, "somebodi": 24, "fsl_": 24, "ants_": 24, "freesurfer_": 24, "afni_": 24, "evolv": 24, "nightmar": 24, "circumv": 24, "releas": 24, "aw": 24, "equip": 24, "data_path": 24, "output_path": 24, "work_path": 24, "processor": 24, "3000": 24, "portabl": 24, "batch": [24, 32], "pb": [24, 30], "gone": 24, "neurostar": [24, 32], "forum": 24, "disagre": 24, "dispar": 25, "nikolau": 25, "kriegskort": 25, "isomorph": 25, "emb": 25, "thornton": [25, 31], "abstract": [25, 26, 30], "inanim": 25, "animaci": 25, "puppi": 25, "rock": 25, "kriegeskort": [25, 27], "euclidean": 25, "proport": [25, 26, 31], "closer": [25, 26, 29, 31], "symmetr": [25, 26], "triangl": 25, "spearman": 25, "van": 25, "baar": 25, "shuffl": [25, 26], "empir": [25, 26, 31], "violat": [25, 30], "exchang": [25, 26], "conserv": [25, 31], "mantel": 25, "IT": 25, "monkei": 25, "_denois": 25, "fine": 25, "stringent": [25, 31], "voxelwis": 25, "bonferroni": 25, "temporarili": 25, "f2": 25, "sne": 25, "umap": 25, "unbound": 25, "out_sim": 25, "mask_tmp": 25, "incorrectli": 25, "n_permut": [25, 26], "motor_sim_r": 25, "rho": 25, "rsa_motor": 25, "black_bg": 25, "cut_coord": 25, "0x7fc04c15bd50": 25, "didn": 25, "recalcul": [25, 26], "all_sub_similar": 25, "all_sub_motor_rsa": 25, "sub_pattern": 25, "sub_pattern_similar": 25, "5000": [25, 26], "rsa_stat": 25, "fdr_p": 25, "rsa_motor_r": 25, "rsa_motor_p": 25, "thr": 25, "coolwarm": 25, "0x7fbf3929acd0": 25, "liber": [25, 31], "uncorrect": [25, 31], "0x7fbf2cd13c90": 25, "parkinson": 25, "accompani": [25, 29, 30, 33], "foreign": 26, "heavili": 26, "amen": 26, "jackknif": 26, "cross": 26, "subsampl": 26, "assess": [26, 31], "population_n": 26, "10000": 26, "distplot": 26, "kde": 26, "sample_n": 26, "ymin": 26, "ymax": 26, "51": 26, "certainti": 26, "n_bootstrap": 26, "bootstrap_mean": 26, "percentil": 26, "quantil": 26, "lower_bound": 26, "upper_bound": 26, "skew": 26, "efron": 26, "1987": 26, "acceler": 26, "n_sampl": [26, 29], "sample_mean": 26, "0x7fc2f92cdf10": 26, "impress": 26, "criterion": 26, "chi": 26, "rerandom": 26, "953": 26, "04": [26, 32], "permute_mean": 26, "p_valu": [26, 31], "00544": 26, "4998": 26, "0004": 26, "swap": 26, "recomput": 26, "mean_1": 26, "std_1": 26, "mean_2": 26, "std_2": 26, "sample_1": 26, "sample_2": 26, "sample1": 26, "sample2": 26, "permute_diff": 26, "permutation_label": 26, "4996": 26, "0008": 26, "996": 26, "ch": 27, "cohen": [27, 29], "preprocss": 27, "hasson": 27, "nummenmaa": 27, "blood": 28, "oxygen": 28, "deep": 28, "textbook": 28, "xsdxxgjejvi": 28, "pxqdjho9fu": 28, "fi5frnsrti4": 28, "jg2wqpgpnm": 28, "mike": 29, "anali": 29, "lecturelet": 29, "hz": 29, "geometr": 29, "inrepret": 29, "dotproduct_": 29, "limits_": 29, "b_i": 29, "scatterplot": 29, "380": 29, "449": 29, "19188650977253": 29, "afterward": 29, "boxcar": 29, "puls": 29, "shifted_kernel": 29, "convolved_sign": 29, "compound": 29, "109": 29, "gari": 29, "haven": 29, "restart": 29, "se": 29, "jag": 29, "9rvzxz46frq": 29, "ft": 29, "peak": 29, "trough": 29, "widget": 29, "plot_oscil": 29, "sampling_frequ": 29, "wspace": 29, "ax1": 29, "add_subplot": 29, "ax2": 29, "polar": 29, "sine_wav": 29, "realist": 29, "fytvhhk3xj0": 29, "gave": 29, "stationar": 29, "wavelet": 29, "intut": 29, "_htcsiea0_u": 29, "x_f": 29, "x_k": 29, "i2": 29, "fk": 29, "imaginari": 29, "1j": 29, "view_init": 29, "250": 29, "travel": 29, "hilbert": 29, "frquenci": 29, "1st": 29, "ceil": 29, "fftfreq": 29, "rhjqvckvopg": 29, "lossless": 29, "fourier_fft": 29, "finit": 29, "fir": 29, "iir": 29, "indefinit": 29, "rippl": 29, "attenu": 29, "roll": 29, "ring": 29, "sharper": 29, "vice": 29, "versa": 29, "filter_ord": 29, "frequency_cutoff": 29, "btype": 29, "rad_sample_to_hz": 29, "plot_filt": 29, "worn": 29, "512": 29, "sharp": 29, "w_so": 29, "h_so": 29, "0x7f95c9a465d0": 29, "0x7f95b9019c90": 29, "permit": [29, 32], "morlet": 29, "lowcut": 29, "highcut": 29, "0x7f95d8e26d50": 29, "0x7f96088bf390": 29, "wed": 30, "pm": 30, "357": 30, "teach": 30, "gr": 30, "mon": 30, "thur": 30, "am": 30, "233": 30, "2a": 30, "tue": 30, "150": 30, "deliv": [30, 33], "schedul": [30, 32, 33], "replic": [30, 33], "consent": 30, "affirm": 30, "hoc": 30, "copyright": 30, "constitut": 30, "prior": 30, "expuls": 30, "behalf": 30, "educ": 30, "deem": 30, "enrol": 30, "herebi": 30, "circumst": 30, "prohibit": 30, "civil": 30, "crimin": 30, "penalti": 30, "law": 30, "slack": 30, "discours": [30, 33], "embed": 30, "cambridg": 30, "supplement": 30, "clarifi": 30, "week": 30, "askpb": 30, "peer": 30, "pod": 30, "compet": 30, "openfmri": 30, "journal": 30, "apa": 30, "11pt": 30, "ariel": 30, "bibliographi": 30, "midnight": 30, "strictli": 30, "adher": 30, "honesti": 30, "dishonesti": 30, "forfeit": 30, "understood": 30, "But": 30, "regurgit": 30, "excus": 30, "dean": 30, "supervisor": 30, "offici": 30, "sponsor": 30, "absenc": 30, "grant": 30, "failur": 30, "roommat": 30, "extracurricular": 30, "accommod": 30, "me": 30, "confidenti": 30, "demand": 30, "counsel": 30, "establish": 30, "employ": 30, "strive": 30, "promot": 30, "sexual": 30, "safeti": 30, "unequivoc": 30, "assault": 30, "harass": 30, "domest": 30, "violenc": 30, "stalk": 30, "toler": 30, "wealth": 30, "faculti": 30, "oblig": 30, "disclosur": 30, "profession": 30, "psychologist": 30, "staff": [30, 33], "rape": 30, "crisi": 30, "ordain": 30, "clergi": 30, "dartgo": 30, "titleix_resourc": 30, "deputi": 30, "guarini": 30, "Their": 30, "aalim9": 31, "pk": 31, "h_0": 31, "mistakenli": 31, "familywis": 31, "fwer": 31, "geq": 31, "underpow": 31, "grid_width": 31, "n_subject": 31, "counter": 31, "pixel": 31, "t_valu": 31, "threshold_typ": 31, "plot_grid_simul": 31, "n_simul": 31, "0001": 31, "sim_al": 31, "run_multiple_simul": 31, "fpr": 31, "axhlin": 31, "0x7feb9fc76290": 31, "signal_width": 31, "signal_amplitud": 31, "furthest": 31, "recoveri": 31, "unreason": 31, "truli": 31, "mxqeedvnihg": 31, "rft": 31, "euler": 31, "characterist": 31, "hole": 31, "resel": 31, "somewhat": 31, "todai": 31, "brett": 31, "chapter": 31, "nomin": 31, "furthermor": 31, "pinpoint": 31, "weak": 31, "smith": 31, "parameter": 31, "alphasim": 31, "3dclustsim": 31, "10k": 31, "gold": 31, "gpu": 31, "broccoli": 31, "_run_permut": 31, "isfit": 31, "threshold_simul": 31, "w9ogbo4geza": 31, "benjamini": 31, "hochberg": 31, "leq": 31, "corrected_threshold": 31, "00030256885357668906": 31, "00034": 31, "000005": 31, "consequ": 31, "multiple_fdr": 31, "pitfal": 31, "n7iittt8hru": 31, "threshold_dict": 31, "unc": 31, "thr_t": 31, "conclud": 31, "stai": 31, "005": 31, "mijin": 32, "kwon": 32, "era": 32, "wu": 32, "andi": 32, "jahn": 32, "dbic": 32, "cn": 32, "administr": 32, "andrew": 32, "connolli": 32, "dataaccess": 32, "heudiconv": 32, "yarik": 32, "headnod": 32, "slurm": 32, "wifi": 32, "ssh": 32, "gui": 32, "tunnel": 32, "linux": 32, "mobaxterm": 32, "xserver": 32, "sftp": 32, "secur": 32, "putti": 32, "disocv": 32, "likilihood": 32, "dartf": 32, "psych160": 32, "simg": 32, "singularitli": 32, "brows": 32, "serial": 32, "fastest": 32, "bash": 32, "example_slurm_fmriprep": 32, "fmriprep_resources_path": 32, "mem": 32, "4gb": 32, "fmriprep_log": 32, "fmriprep_error": 32, "notif": 32, "mail": 32, "slurm_array_task_id": 32, "bids_dir": 32, "output_dir": 32, "work_dir": 32, "with_container_and_licens": 32, "cleanenv": 32, "nproc": 32, "slicetim": 32, "discard": 32, "disdaq": 32, "fourth": 32, "monitor": 32, "cancel": 32, "niprep": 32, "darmouth": 32, "thesi": 33, "pursu": 33, "exam": 33, "nsf": 33, "career": 33, "award": 33, "1848370": 33, "thank": 33, "arnold": 33, "william": 33, "hamblen": 33, "christian": 33, "darabo": 33, "hudson": 33}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"spring": [0, 2], "2019": 0, "self": 0, "referenc": 0, "With": [0, 12], "meme": 0, "ffa": 0, "activ": [0, 1, 3, 4], "while": 0, "view": [0, 3, 12], "fall": [1, 3, 4, 30], "2020": [1, 2], "similar": [1, 2, 25], "brain": [1, 3, 4, 18, 25, 31], "pattern": [1, 22, 25], "after": 1, "social": [1, 3], "isol": 1, "food": 1, "depriv": 1, "noun": 1, "verb": 1, "adject": 1, "adverb": 1, "an": [1, 5], "investig": 1, "syntact": 1, "local": 1, "us": [1, 3, 5, 11, 15, 16, 29, 32], "fmri": [1, 28], "The": [2, 3, 18], "import": [2, 22], "neural": 2, "encod": 2, "recal": 2, "its": 2, "correl": [2, 5], "semant": 2, "music": 2, "depress": 2, "A": [2, 23], "multivari": [2, 5, 22], "predict": [2, 22], "classif": [2, 22], "analysi": [2, 5, 11, 12, 16, 25, 30], "represent": [2, 25], "2021": 3, "numb": 3, "world": 3, "desensit": 3, "emot": [3, 4], "stimuli": [3, 4, 25], "over": 3, "time": [3, 8, 29, 30], "synchron": 3, "vmpfc": 3, "across": 3, "particip": [3, 24, 30], "dure": 3, "naturalist": [3, 4], "stimul": 3, "highli": 3, "affect": 3, "empathi": 3, "region": [3, 4, 5, 9, 11, 31], "associ": 3, "real": 3, "imag": [3, 9, 18, 24, 28], "compar": [3, 9, 11, 29, 31], "data": [3, 7, 9, 10, 11, 12, 15, 18, 19, 22, 24, 32], "effect": [3, 5, 11], "respons": 3, "level": [3, 5, 11], "issu": 3, "polit": 3, "healthcar": 3, "2022": [4, 30], "probe": 4, "default": 4, "mode": 4, "network": [4, 15], "intersubject": 4, "inter": [4, 8], "run": [4, 11, 15, 24, 32], "analys": [4, 31], "inform": 4, "process": [4, 9, 11, 29, 31], "jibaro": 4, "synchroni": 4, "interest": 4, "connect": 5, "function": [5, 10, 21, 23, 24], "seed": 5, "voxel": [5, 8, 9], "psychophysiolog": 5, "interact": [5, 15, 20], "dynam": 5, "structur": [5, 11, 23], "equat": 5, "model": [5, 8, 9, 11], "granger": 5, "causal": 5, "decomposit": 5, "princip": 5, "compon": [5, 12, 16], "independ": [5, 11, 12, 16], "graph": 5, "theori": 5, "exercis": [5, 8, 9, 11, 12, 18, 19, 20, 21, 22, 24, 29, 31], "1": [5, 7, 8, 9, 11, 18, 19, 20, 22, 24, 29, 31], "let": 5, "s": 5, "calcul": 5, "base": [5, 10], "differ": [5, 9, 11, 23, 29], "roi": 5, "right": 5, "motor": [5, 9], "cortex": 5, "2": [5, 7, 8, 9, 11, 18, 19, 20, 22, 29, 31], "group": [5, 11, 19, 25, 31], "thi": [5, 6, 8, 33], "3": [5, 7, 8, 9, 11, 18, 19, 29, 31], "ica": [5, 12, 16], "4": [5, 7, 8, 9, 29], "eigenvector": 5, "central": 5, "each": [5, 29], "5": [5, 30], "theoret": 5, "contribut": 6, "get": [6, 7], "start": [6, 17], "licens": [6, 33], "book": [6, 33], "download": [7, 32], "datalad": [7, 32], "instal": [7, 17], "mac": 7, "unix": 7, "oper": [7, 18, 19, 21], "system": [7, 15], "window": 7, "python": [7, 10, 16, 17, 21], "git": 7, "annex": 7, "path": 7, "separ": [7, 12], "basic": [7, 18, 28, 29, 32], "drop": 7, "ha": 7, "api": 7, "cours": [7, 8, 17, 33], "preprocess": [7, 12, 24, 32], "introduct": [8, 14, 16, 17, 18, 19, 20, 21, 23], "gener": [8, 20, 22, 28], "linear": [8, 9, 11], "ar": [8, 9, 11, 31], "you": [8, 29], "readi": 8, "simul": [8, 16, 29, 31], "construct": 8, "design": [8, 9, 11], "matrix": [8, 9], "estim": [8, 9, 29], "glm": [8, 9], "standard": 8, "error": [8, 31], "explain": 8, "varianc": [8, 9, 11], "beta": 8, "statist": [8, 10, 11, 26], "signific": 8, "contrast": [8, 9, 11], "effici": 8, "vari": 8, "trial": 8, "interv": 8, "jitter": 8, "autocorrel": 8, "what": [8, 15], "happen": 8, "when": 8, "we": [8, 22], "signal": [8, 12, 16, 28, 29], "amplitud": 8, "nois": [8, 9, 12, 29], "how": [8, 9, 15, 22], "mani": 8, "do": [8, 15, 22], "need": [8, 15], "impact": [8, 9], "stimulu": 8, "durat": 8, "singl": [9, 11, 25], "subject": [9, 11, 25], "dataset": [9, 18], "build": 9, "hrf": 9, "convolut": [9, 29], "multicollinear": 9, "inflat": 9, "factor": [9, 20], "orthogon": 9, "nuisanc": 9, "variabl": [9, 21], "filter": [9, 29], "intercept": [9, 11], "trend": 9, "covari": 9, "smooth": [9, 24], "all": 9, "save": [9, 20], "which": [9, 11, 31], "more": [9, 11, 12, 31], "involv": [9, 11, 31], "visual": [9, 11, 29, 31], "auditori": [9, 11, 31], "sensori": [9, 11, 31], "number": [9, 11, 21, 31], "word": [9, 11, 31], "cognit": 9, "e": 9, "g": 9, "languag": 9, "math": [9, 21], "your": [9, 17], "result": [9, 32], "kernel": 9, "glossari": 10, "jupyt": [10, 15, 17, 21], "cell": 10, "magic": 10, "panda": [10, 19, 20], "numpi": [10, 19], "scipi": 10, "matplotlib": [10, 20], "seaborn": [10, 20], "scikit": 10, "learn": 10, "networkx": 10, "nibabel": [10, 18], "nilearn": [10, 18, 23], "nltool": [10, 18], "class": [10, 22, 30], "adjac": 10, "brain_data": [10, 18], "design_matrix": 10, "miscellan": 10, "hierarch": 11, "mix": 11, "first": 11, "second": 11, "summari": [11, 23], "between": [11, 23], "One": [11, 26], "sampl": [11, 26], "t": 11, "test": [11, 25, 26], "matric": 11, "dummi": 11, "code": [11, 30], "pair": 11, "quadrat": 11, "gender": 11, "from": [12, 15], "load": [12, 18, 19], "instructor": [13, 30], "professor": 13, "teach": 13, "assist": 13, "neuroimag": [14, 18], "lectur": [14, 30], "high": [15, 24, 29], "perform": [15, 24], "comput": [15, 17, 24], "dartmouth": 15, "hpc": [15, 32], "discoveri": [15, 31, 32], "cluster": [15, 31], "layout": [15, 20], "research": 15, "team": 15, "dbic": 15, "resourc": [15, 22, 32], "pb": 15, "i": 15, "access": [15, 23, 32], "campu": 15, "ssh": 15, "termin": 15, "navig": 15, "linux": 15, "bash": 15, "text": 15, "editor": 15, "bashrc": 15, "bash_profil": 15, "acl": 15, "permiss": 15, "where": 15, "my": 15, "store": 15, "dart": 15, "fs": 15, "file": 15, "scratch": 15, "space": [15, 25, 28, 30], "transfer": 15, "manag": [15, 21], "softwar": [15, 18], "modul": [15, 21], "conda": 15, "contain": [15, 21], "job": [15, 32], "slurm": 15, "common": 15, "command": 15, "request": 15, "batch": 15, "arrai": 15, "multipl": 15, "onc": 15, "monitor": 15, "schedul": [15, 27], "etiquett": 15, "can": [15, 29], "notebook": [15, 17, 21], "have": 15, "addit": [15, 22], "question": [15, 33], "askpb": 15, "handbook": 15, "refer": [15, 17, 24, 32], "simpl": [16, 18], "overlap": 16, "tempor": 16, "spatial": [16, 23, 24], "other": [16, 23, 24], "consider": 16, "jupyterhub": 17, "login": 17, "server": 17, "open": 17, "copi": 17, "altern": 17, "own": 17, "jupter": 17, "packag": [17, 18, 21], "plot": [17, 18, 20], "atlas": [17, 23], "bid": 18, "specif": 18, "bidslayout": 18, "manipul": 18, "arithmet": 18, "object": 19, "seri": [19, 29], "datafram": 19, "wai": 19, "check": 19, "describ": 19, "deal": 19, "miss": [19, 30], "valu": [19, 22], "creat": [19, 29, 32], "new": 19, "column": 19, "index": 19, "slice": 19, "kei": [19, 20], "integ": 19, "boolean": 19, "renam": 19, "row": 19, "merg": 19, "concaten": 19, "groupbi": 19, "transform": [19, 24, 29], "reshap": 19, "melt": 19, "pivot": 19, "homework": [19, 30], "concept": [20, 22], "lineplot": 20, "scatterplot": 20, "histogram": 20, "bar": 20, "3d": 20, "custom": 20, "heatmap": 20, "errorbar": 20, "plotli": 20, "bokeh": 20, "altair": 20, "program": 21, "string": 21, "logic": 21, "condit": 21, "loop": 21, "list": 21, "dictionari": 21, "tupl": 21, "set": [21, 32], "find": 21, "even": 21, "maxim": 21, "rang": 21, "duplic": 21, "speed": 21, "ticket": 21, "fine": 21, "why": 22, "mvpa": 22, "extract": 22, "featur": [22, 25], "select": 22, "cross": 22, "valid": 22, "regular": 22, "lasso": 22, "regress": 22, "l1": 22, "ridg": 22, "l2": 22, "determin": 22, "penalti": 22, "imbal": 22, "biomark": 22, "vertic": 22, "vs": 22, "horizont": 22, "checkerboard": 22, "parcel": 23, "scale": 23, "quick": [23, 24], "note": 23, "label": 23, "neuroparc": 23, "scheme": 23, "anatom": [23, 24], "form": 23, "mention": 23, "here": 23, "cost": 24, "realign": 24, "normal": 24, "t1w": 24, "align": 24, "mri": 24, "fmriprep": [24, 32], "primer": 24, "output": 24, "limit": 24, "inspect": [24, 32], "html": 24, "rsa": 25, "overview": [25, 33], "embed": 25, "map": [25, 31], "relationship": 25, "onto": 25, "hypothesi": 25, "infer": 25, "resampl": 26, "bootstrap": 26, "permut": 26, "two": 26, "mr": 28, "physic": 28, "format": [28, 30], "k": 28, "bold": 28, "physiolog": 28, "domain": 29, "dot": 29, "product": 29, "oscil": 29, "frequenc": 29, "discret": 29, "fourier": 29, "complex": 29, "sine": 29, "wave": 29, "bank": 29, "coeffici": 29, "invers": 29, "fast": 29, "theorem": 29, "pass": 29, "low": 29, "bandpass": 29, "band": 29, "stop": 29, "7": 29, "show": 29, "identifi": 29, "fft": 29, "remov": 29, "one": 29, "bandstop": 29, "reconstruct": 29, "origin": 29, "syllabu": 30, "AND": 30, "zoom": 30, "meet": 30, "commun": 30, "textbook": 30, "read": 30, "15": 30, "grade": 30, "30": 30, "method": 30, "flash": 30, "talk": 30, "exam": 30, "20": 30, "project": 30, "classroom": 30, "polici": 30, "honor": 30, "plagiar": 30, "assign": 30, "late": 30, "disabl": 30, "mental": 30, "health": 30, "religi": 30, "observ": 30, "titl": 30, "ix": 30, "threshold": 31, "famili": 31, "wise": 31, "rate": 31, "extent": 31, "free": 31, "parametr": 31, "nonparametr": 31, "approach": 31, "fals": 31, "fdr": 31, "bonferroni": 31, "correct": 31, "rolando": 32, "log": 32, "up": 32, "befor": 32, "singular": 32, "freesurf": 32, "licenc": 32, "decid": 32, "type": 32, "batchscript": 32, "submit": 32, "goal": 33, "acknowledg": 33}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 6, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 56}}) \ No newline at end of file +Search.setIndex({"docnames": ["content/2019_Spring", "content/2020_Fall", "content/2020_Spring", "content/2021_Fall", "content/2022_Fall", "content/Connectivity", "content/Contributing", "content/Download_Data", "content/GLM", "content/GLM_Single_Subject_Model", "content/Glossary", "content/Group_Analysis", "content/ICA", "content/Instructors", "content/Intro_to_Neuroimaging", "content/Introduction_to_Discovery", "content/Introduction_to_ICA", "content/Introduction_to_JupyterHub", "content/Introduction_to_Neuroimaging_Data", "content/Introduction_to_Pandas", "content/Introduction_to_Plotting", "content/Introduction_to_Programming", "content/Multivariate_Prediction", "content/Parcellations", "content/Preprocessing", "content/RSA", "content/Resampling_Statistics", "content/Schedule", "content/Signal_Measurement", "content/Signal_Processing", "content/Syllabus", "content/Thresholding_Group_Analyses", "content/fmriprep_on_discovery", "content/intro"], "filenames": ["content/2019_Spring.md", "content/2020_Fall.md", "content/2020_Spring.md", "content/2021_Fall.md", "content/2022_Fall.md", "content/Connectivity.ipynb", "content/Contributing.md", "content/Download_Data.ipynb", "content/GLM.ipynb", "content/GLM_Single_Subject_Model.ipynb", "content/Glossary.ipynb", "content/Group_Analysis.ipynb", "content/ICA.ipynb", "content/Instructors.md", "content/Intro_to_Neuroimaging.md", "content/Introduction_to_Discovery.ipynb", "content/Introduction_to_ICA.ipynb", "content/Introduction_to_JupyterHub.ipynb", "content/Introduction_to_Neuroimaging_Data.ipynb", "content/Introduction_to_Pandas.ipynb", "content/Introduction_to_Plotting.ipynb", "content/Introduction_to_Programming.ipynb", "content/Multivariate_Prediction.ipynb", "content/Parcellations.ipynb", "content/Preprocessing.ipynb", "content/RSA.ipynb", "content/Resampling_Statistics.ipynb", "content/Schedule.md", "content/Signal_Measurement.ipynb", "content/Signal_Processing.ipynb", "content/Syllabus.md", "content/Thresholding_Group_Analyses.ipynb", "content/fmriprep_on_discovery.md", "content/intro.md"], "titles": ["Spring 2019", "Fall 2020", "Spring 2020", "Fall 2021", "Fall 2022", "Connectivity", "Contributing", "Download Data", "Introduction to the General Linear Model", "Modeling Single Subject Data", "Glossary", "Group Analysis", "Separating Signal From Noise With ICA", "Instructors", "Introduction to Neuroimaging", "High Performance Computing at Dartmouth", "Introduction to Independent Components Analysis", "Introduction to JupyterHub", "Introduction to Neuroimaging Data", "Introduction to Pandas", "Introduction to Plotting", "Introduction to programming", "Multivariate Prediction", "Introduction to Parcellations", "Preprocessing", "Representational Similarity Analysis", "Resampling Statistics", "Schedule", "Signal Generation", "Signal Processing Basics", "Syllabus", "Thresholding Group Analyses", "Running fMRIPrep on HPC", "Course Overview"], "terms": {"In": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "student": [0, 1, 2, 3, 4, 11, 17, 30, 32, 33], "develop": [0, 1, 2, 4, 5, 6, 7, 10, 13, 15, 17, 18, 20, 21, 23, 24, 29, 30, 31, 32], "an": [0, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "experi": [0, 2, 3, 4, 5, 7, 8, 11, 16, 17, 18, 22, 24, 26, 30, 31], "studi": [0, 1, 2, 3, 4, 5, 10, 11, 13, 16, 23, 24, 29, 30, 31, 33], "neural": [0, 1, 3, 4, 22, 23, 24, 29], "basi": [0, 3, 9, 10, 28, 29, 30], "how": [0, 2, 3, 4, 5, 6, 7, 11, 13, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "dartmouth": [0, 3, 6, 7, 13, 17, 21, 24, 30, 32, 33], "undergradu": [0, 30], "process": [0, 1, 2, 3, 7, 8, 10, 13, 15, 17, 19, 22, 23, 24, 25, 27, 30, 32, 33], "twelv": 0, "were": [0, 1, 2, 3, 4, 5, 8, 9, 11, 18, 22, 23, 24, 25, 26, 29, 31], "scan": [0, 1, 3, 4, 7, 8, 9, 11, 16, 18, 23, 24, 32], "us": [0, 2, 4, 6, 7, 8, 9, 10, 12, 13, 14, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 33], "function": [0, 3, 7, 8, 9, 11, 13, 15, 16, 18, 19, 20, 22, 25, 28, 29, 30, 31, 33], "magnet": [0, 3, 9, 16, 24, 28, 33], "reson": [0, 3, 16, 24, 28, 33], "imag": [0, 1, 5, 6, 7, 10, 11, 12, 13, 16, 17, 19, 22, 23, 25, 27, 29, 30, 31, 32, 33], "fmri": [0, 3, 4, 5, 7, 8, 9, 10, 11, 13, 14, 16, 17, 18, 23, 24, 25, 30, 31, 32, 33], "76": [0, 19], "after": [0, 3, 4, 5, 7, 9, 10, 12, 13, 15, 17, 19, 21, 22, 24, 25, 26, 29, 31, 32], "each": [0, 3, 4, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 32, 33], "particip": [0, 1, 2, 4, 5, 7, 8, 9, 11, 16, 18, 19, 22, 25, 26, 31, 32], "made": [0, 3, 4, 7, 10, 18, 23, 24, 30, 33], "decis": [0, 3, 10, 13, 25], "about": [0, 3, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32], "whether": [0, 1, 3, 4, 7, 10, 11, 12, 19, 23, 25, 31], "thei": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 13, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 29, 30, 31], "would": [0, 3, 5, 7, 8, 9, 11, 17, 18, 19, 21, 22, 23, 24, 25, 26, 29, 31, 32], "like": [0, 3, 5, 7, 8, 9, 11, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 29, 30, 31, 32], "share": [0, 2, 3, 4, 5, 6, 7, 9, 13, 15, 17, 18, 20, 23, 25, 30, 32], "thi": [0, 1, 2, 3, 4, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "friend": [0, 4, 18], "session": [0, 1, 7, 9, 10, 11, 15, 18, 23, 24], "rate": [0, 3, 10, 19, 21, 29], "number": [0, 5, 7, 8, 10, 12, 15, 16, 18, 19, 20, 22, 23, 25, 26, 29, 30, 32], "dimens": [0, 3, 5, 16, 18, 19, 20, 24, 25, 29], "qualtric": 0, "survei": [0, 3], "e": [0, 3, 5, 7, 8, 10, 11, 12, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32], "g": [0, 3, 5, 7, 10, 11, 12, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31], "relat": [0, 1, 3, 4, 5, 7, 8, 9, 11, 13, 20, 21, 23, 29, 32, 33], "enjoy": 0, "type": [0, 1, 5, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 33], "etc": [0, 3, 7, 8, 10, 12, 15, 17, 18, 19, 21, 22, 23, 24, 25, 30, 32], "unfortun": [0, 1, 2, 5, 7, 18, 23, 24, 25, 30, 33], "we": [0, 1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "discov": [0, 24], "wa": [0, 1, 2, 3, 4, 5, 7, 8, 9, 11, 15, 16, 18, 19, 20, 22, 23, 24, 25, 26, 29, 31, 32, 33], "between": [0, 1, 2, 4, 5, 8, 9, 10, 16, 18, 19, 20, 21, 22, 24, 25, 26, 28, 29, 30, 31], "run": [0, 1, 2, 5, 7, 9, 10, 12, 16, 17, 18, 19, 21, 22, 23, 25, 26, 29, 31], "scanner": [0, 3, 4, 12, 16, 25, 28, 32, 33], "artifact": [0, 5, 8, 9, 10, 11, 12, 16, 24], "which": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 32, 33], "neg": [0, 2, 4, 5, 10, 12, 16, 22, 29, 31], "impact": [0, 11, 24, 29], "result": [0, 1, 2, 3, 4, 5, 7, 8, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31], "all": [0, 5, 6, 7, 8, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33], "project": [0, 1, 2, 6, 10, 13, 16, 18, 20, 23, 24, 25, 29, 33], "nevertheless": 0, "question": [0, 1, 2, 3, 6, 8, 11, 18, 21, 22, 23, 24, 25, 30, 32], "analyt": [0, 3, 16, 22], "approach": [0, 5, 9, 11, 16, 22, 23, 25, 26], "ar": [0, 1, 2, 3, 4, 5, 7, 10, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 32], "veri": [0, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 28, 29, 30, 31], "interest": [0, 5, 7, 8, 9, 11, 16, 17, 18, 19, 22, 23, 24, 25, 26, 28, 29, 30, 31, 33], "highlight": [0, 3, 19, 24, 31], "talent": 0, "sarah": 0, "eger": 0, "taylor": [0, 13], "walsh": 0, "serena": 0, "zhu": 0, "have": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "becom": [0, 3, 5, 9, 11, 17, 19, 21, 23, 25, 29, 31], "major": [0, 2, 3, 18, 19, 22, 23, 31], "phenomenon": [0, 3], "recent": [0, 1, 3, 4, 18, 19, 23, 25, 31], "year": [0, 2, 3, 11, 15, 18, 19, 20, 23], "due": [0, 1, 2, 3, 23, 30, 31, 32], "individu": [0, 1, 2, 3, 4, 7, 8, 9, 11, 13, 17, 18, 19, 20, 23, 24, 25], "ag": [0, 4, 11, 19, 20, 23], "sharingthem": 0, "across": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 31, 32], "social": [0, 5, 13, 15], "media": [0, 5, 18, 23], "platform": [0, 10, 17, 24, 30], "howev": [0, 3, 5, 7, 8, 9, 10, 11, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 29, 31], "date": [0, 19, 30], "ha": [0, 1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31, 32], "evalu": [0, 1, 5, 8, 9, 10, 19, 22, 23, 24, 25, 26], "referenti": 0, "occur": [0, 3, 10, 16, 19, 22, 24, 26, 30, 31], "respons": [0, 1, 2, 4, 5, 8, 9, 10, 11, 15, 16, 21, 22, 25, 29, 30, 31], "our": [0, 2, 3, 5, 7, 8, 9, 11, 12, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33], "research": [0, 1, 2, 4, 5, 13, 16, 17, 19, 21, 22, 23, 24, 30, 32, 33], "undertak": 0, "topic": [0, 3, 8, 9, 11, 19, 29, 30, 31, 32, 33], "through": [0, 1, 3, 5, 7, 8, 10, 11, 17, 18, 22, 23, 24, 25, 26, 29, 30], "analysi": [0, 1, 3, 4, 6, 8, 9, 10, 13, 17, 18, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33], "mri": [0, 23, 30, 32], "behavior": [0, 3, 13, 19, 23], "data": [0, 1, 2, 4, 5, 6, 8, 13, 16, 17, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 33], "gather": 0, "from": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "ten": 0, "colleg": [0, 4, 6, 13, 19, 20, 30], "The": [0, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "facilit": [0, 24], "conclus": [0, 3, 30], "9": [0, 7, 9, 11, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 30, 31], "present": [0, 1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 19, 21, 23, 30, 31], "directli": [0, 5, 7, 9, 11, 15, 16, 17, 18, 19, 20, 21, 25, 32], "refer": [0, 5, 8, 10, 11, 19, 20, 22, 23, 26, 28, 29, 30], "These": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 29, 31], "also": [0, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32], "confirm": [0, 1, 3, 4, 7, 23], "statist": [0, 5, 9, 18, 20, 22, 24, 25, 29, 31], "signific": [0, 1, 3, 4, 9, 11, 19, 24, 26, 31], "differ": [0, 2, 4, 7, 8, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 30, 31, 32, 33], "two": [0, 2, 5, 7, 8, 9, 10, 11, 16, 18, 19, 20, 21, 22, 23, 24, 25, 29, 31], "categori": [0, 3, 20], "stimuli": [0, 2], "belong": [0, 23], "class": [0, 3, 5, 8, 9, 11, 17, 18, 19, 21, 24, 25, 26, 31, 33], "univari": [0, 1, 5, 10, 22, 23, 25, 31], "show": [0, 1, 3, 4, 5, 7, 8, 11, 15, 16, 17, 20, 22, 23, 24, 25, 31], "some": [0, 1, 4, 5, 7, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 29, 30, 31, 33], "dmpfc": 0, "hypothalamu": 0, "surviv": [0, 5, 8, 25, 31], "threshold": [0, 5, 9, 10, 11, 12, 18, 22, 23, 25, 27], "contrast": [0, 1, 2, 3, 4, 7, 22, 24, 31], "non": [0, 3, 5, 9, 10, 16, 18, 19, 21, 23, 24, 25, 26, 30, 31], "A": [0, 1, 5, 8, 9, 10, 11, 15, 18, 19, 21, 22, 24, 29, 30, 31, 33], "multivari": [0, 1, 10, 12, 16, 23, 25, 26, 27], "pattern": [0, 2, 4, 5, 9, 10, 16, 19, 21, 23], "mvpa": [0, 1, 2], "implement": [0, 8, 10, 11, 12, 16, 18, 22, 23, 24, 25, 31], "determin": [0, 4, 5, 8, 10, 19, 23, 24, 31], "support": [0, 1, 3, 4, 10, 19, 22, 30, 33], "vector": [0, 1, 5, 8, 10, 11, 16, 18, 20, 22, 24, 25, 26, 29], "machin": [0, 1, 3, 10, 18, 21, 22, 32], "svm": [0, 1, 22], "could": [0, 2, 3, 8, 11, 15, 16, 17, 18, 19, 21, 23, 24, 25, 31, 32], "predict": [0, 1, 3, 4, 5, 8, 9, 10, 11, 18, 23, 25, 26, 27, 31], "stimulu": [0, 1, 4, 21], "base": [0, 2, 3, 6, 7, 8, 11, 12, 15, 16, 18, 19, 20, 21, 23, 24, 25, 26, 29, 30, 31, 32], "entir": [0, 3, 5, 7, 9, 11, 15, 17, 19, 21, 25, 29, 31], "brain": [0, 2, 5, 8, 9, 10, 11, 12, 13, 14, 16, 19, 22, 23, 24, 28, 30, 32, 33], "region": [0, 1, 2, 8, 16, 18, 22, 23, 25], "roi": [0, 2, 10, 16, 23, 25, 31], "both": [0, 1, 3, 6, 7, 8, 9, 10, 11, 16, 18, 19, 22, 23, 24, 26, 29, 30], "whole": [0, 4, 5, 7, 9, 11, 15, 19, 22, 23, 25, 29, 30], "50": [0, 5, 18, 19, 20, 22, 24, 25, 26], "suggest": [0, 1, 3, 6, 23, 32], "particular": [0, 2, 3, 4, 5, 7, 8, 10, 11, 16, 19, 21, 23, 24, 25, 31], "voxel": [0, 10, 11, 12, 16, 18, 22, 23, 24, 25, 31], "account": [0, 8, 9, 10, 11, 15, 16, 19, 22, 23, 24, 31, 32], "classif": [0, 3, 9, 10, 18, 25, 27], "more": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 32, 33], "than": [0, 1, 2, 3, 5, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 33], "other": [0, 1, 2, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 18, 19, 20, 21, 22, 25, 26, 29, 30, 31, 32], "pilot": 0, "limit": [0, 3, 7, 10, 11, 15, 16, 17, 20, 23, 26, 30, 31], "small": [0, 3, 5, 7, 8, 9, 11, 15, 16, 17, 19, 20, 25, 26, 30, 31, 33], "subject": [0, 1, 2, 3, 4, 5, 7, 8, 12, 16, 18, 19, 22, 23, 24, 27, 30, 31, 32], "flaw": 0, "collect": [0, 2, 3, 5, 8, 10, 17, 19, 20, 21, 23, 24, 30, 32, 33], "therefor": [0, 15], "find": [0, 1, 3, 5, 6, 7, 8, 9, 10, 11, 15, 16, 18, 19, 20, 22, 23, 24, 26, 30, 31, 32], "paper": [0, 4, 5, 7, 8, 9, 13, 16, 18, 19, 20, 22, 25, 26, 30, 31], "should": [0, 5, 7, 8, 9, 11, 12, 15, 17, 18, 19, 21, 22, 23, 24, 25, 26, 30, 31, 32], "consid": [0, 8, 9, 12, 16, 19, 22, 23, 25, 26, 29, 30], "onli": [0, 5, 7, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31], "exploratori": 0, "merit": 0, "addit": [0, 1, 2, 4, 5, 8, 9, 12, 16, 17, 18, 19, 20, 21, 23, 24, 32], "inquiri": 0, "futur": [0, 7, 8, 17, 18, 19, 24], "otherwis": [0, 7, 19, 21, 23, 29, 32], "see": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32], "shivesh": 0, "shah": 0, "hana": 0, "nazir": 0, "hui": 0, "dang": 0, "matthew": [0, 31], "yuen": 0, "human": [0, 2, 3, 7, 14, 22, 23, 24, 25, 28, 30, 33], "face": [0, 8, 16, 22], "percept": [0, 3, 7, 9], "evolutionari": 0, "adapt": [0, 10, 19, 20, 31], "special": [0, 10, 11, 17, 19, 33], "becaus": [0, 5, 7, 8, 9, 10, 11, 16, 17, 18, 19, 22, 23, 24, 25, 26, 29, 31], "natur": [0, 16, 19, 23, 26], "life": [0, 3, 30], "abil": [0, 3, 4, 8, 9, 29], "quickli": [0, 5, 9, 10, 11, 19, 20, 21, 24, 31], "accur": [0, 8, 9, 11, 22, 23, 26, 29], "identifi": [0, 1, 5, 8, 9, 10, 11, 16, 18, 19, 21, 22, 23, 24, 25, 31], "bond": 0, "creation": [0, 4, 10], "network": [0, 5, 10, 16, 23, 32], "allow": [0, 5, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 29, 30, 31], "gaug": 0, "s": [0, 1, 3, 4, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "emot": [0, 2, 13, 22], "engag": 0, "contemporarili": 0, "taken": [0, 19, 30, 31], "form": [0, 1, 3, 7, 8, 9, 11, 15, 19, 20, 22, 24, 25, 28, 30, 31, 33], "piec": [0, 19], "convei": 0, "messag": [0, 8], "pass": [0, 5, 9, 10, 12, 18, 19, 22, 23], "one": [0, 1, 5, 7, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31], "person": [0, 2, 3, 15, 16, 17, 18, 20, 22, 25, 26, 30, 33], "anoth": [0, 1, 5, 8, 9, 10, 11, 16, 19, 22, 23, 24, 25, 29, 30, 31], "understand": [0, 2, 3, 4, 5, 8, 9, 13, 16, 22, 23, 24, 25, 26, 28, 29, 30, 33], "affect": [0, 4, 5, 13], "provid": [0, 1, 2, 5, 6, 7, 8, 9, 10, 11, 12, 14, 17, 18, 19, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33], "avenu": 0, "common": [0, 2, 5, 6, 8, 9, 10, 16, 19, 21, 22, 23, 24, 25, 31, 33], "fusiform": [0, 16], "area": [0, 1, 2, 3, 9, 11, 15, 16, 23], "been": [0, 1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 16, 17, 18, 19, 21, 22, 23, 24, 31], "found": [0, 1, 3, 4, 5, 7, 11, 17, 18, 19, 20, 22, 23, 24, 26, 30, 31, 32], "highli": [0, 5, 8, 10, 13, 18, 19, 20, 22, 23, 29], "dure": [0, 2, 4, 5, 7, 9, 10, 11, 22, 24, 30, 32], "virtual": [0, 11], "unstudi": 0, "thu": [0, 11, 16, 21, 22, 29], "endeavor": 0, "uncov": [0, 16, 29], "specif": [0, 3, 4, 5, 7, 8, 9, 10, 11, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33], "react": [0, 4], "when": [0, 1, 2, 3, 4, 5, 7, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32], "without": [0, 7, 10, 15, 16, 18, 19, 21, 24, 30], "expos": [0, 3], "ran": [0, 11, 24, 25, 26], "increas": [0, 1, 3, 4, 5, 8, 9, 11, 12, 19, 22, 23, 24, 26, 29, 31], "vs": [0, 3, 7, 10, 11, 23, 26, 27], "nofac": 0, "Then": [0, 5, 8, 9, 17, 25, 29], "perform": [0, 2, 4, 5, 7, 8, 9, 10, 11, 12, 16, 18, 19, 20, 21, 22, 25, 26, 29, 30, 31, 32], "perceiv": [0, 2, 3, 4, 16], "final": [0, 1, 3, 4, 5, 7, 8, 12, 16, 17, 18, 19, 20, 22, 24, 25, 26, 29, 30, 31, 32, 33], "unsur": 0, "significantli": [0, 3, 11, 22, 25, 26], "did": [0, 3, 7, 8, 9, 11, 13, 15, 21, 23, 24], "addition": [0, 4, 5, 9, 17], "model": [0, 1, 2, 3, 4, 10, 22, 23, 24, 25, 26, 27, 31, 33], "unabl": [0, 1, 2], "reliabl": [0, 10, 11, 17, 23, 26, 31], "And": [0, 2, 7], "interestingli": 0, "greater": [0, 3, 4, 9, 11, 12, 18, 19, 21, 22, 25], "sure": [0, 7, 8, 9, 12, 17, 19, 20, 22, 24, 29, 30, 31], "saw": [0, 9], "first": [0, 3, 4, 5, 7, 8, 9, 10, 12, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31, 32], "step": [0, 5, 7, 8, 9, 10, 12, 18, 19, 22, 24, 25, 29, 31, 32], "toward": [0, 3, 22, 23, 29], "wai": [0, 1, 4, 5, 7, 8, 9, 10, 11, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 31, 32], "answer": [0, 2, 8, 11, 15, 30, 33], "broader": [0, 6, 11, 29], "what": [0, 4, 5, 7, 9, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "materi": [0, 6, 19, 20, 24, 30, 33], "decid": [0, 15, 19, 22, 23], "can": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 30, 31, 32, 33], "serv": [0, 8, 13, 22, 26, 30], "method": [0, 5, 8, 9, 10, 11, 12, 13, 16, 18, 19, 21, 22, 23, 24, 25, 26, 28, 29, 31], "strengthen": 0, "forc": [1, 2, 10, 19], "take": [1, 2, 5, 7, 8, 9, 10, 11, 15, 17, 18, 19, 21, 22, 23, 24, 25, 29, 30, 31, 33], "remot": [1, 2, 15, 17, 19, 30], "version": [1, 2, 7, 8, 9, 11, 16, 17, 18, 19, 20, 22, 23, 24, 30, 31, 33], "cours": [1, 2, 5, 6, 9, 10, 11, 12, 13, 14, 16, 18, 21, 22, 24, 25, 28, 30, 32], "covid19": [1, 2], "pandem": [1, 2, 3], "meant": [1, 2, 8], "design": [1, 2, 3, 4, 5, 7, 10, 18, 24, 30, 31, 32, 33], "own": [1, 2, 5, 7, 8, 9, 11, 15, 18, 21, 22, 23, 25, 26, 29, 30, 31, 32], "origin": [1, 2, 5, 7, 8, 9, 18, 19, 21, 24, 26, 30, 31], "instead": [1, 2, 5, 7, 8, 10, 11, 16, 17, 19, 22, 25, 29, 31], "conduct": [1, 2, 5, 21, 22, 23, 25, 30], "secondari": [1, 2], "publicli": [1, 2, 7, 9, 18, 23, 30, 33], "avail": [1, 2, 5, 7, 9, 10, 15, 17, 18, 19, 20, 21, 22, 23, 24, 29, 30, 32, 33], "openneuro": [1, 2, 18], "One": [1, 2, 3, 5, 6, 7, 8, 9, 10, 17, 18, 19, 20, 22, 23, 24, 25, 29, 31, 32], "work": [1, 2, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "naturalist": [1, 2, 9, 13], "paranoia": 1, "dataset": [1, 2, 5, 7, 10, 11, 12, 17, 19, 20, 22, 23, 25, 30, 32, 33], "finn": [1, 13, 23], "et": [1, 2, 5, 16, 22, 23, 25, 27, 31], "al": [1, 2, 5, 15, 16, 22, 23, 25, 27, 31], "2018": [1, 23, 25, 27], "group": [1, 2, 3, 7, 8, 10, 15, 16, 20, 22, 23, 26, 27, 30, 32, 33], "underw": 1, "three": [1, 4, 7, 8, 9, 10, 11, 19, 21, 23, 24, 29], "separ": [1, 5, 9, 10, 11, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 31, 32], "pictur": [1, 8, 20, 24, 25], "interact": [1, 3, 9, 10, 12, 13, 17, 18, 21, 24, 29, 32], "flower": 1, "follow": [1, 2, 5, 7, 8, 9, 10, 11, 18, 19, 20, 21, 23, 24, 30, 31, 32], "10": [1, 5, 7, 8, 9, 11, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32], "hour": [1, 11, 15, 30], "baselin": [1, 3, 9], "manipul": [1, 10, 11, 19], "tomova": 1, "liza": 1, "begunova": 1, "xiao": 1, "li": 1, "kenni": 1, "nguyen": 1, "max": [1, 10, 19, 24, 29], "ranger": 1, "chelsea": 1, "rafferti": 1, "often": [1, 2, 5, 8, 9, 11, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31], "aris": [1, 33], "seemingli": 1, "unrel": 1, "experiment": [1, 7, 8, 9, 10, 11, 13, 16, 19, 30, 31], "task": [1, 3, 5, 7, 9, 11, 12, 15, 16, 18, 19, 22, 23, 25, 30, 32, 33], "peopl": [1, 2, 3, 4, 6, 7, 8, 11, 15, 17, 19, 23, 25, 30], "demonstr": [1, 8, 11, 16, 19, 22, 25, 26, 30, 31], "crave": 1, "same": [1, 2, 3, 4, 5, 8, 9, 10, 11, 17, 19, 20, 22, 23, 24, 25, 26, 29, 31], "prolong": 1, "fast": [1, 7, 9, 10, 17, 18, 19, 21, 24, 31], "particularli": [1, 4, 5, 7, 9, 10, 11, 17, 18, 30, 31], "substantia": 1, "nigra": 1, "ventral": [1, 3], "tegment": 1, "sn": [1, 5, 8, 9, 10, 11, 12, 16, 20, 22, 24, 25, 26, 31], "vta": 1, "higher": [1, 3, 8, 23, 26, 29, 31], "who": [1, 2, 11, 15, 19, 21, 24, 30], "self": [1, 2, 10], "report": [1, 7, 11, 18, 21, 24, 30, 31, 32], "want": [1, 2, 4, 5, 7, 8, 9, 11, 12, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 32], "analys": [1, 2, 3, 5, 8, 10, 11, 17, 18, 19, 20, 22, 23, 24, 25, 27, 29, 30], "expand": [1, 5, 29], "includ": [1, 3, 5, 7, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 29, 30, 32], "cue": [1, 8], "induc": [1, 5], "cic": 1, "order": [1, 5, 7, 9, 10, 11, 18, 19, 21, 22, 24, 25, 29, 31], "explor": [1, 3, 4, 5, 7, 8, 11, 12, 16, 18, 19, 20, 23, 29, 31], "effect": [1, 8, 9, 19, 22, 23, 24, 29, 31], "reward": [1, 2, 4], "valu": [1, 3, 5, 7, 8, 9, 10, 11, 12, 18, 20, 21, 24, 25, 26, 29, 30, 31], "given": [1, 3, 4, 10, 11, 12, 15, 19, 21, 22, 23, 25, 29], "inter": [1, 3, 16, 23, 25], "represent": [1, 3, 4, 8, 9, 10, 18, 22, 24, 27, 29], "IS": [1, 2, 21, 25], "rsa": [1, 2, 3], "comput": [1, 5, 6, 7, 10, 11, 13, 18, 19, 21, 25, 26, 29, 30, 31, 32, 33], "period": [1, 2, 3, 4, 8, 30], "reaffirm": 1, "condit": [1, 3, 5, 7, 8, 9, 11, 13, 16, 19, 22, 25, 31], "while": [1, 2, 3, 4, 5, 7, 8, 9, 11, 15, 16, 18, 19, 21, 22, 23, 24, 25, 26, 29, 31], "motor": [1, 22, 23, 25], "cortex": [1, 2, 3, 4, 11, 22, 23, 25, 31], "putamen": 1, "basal": 1, "ganglia": 1, "exhibit": [1, 3, 25], "high": [1, 3, 5, 9, 10, 11, 12, 16, 18, 19, 23, 25, 26, 28, 30, 31, 32], "correl": [1, 3, 4, 8, 9, 10, 16, 19, 20, 22, 24, 25, 26, 27, 31], "idea": [1, 4, 5, 6, 8, 11, 13, 22, 23, 24, 25], "system": [1, 2, 5, 17, 18, 22, 24, 26, 32], "regardless": [1, 19, 26], "being": [1, 3, 7, 9, 10, 11, 15, 17, 18, 19, 21, 22, 23, 24, 30, 32], "context": [1, 3, 8, 9, 15, 16, 20], "continu": [1, 4, 9, 10, 11, 16, 19, 20, 22, 24, 25, 29, 30, 31], "independ": [1, 8, 9, 19, 22, 25, 26, 30, 31], "turn": [1, 11, 19, 24], "manuscript": 1, "check": [1, 5, 7, 9, 15, 16, 17, 18, 20, 21, 23, 24, 25, 31], "out": [1, 3, 4, 5, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 29, 31, 32], "preprint": 1, "rachel": 1, "mclaughlin": 1, "part": [1, 4, 5, 8, 10, 11, 15, 19, 21, 23, 24, 29, 30], "speech": [1, 16], "import": [1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 28, 29, 31, 32], "linguist": [1, 13], "psycholog": [1, 5, 8, 13, 22, 23, 33], "neuroscientif": 1, "languag": [1, 7, 10, 18, 21, 33], "wide": [1, 7, 10, 19, 23, 24], "varieti": [1, 3, 10, 18, 24], "shown": [1, 2, 3, 4, 8, 20, 23, 24, 31], "variou": [1, 3, 10, 11, 18, 21, 24, 25], "discrimin": [1, 2, 22], "few": [1, 5, 7, 9, 11, 14, 18, 19, 20, 23, 24, 28, 29, 31], "look": [1, 2, 4, 5, 7, 8, 9, 11, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31], "paradigm": 1, "i": [1, 3, 5, 7, 8, 9, 10, 11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32], "examin": [1, 3, 4, 5, 9, 11, 18, 19, 22, 23, 24, 25, 26, 29, 31], "preferenti": 1, "bilater": [1, 16], "posterior": [1, 3, 4], "portion": [1, 7], "inferior": 1, "tempor": [1, 2, 3, 4, 5, 8, 9, 12, 18, 22, 29], "gyru": [1, 23], "well": [1, 2, 3, 5, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 22, 23, 24, 26, 29, 30, 31], "left": [1, 7, 9, 19, 20, 22, 23, 25, 29, 31], "superior": [1, 3, 23], "angular": 1, "pole": 1, "cerebellum": 1, "right": [1, 3, 7, 9, 10, 19, 20, 22, 23, 25, 29, 30, 31], "hemispher": [1, 23], "prefer": [1, 17, 20, 21, 22, 23, 24, 25, 26], "togeth": [1, 8, 9, 19, 22, 23, 24, 25, 26, 29], "strong": [1, 2, 3, 6, 8, 9, 24, 31], "compar": [1, 4, 5, 7, 8, 16, 19, 23, 24, 25, 26], "my": [1, 3, 7, 8, 18, 30], "abl": [1, 2, 3, 5, 7, 8, 9, 11, 16, 17, 19, 24, 29, 30, 31, 33], "80": [1, 21, 22, 29, 31], "84": 1, "accuraci": [1, 3, 10, 22, 26], "promis": 1, "evid": [1, 4, 8, 23, 30], "her": [1, 2, 8, 13], "sherlock": 2, "chen": [2, 25], "2017": [2, 7, 17, 22, 23, 25, 31], "patient": [2, 13, 23], "healthi": [2, 13, 23], "control": [2, 3, 5, 7, 8, 11, 15, 18, 19, 31], "listen": 2, "clip": [2, 3], "lep": 2, "2016": [2, 23], "commun": [2, 5, 6, 13, 18, 21, 33], "author": [2, 23, 30, 31], "get": [2, 5, 8, 9, 10, 11, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 29, 31, 32], "inform": [2, 3, 5, 8, 9, 10, 11, 12, 13, 15, 18, 19, 22, 23, 24, 25, 26, 29, 30, 31, 32], "repositori": [2, 7, 17, 18, 21, 23], "complet": [2, 3, 5, 7, 9, 11, 12, 13, 15, 18, 19, 22, 24, 25, 30, 31, 32, 33], "lyrra": 2, "isanberg": 2, "nina": 2, "kosowski": 2, "mia": 2, "newkirk": 2, "kristen": 2, "soh": 2, "sabrina": 2, "strauss": 2, "memori": [2, 3, 4, 9, 11, 15, 18, 19, 22, 24, 29, 32], "regard": [2, 3, 4, 30], "individualist": 2, "everi": [2, 3, 9, 10, 11, 15, 17, 18, 21, 22, 24, 25, 30, 31], "hi": [2, 13, 25, 29], "world": [2, 4, 5, 7, 9, 10, 17, 21], "To": [2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 29, 30, 31, 32], "better": [2, 4, 5, 8, 9, 11, 16, 22, 23, 24, 25, 29], "among": [2, 9, 10, 16, 23, 25, 31], "sever": [2, 7, 8, 9, 10, 11, 16, 17, 18, 19, 21, 22, 24, 25, 29, 31, 33], "activ": [2, 5, 7, 8, 9, 10, 11, 13, 14, 15, 16, 18, 19, 22, 23, 24, 25, 28, 30, 31, 32], "scene": [2, 4], "do": [2, 4, 5, 7, 9, 10, 11, 12, 14, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 28, 29, 30, 31, 32], "successfulli": [2, 7, 16, 17], "success": [2, 18], "doe": [2, 3, 5, 7, 8, 9, 10, 11, 12, 15, 16, 18, 22, 23, 25, 26, 29, 31], "throughout": [2, 7, 8, 10, 18, 22, 24, 30, 32, 33], "text": [2, 5, 7, 8, 9, 11, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 29, 31], "spatial": [2, 3, 5, 9, 10, 12, 18, 25, 31], "jada": 2, "brown": [2, 3, 13], "kera": 2, "carei": 2, "amanda": 2, "emili": [2, 13], "iqbal": 2, "ephthalia": 2, "michael": 2, "scwarzing": 2, "nathan": 2, "skinner": 2, "bryce": 2, "west": 2, "For": [2, 4, 5, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33], "known": [2, 4, 7, 8, 21, 23, 24, 26], "provok": 2, "tendenc": [2, 3, 11, 22], "medic": [2, 13, 23, 30], "treatment": [2, 9, 30], "suffer": [2, 22], "disord": [2, 13], "mdd": 2, "post": [2, 3, 8, 9, 10, 11, 13, 22, 23, 24, 30, 31, 33], "traumat": 2, "stress": [2, 13], "ptsd": 2, "act": [2, 19, 30], "circuitri": 2, "reactiv": 2, "anterior": [2, 3], "hippocampu": [2, 3], "damag": 2, "decreas": [2, 4, 18, 24, 31], "newer": [2, 15, 17, 18, 19], "prove": 2, "cingul": [2, 3, 4], "difficult": [2, 5, 9, 18, 24, 30], "navig": [2, 3, 7, 17, 18, 24], "cognit": [2, 3, 4, 7, 13, 24, 33], "reaction": 2, "experienc": 2, "therapi": 2, "poorli": 2, "defin": [2, 5, 8, 10, 11, 16, 19, 21, 22, 23, 26, 29, 31], "came": 2, "up": [2, 5, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 22, 23, 24, 25, 29, 30, 31], "test": [2, 3, 5, 8, 9, 10, 17, 18, 19, 22, 31, 32], "reanalz": 2, "2015": [2, 23], "1": [2, 10, 12, 15, 16, 17, 21, 23, 25, 26, 27, 28, 30, 32, 33], "creat": [2, 3, 5, 6, 7, 8, 9, 10, 11, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 31, 33], "nd": 2, "posit": [2, 8, 10, 12, 16, 19, 22, 23, 24, 25, 29, 31], "2": [2, 10, 12, 15, 16, 17, 21, 23, 24, 25, 26, 27, 28, 30, 33], "audio": 2, "main": [2, 9, 10, 11, 17, 18, 19, 20, 21, 23, 24, 26, 31], "investig": [2, 3, 4, 9, 13, 25, 31], "just": [2, 3, 5, 7, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 30], "multivoxel": [2, 22], "file": [2, 5, 6, 7, 9, 10, 11, 17, 18, 19, 20, 21, 22, 23, 24, 31, 32], "return": [3, 5, 7, 8, 9, 10, 11, 18, 19, 20, 21, 23, 24, 25, 29], "campu": [3, 17, 30, 32], "eager": 3, "video": [3, 4, 5, 8, 9, 11, 12, 18, 19, 22, 24, 25, 28, 29, 30, 31], "depict": [3, 9, 11], "event": [3, 4, 5, 7, 8, 9, 11, 18, 29, 30], "included": 3, "155": 3, "sampl": [3, 5, 8, 9, 10, 12, 22, 23, 25, 29, 31, 32], "black": 3, "live": [3, 7], "matter": [3, 5, 7, 23, 24], "protest": 3, "2020": [3, 7, 17], "presidenti": 3, "elect": 3, "covid": 3, "19": [3, 11, 17, 19, 23], "case": [3, 7, 9, 10, 11, 17, 19, 21, 22, 23, 24, 26, 32], "vaccin": 3, "pop": [3, 7], "cultur": 3, "vote": 3, "n": [3, 5, 8, 10, 11, 17, 18, 19, 20, 21, 22, 23, 25, 26, 29, 31], "7": [3, 5, 7, 8, 9, 11, 17, 19, 20, 21, 23, 25, 26, 27, 31], "much": [3, 5, 6, 7, 8, 9, 10, 11, 15, 17, 18, 19, 20, 22, 24, 25, 26, 29, 31], "evok": [3, 5, 23], "watch": [3, 4, 5, 8, 9, 11, 12, 15, 18, 22, 24, 25, 28, 29, 30, 31], "short": [3, 5, 8, 9, 10, 17, 18, 22, 24, 28, 29], "insurrect": 3, "capit": [3, 19, 26, 29], "contain": [3, 7, 9, 10, 11, 16, 17, 18, 19, 20, 24, 29, 31, 32], "footag": 3, "rioter": 3, "breach": 3, "preprocess": [3, 4, 5, 8, 9, 10, 11, 16, 17, 18, 27, 31, 33], "fmriprep": [3, 4, 7, 9, 11, 12, 15, 17, 18, 22, 25, 31, 33], "analyz": [3, 4, 6, 10, 16, 18, 19, 23, 28, 30, 33], "nltool": [3, 4, 5, 8, 9, 11, 12, 13, 16, 17, 22, 23, 25, 29, 31, 33], "python": [3, 4, 5, 6, 9, 12, 13, 15, 18, 19, 20, 23, 24, 25, 26, 27, 29, 31, 32, 33], "luci": 3, "shao": 3, "maev": 3, "helen": 3, "horan": 3, "pai": [3, 18], "attent": [3, 4], "evoc": 3, "visual": [3, 5, 7, 8, 10, 18, 20, 22, 23, 24, 25], "extend": [3, 11, 15, 25], "emotion": [3, 4], "drain": 3, "regul": 3, "skill": [3, 18, 30], "mai": [3, 4, 5, 7, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 29, 30, 31], "manag": [3, 7, 10, 13], "compass": 3, "fatigu": 3, "repeatedli": [3, 25], "encount": [3, 19, 26], "lead": [3, 9, 13, 16, 18, 22, 24, 31], "eventu": 3, "habitu": 3, "sought": 3, "phenomena": 3, "implic": [3, 4, 7, 30], "tradition": [3, 31], "amygdala": [3, 18], "those": [3, 4, 7, 9, 19, 21, 23, 29, 30], "execut": [3, 10, 15, 21], "less": [3, 4, 9, 12, 16, 21, 22, 23, 25, 29, 31], "further": [3, 4, 9, 23, 24, 25, 30], "elucid": 3, "attun": 3, "exert": 3, "hold": [3, 4], "new": [3, 5, 6, 9, 10, 11, 13, 17, 18, 20, 21, 22, 23, 24, 26, 29, 30, 33], "blunt": 3, "despit": 3, "rise": [3, 29], "death": [3, 4], "toll": 3, "jeff": 3, "gitahi": 3, "central": [3, 15, 30], "deriv": [3, 5, 7, 9, 11, 12, 18, 22, 23, 24, 25, 29, 31, 32], "sensori": [3, 4], "previou": [3, 10, 11, 20, 24, 29], "daili": 3, "compos": [3, 11, 29], "multimod": [3, 23], "technolog": 3, "facet": 3, "kei": [3, 5, 8, 9, 11, 15, 21, 22, 23, 24, 30, 32], "contributor": [3, 18], "beings": 3, "make": [3, 5, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31], "compon": [3, 4, 7, 8, 10, 24, 29, 30, 32], "leverag": [3, 10, 18, 19], "framework": [3, 11, 18, 20], "connect": [3, 7, 10, 12, 16, 18, 19, 23, 24, 25, 27, 30], "where": [3, 5, 7, 8, 9, 10, 11, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33], "four": [3, 10, 19, 20, 23], "half": [3, 9, 12, 16, 22, 24, 29], "minut": [3, 4, 7, 9, 11, 18, 25, 30], "valenc": 3, "hemodynam": [3, 5, 8, 10, 11, 16, 29], "acquir": 3, "phase": [3, 8, 29], "synchroni": [3, 27], "had": [3, 4, 5, 9, 11, 16, 18, 19, 24, 26, 31], "align": [3, 4, 9, 18, 23], "multipl": [3, 4, 5, 7, 8, 9, 11, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 31, 32], "timepoint": [3, 8, 9, 16, 29], "averag": [3, 5, 9, 10, 11, 16, 22, 23, 24, 31], "primari": [3, 5, 31], "auditori": [3, 7, 25], "plai": [3, 5, 7, 9, 10, 12, 19, 20, 24, 29, 31], "role": [3, 4], "conceptu": [3, 4, 5, 19, 25, 28], "exist": [3, 8, 11, 17, 19, 23, 30, 32, 33], "similar": [3, 4, 5, 8, 10, 11, 15, 16, 17, 18, 19, 20, 23, 24, 26, 27, 29], "point": [3, 5, 8, 9, 10, 11, 18, 19, 20, 22, 23, 24, 25, 26, 29, 31], "underli": [3, 8, 10, 13, 16, 29], "mechan": [3, 13, 23], "interpret": [3, 8, 9, 19, 21, 22, 24, 29, 32], "brianna": 3, "aubrei": 3, "halla": 3, "hafermann": 3, "vari": [3, 5, 9, 10, 11, 23, 24, 26, 29], "versu": [3, 4, 18, 19, 23], "hypothes": [3, 5, 8, 9, 11, 19, 22, 25, 31], "rather": [3, 5, 7, 8, 9, 10, 11, 17, 19, 20, 21, 22, 25, 29, 30], "pariet": 3, "lobul": 3, "temporopariet": 3, "junction": 3, "tpj": 3, "acc": [3, 5], "sulcu": 3, "later": [3, 10, 21, 23, 32], "ask": [3, 15, 21, 24, 30, 32], "them": [3, 4, 8, 9, 11, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29], "empathet": [3, 4], "feel": [3, 8, 18, 22, 24, 30], "move": [3, 9, 10, 15, 17, 24, 29, 30, 31, 32], "reveal": [3, 26], "medial": 3, "prefront": 3, "70": [3, 19, 25, 29], "hannah": [3, 4], "lebaron": 3, "olivia": 3, "marqui": 3, "ashlei": 3, "brandon": [3, 4], "zhou": 3, "psyc": 3, "60": [3, 19, 21, 23, 29], "set": [3, 4, 5, 7, 8, 9, 10, 11, 12, 15, 18, 19, 20, 22, 23, 24, 25, 29], "recenc": 3, "might": [3, 5, 7, 8, 9, 10, 11, 12, 16, 18, 19, 20, 22, 23, 24, 25, 26, 29, 30, 31, 32], "stronger": [3, 8, 16], "repres": [3, 5, 10, 11, 16, 18, 19, 22, 24, 26, 29, 31], "aspect": [3, 6, 7, 8, 9, 22, 25], "sinc": [3, 7, 12, 13, 17, 19, 20, 23], "begin": [3, 5, 8, 11, 19, 21, 24, 30, 32], "past": [3, 4, 5, 11, 16, 17, 18], "rang": [3, 5, 8, 10, 11, 12, 23, 24, 26, 29, 31, 32], "measur": [3, 5, 8, 9, 11, 14, 16, 22, 23, 24, 25, 27, 28, 29], "long": [3, 5, 11, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 29, 31], "ago": 3, "within": [3, 4, 5, 6, 7, 8, 9, 10, 11, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 32, 33], "second": [3, 4, 5, 7, 8, 9, 10, 12, 15, 18, 19, 20, 22, 24, 25, 26, 29, 30, 31, 32], "third": [3, 11, 12, 16, 20, 24, 31, 32], "coverag": 3, "highest": [3, 5, 19, 20, 25], "occipit": 3, "lobe": [3, 23], "t": [3, 4, 5, 7, 8, 9, 10, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 29, 30, 31, 32], "produc": [3, 5, 8, 10, 19, 22, 25], "r": [3, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 21, 24, 25, 30, 31], "0": [3, 5, 6, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31, 32, 33], "001": [3, 25, 31], "p": [3, 5, 8, 9, 10, 11, 21, 22, 24, 25, 26, 31], "992": 3, "meaning": [3, 24], "relationship": [3, 4, 5, 9, 10, 20, 24, 28, 29], "008": 3, "665": 3, "size": [3, 7, 8, 9, 10, 11, 12, 18, 19, 20, 22, 25, 26, 31], "frequent": [3, 5, 8, 9, 18, 24, 26], "judgement": 3, "joshua": 3, "ocampo": 3, "exposur": 3, "heighten": [3, 4], "partisan": 3, "affili": [3, 18, 32], "attempt": [3, 5, 11, 12, 17, 19, 22, 23, 25, 26, 31], "intens": [3, 8, 9, 11, 16, 18, 22, 23, 24, 29, 30, 31], "politic": 3, "comparison": [3, 5, 11, 21, 22, 23, 24, 27, 31], "subsequ": [3, 4], "although": [3, 10, 23, 24, 30], "inhibit": 3, "involv": [3, 4, 5, 8, 16, 22, 24, 25, 30], "judgment": [3, 12], "facial": 3, "recognit": [3, 8, 22], "neutral": 3, "potenti": [3, 5, 7, 8, 15, 22, 24, 30, 31], "cooper": 3, "welfar": 3, "ultim": [3, 11], "hypothesi": [3, 8, 9, 11, 22, 26, 30, 31], "elicit": [3, 11, 16], "evidenc": 3, "mindwand": 4, "themselv": [4, 31], "episod": 4, "season": 4, "3": [4, 10, 15, 16, 17, 20, 21, 23, 24, 25, 26, 27, 28, 30, 33], "love": 4, "robot": 4, "netflix": 4, "seri": [4, 5, 8, 10, 11, 16, 23, 24], "instruct": [4, 7, 9, 24, 30], "press": [4, 7, 12, 19, 30], "button": [4, 17], "everytim": 4, "thought": [4, 9, 19, 23, 24, 30, 31], "again": [4, 7, 11, 17, 19, 21, 23, 31, 32], "chang": [4, 5, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "view": [4, 8, 9, 10, 11, 14, 16, 17, 18, 19, 20, 23, 24, 25, 28, 29], "liesbeth": 4, "verheijn": 4, "gretchen": 4, "carpent": 4, "grace": 4, "gallant": 4, "carolin": 4, "conwai": 4, "yield": [4, 11, 22, 25, 26, 31], "ambigu": [4, 13], "dmn": 4, "mind": [4, 9, 24, 25], "wander": 4, "aim": [4, 16, 23], "time": [4, 5, 7, 9, 10, 11, 12, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 31, 32], "respond": [4, 16, 25, 29], "similarli": [4, 5], "upon": [4, 19], "seven": 4, "televis": 4, "twice": [4, 26], "six": [4, 7, 9, 17, 19, 20], "mask": [4, 5, 10, 16, 18, 22, 24, 25], "appli": [4, 5, 8, 9, 10, 11, 15, 16, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31], "isc": 4, "princip": 4, "pca": [4, 5], "mean": [4, 5, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31, 32], "over": [4, 5, 7, 8, 9, 10, 11, 15, 16, 18, 19, 21, 22, 24, 25, 26, 29, 31, 32], "calcul": [4, 8, 9, 10, 11, 18, 19, 20, 22, 23, 24, 25, 26, 31], "larg": [4, 5, 7, 8, 12, 17, 18, 19, 22, 23, 29, 31], "prompt": [4, 7], "contextu": 4, "most": [4, 5, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 32], "distinct": [4, 8, 9, 18, 23], "vicari": 4, "pain": [4, 10, 13, 22], "distress": 4, "principl": [4, 5, 8, 30], "isol": [4, 8], "close": [4, 8, 21, 26, 30, 31, 33], "care": [4, 5, 10, 25, 30], "signal": [4, 5, 9, 10, 11, 18, 21, 22, 23, 24, 25, 27, 31, 33], "correspond": [4, 5, 7, 8, 9, 10, 11, 16, 18, 19, 23, 24, 31], "salienc": [4, 25], "attribut": [4, 6, 9, 10, 18, 22, 33], "familiar": [4, 5, 11, 29], "dorm": 4, "megan": 4, "liu": 4, "nicolson": 4, "previous": [4, 19], "rest": [4, 5, 7, 11, 21, 23, 24, 31], "state": [4, 5, 15, 19, 22, 23, 24, 30, 32, 33], "intern": [4, 6, 19, 33], "updat": [4, 9, 10, 12, 15, 17, 18, 20, 23, 24, 31], "novel": 4, "14": [4, 5, 8, 15, 17, 19, 20], "focus": [4, 5, 8, 13, 18, 23, 26, 28, 29], "segment": [4, 24, 32], "hidden": 4, "markov": [4, 23], "boundari": [4, 20, 23, 24], "narr": 4, "shift": [4, 11, 20, 21, 29], "moment": [4, 25, 26], "surpris": [4, 7, 18, 31], "precuneu": 4, "pcc": 4, "coher": [4, 5], "emphasi": 4, "input": [4, 10, 15, 19, 21, 22, 23, 24, 29, 31, 32], "obviou": [4, 8, 10, 24], "appear": [4, 5, 7, 9, 11, 16, 21, 22, 29, 30, 31], "locat": [4, 7, 15, 17, 18, 19, 20, 23, 24, 31, 32], "nuanc": [4, 8, 16], "integr": [4, 10, 18, 22, 30, 31], "extern": [4, 8, 10, 11, 29], "hand": [4, 5, 9, 10, 24, 25], "speak": [4, 30, 32], "capac": 4, "chunk": [4, 19], "ongo": [4, 23], "learn": [4, 5, 6, 8, 9, 11, 12, 13, 14, 16, 17, 18, 21, 22, 24, 25, 26, 28, 29, 30, 31, 33], "evan": 4, "bloch": 4, "sydnei": 4, "burton": 4, "christoph": 4, "cardillo": 4, "tanner": 4, "randal": 4, "center": [4, 8, 9, 16, 19, 24, 25, 26, 29, 30, 32, 33], "crucial": 4, "around": [4, 8, 9, 11, 18, 24, 29, 31, 33], "salient": 4, "possibl": [4, 5, 7, 8, 11, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 30], "reli": [4, 8, 23, 26], "preval": 4, "weren": 4, "seen": [4, 9, 16, 19, 29], "notion": 4, "fire": [4, 5, 10, 23], "suppos": [4, 5, 7, 8, 11, 18, 19, 22, 25], "purpos": [4, 19, 29, 30], "distract": 4, "help": [4, 8, 9, 10, 11, 12, 13, 15, 18, 19, 20, 21, 22, 24, 26, 29, 30, 32], "confus": [4, 15, 22], "written": [5, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32], "luke": [5, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "so": [5, 7, 8, 9, 10, 11, 12, 15, 17, 18, 19, 22, 23, 24, 25, 29, 31, 32], "far": [5, 7, 8, 22], "primarili": [5, 7, 8, 9, 11, 15, 17, 21, 22, 28, 30, 33], "character": [5, 16], "intrins": [5, 8], "There": [5, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 32, 33], "mani": [5, 7, 9, 10, 11, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 31, 32], "divis": [5, 21, 23], "anim": [5, 25], "trace": [5, 23], "bundl": [5, 10], "neuron": 5, "diffus": [5, 18, 22, 23], "map": [5, 10, 11, 12, 13, 16, 18, 19, 21, 22, 23, 24, 29], "white": [5, 8, 23, 24, 29], "direct": [5, 10, 11, 13, 15, 23, 25, 30, 32], "water": 5, "along": [5, 9, 10, 19, 32], "track": [5, 7, 18, 19, 20, 23], "techniqu": [5, 14, 16, 19, 21, 22, 25, 26, 29, 33], "fraction": 5, "ansiotropi": 5, "probablist": 5, "tractographi": [5, 23], "discuss": [5, 8, 9, 11, 16, 22, 23, 24, 25, 26, 29, 30, 32, 33], "altern": [5, 8, 16, 18, 19, 21, 22, 23, 25, 31, 32], "covari": [5, 8, 11, 20, 22, 24, 25], "think": [5, 7, 8, 9, 11, 12, 16, 18, 19, 22, 23, 24, 25, 29, 31], "necessarili": [5, 11, 19, 24, 25, 31], "impli": [5, 19], "exampl": [5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 29, 31, 32], "influenc": [5, 13, 16], "indirectli": 5, "via": [5, 7, 10, 16, 17, 18, 19, 23, 24, 26, 29, 30, 32, 33], "mediat": 5, "figur": [5, 8, 9, 10, 11, 15, 18, 19, 20, 24, 29, 31], "call": [5, 7, 8, 9, 10, 11, 15, 17, 18, 19, 20, 21, 22, 23, 24, 26, 29, 31], "graphic": [5, 8, 10, 11, 20, 32], "undirect": 5, "b": [5, 7, 9, 11, 18, 19, 21, 22, 24, 26, 29, 32], "typic": [5, 8, 9, 10, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 29, 30, 33], "describ": [5, 7, 8, 11, 22, 23, 25, 26, 29, 30, 31], "presum": [5, 22], "bidirect": 5, "tutori": [5, 7, 8, 9, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 29, 30, 31, 32, 33], "start": [5, 7, 8, 10, 11, 15, 16, 18, 19, 20, 21, 22, 23, 24, 26, 29, 31], "overview": [5, 8, 9, 11, 12, 14, 18, 19, 22, 24, 28, 29, 30, 31, 32], "martin": [5, 8, 11, 12, 18, 22, 24, 28, 31], "lindquist": [5, 8, 11, 12, 18, 22, 24, 28, 31], "ipython": [5, 8, 9, 10, 11, 12, 18, 22, 24, 28, 29, 31], "displai": [5, 7, 8, 9, 10, 11, 12, 18, 22, 23, 24, 25, 28, 29, 31], "youtubevideo": [5, 8, 9, 11, 12, 18, 22, 24, 28, 29, 31], "j0kx_rw0hmc": 5, "now": [5, 7, 8, 9, 10, 11, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 29, 31], "dive": [5, 11, 18, 19, 22, 24, 28], "littl": [5, 7, 8, 11, 15, 18, 19, 20, 21, 22, 24, 25, 26, 29], "bit": [5, 7, 8, 9, 11, 18, 19, 20, 22, 24, 25, 29], "deeper": [5, 11, 18, 19, 24], "detail": [5, 7, 8, 9, 18, 19, 22, 23, 24, 26, 29, 30, 31, 32, 33], "ovaqujut_1o": 5, "rel": [5, 7, 8, 9, 16, 18, 19, 21, 22, 25, 26], "simpl": [5, 8, 9, 11, 15, 19, 22, 23, 25, 29, 31], "done": [5, 7, 8, 9, 10, 12, 17, 22, 24, 29, 32], "extract": [5, 8, 10, 18, 24, 25, 29, 32], "regress": [5, 8, 9, 10, 11, 18, 19, 20, 24, 25], "against": [5, 9, 19], "anywher": [5, 23], "try": [5, 6, 7, 8, 9, 11, 12, 15, 16, 18, 19, 20, 21, 22, 24, 25, 26, 29, 31], "ourselv": [5, 11, 29], "pinel": [5, 7, 9, 11, 22, 25], "local": [5, 7, 9, 11, 12, 15, 17, 18, 19, 21, 22, 23, 24, 25, 31], "modul": [5, 8, 9, 10, 16, 18, 20, 22, 25, 30, 31, 33], "need": [5, 7, 9, 10, 11, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 29, 30, 31, 32], "path": [5, 9, 10, 11, 12, 17, 18, 19, 20, 21, 22, 24, 25, 31, 32], "matplotlib": [5, 8, 9, 11, 12, 16, 17, 18, 19, 22, 24, 25, 26, 29, 31, 33], "inlin": [5, 8, 9, 10, 11, 12, 17, 18, 19, 20, 22, 24, 25, 26, 29, 31], "os": [5, 7, 8, 9, 10, 11, 12, 18, 19, 21, 22, 24, 25, 31], "glob": [5, 7, 8, 9, 10, 11, 12, 21, 22, 25, 31], "numpi": [5, 8, 9, 11, 12, 16, 17, 18, 20, 22, 23, 24, 25, 26, 29, 31, 33], "np": [5, 8, 9, 10, 11, 12, 16, 18, 19, 20, 22, 24, 25, 26, 29, 31], "panda": [5, 7, 8, 9, 11, 12, 16, 17, 18, 22, 24, 25, 26, 27, 31], "pd": [5, 7, 8, 9, 10, 11, 12, 16, 17, 19, 20, 22, 24, 25, 26, 31], "pyplot": [5, 8, 9, 10, 11, 12, 16, 18, 20, 22, 24, 25, 26, 29, 31], "plt": [5, 8, 9, 10, 11, 12, 16, 18, 20, 22, 24, 25, 26, 29, 31], "seaborn": [5, 8, 9, 11, 12, 16, 17, 18, 19, 22, 24, 25, 26, 31], "brain_data": [5, 9, 11, 12, 16, 22, 23, 25, 31], "design_matrix": [5, 9, 11, 16], "adjac": [5, 18, 25], "expand_mask": [5, 22, 25], "roi_to_brain": [5, 25], "stat": [5, 8, 9, 10, 11, 16, 19, 25], "zscore": [5, 9, 10, 11, 18, 19, 20], "fdr": [5, 10, 25], "one_sample_permut": [5, 10, 25], "file_read": [5, 9, 11], "onsets_to_dm": [5, 9, 11], "plot": [5, 8, 9, 10, 11, 12, 16, 19, 22, 23, 24, 25, 27, 29, 31], "component_view": [5, 12], "scipi": [5, 8, 11, 16, 17, 24, 29], "binom": [5, 10], "ttest_1samp": [5, 10, 11], "sklearn": [5, 8, 10, 16, 17, 25], "metric": [5, 8, 9, 10, 18, 23, 25, 31], "pairwise_dist": [5, 10, 25], "copi": [5, 7, 10, 15, 18, 19, 25, 32], "deepcopi": [5, 24], "networkx": [5, 17], "nx": [5, 10], "nilearn": [5, 9, 11, 16, 17, 19, 22, 25, 33], "plot_stat_map": [5, 9, 10, 11, 25], "view_img_on_surf": [5, 22, 25], "bid": [5, 7, 9, 11, 17, 22, 24, 25, 32], "bidslayout": [5, 9, 11, 22, 24, 25], "bidsvalid": [5, 9, 11, 18, 22, 24, 25], "nibabel": [5, 9, 11, 17, 23, 24, 33], "nib": [5, 9, 10, 11, 18, 24], "base_dir": [5, 12, 24], "data_dir": [5, 9, 11, 18, 22, 23, 24, 25, 31], "join": [5, 7, 10, 11, 12, 18, 19, 21, 22, 24, 25, 31], "layout": [5, 9, 10, 11, 18, 22, 24, 25], "true": [5, 7, 8, 9, 10, 11, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31], "load": [5, 7, 8, 9, 10, 11, 15, 20, 22, 23, 24, 25, 31, 32], "sub": [5, 7, 9, 11, 12, 18, 23, 24, 25, 31], "s01": [5, 7, 9, 12, 18, 24, 25], "fwhm": [5, 9, 11, 12, 24], "6": [5, 7, 8, 9, 11, 12, 16, 17, 18, 19, 20, 21, 24, 26, 27, 29, 30, 31], "scope": [5, 8, 9, 11, 18, 20, 24, 25, 28], "suffix": [5, 9, 11, 18], "bold": [5, 8, 9, 11, 14, 18, 24], "extens": [5, 9, 11, 18, 19, 23, 24, 25, 29, 30], "nii": [5, 7, 9, 11, 12, 18, 22, 23, 25, 31], "gz": [5, 7, 9, 11, 12, 18, 19, 22, 23, 25, 31], "return_typ": [5, 9, 11, 18], "smooth": [5, 7, 10, 11, 12, 18, 29, 31], "next": [5, 8, 10, 11, 16, 17, 18, 19, 22, 23, 24, 25, 29, 31], "pick": [5, 9, 12, 24], "pretti": [5, 8, 19, 26], "ani": [5, 6, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 21, 24, 25, 26, 29, 30, 31, 32, 33], "parcel": [5, 22, 25], "coactiv": 5, "000": [5, 25, 26, 31], "publish": [5, 18, 19, 30, 33], "neurosynth": [5, 18, 22, 23, 25], "k50_2mm": [5, 22, 25], "http": [5, 7, 13, 15, 17, 18, 19, 23, 24, 30, 32, 33], "neurovault": [5, 10, 18, 23], "org": [5, 7, 15, 18, 19, 23, 30, 31, 33], "8423": [5, 18, 23], "its": [5, 7, 10, 21, 23, 24, 29, 30], "uniqu": [5, 9, 11, 19, 23], "binari": [5, 10, 11, 16, 18], "mask_x": [5, 22, 25], "f": [5, 7, 8, 9, 10, 11, 12, 16, 18, 19, 20, 21, 23, 24, 25, 26, 29, 31], "index": [5, 9, 15, 17, 18, 20, 21, 24, 29], "correct": [5, 9, 16, 22, 24, 25, 26, 29], "label": [5, 8, 10, 11, 12, 18, 19, 20, 22, 25, 26, 29], "vmpfc": 5, "32": [5, 15, 18, 19], "extract_roi": [5, 10, 18], "figsiz": [5, 8, 9, 11, 16, 20, 24, 29, 31], "15": [5, 7, 8, 9, 15, 16, 17, 19, 20, 21, 24, 25, 26, 29, 31], "linewidth": [5, 8, 9, 11, 20, 24, 29, 31], "ylabel": [5, 8, 9, 11, 20, 25, 26, 29, 31], "intensitii": 5, "fontsiz": [5, 8, 9, 11, 16, 20, 24, 25, 26, 29, 31], "18": [5, 8, 9, 11, 17, 19, 20, 24, 25, 26, 29, 31], "xlabel": [5, 8, 9, 11, 20, 25, 29, 31], "tr": [5, 8, 9, 11, 12, 16, 22, 24, 29], "okai": [5, 9, 11, 18, 22, 31], "build": [5, 6, 8, 10, 15, 16, 23, 24, 29], "matrix": [5, 10, 11, 16, 18, 19, 20, 24, 25, 29], "goal": [5, 6, 8, 16, 19, 22, 23, 30, 31], "nuisanc": [5, 10, 22, 25], "regressor": [5, 7, 8, 9, 11, 22, 25], "sensit": [5, 11, 23, 31], "head": [5, 7, 9, 10, 12, 15, 16, 19, 24, 25, 32], "motion": [5, 9, 12, 22, 24, 25], "articl": [5, 16], "jonathan": 5, "power": [5, 8, 10, 11, 12, 19, 21, 25, 29, 31], "slightli": [5, 8, 11, 16, 19, 25, 30, 31, 33], "analyi": 5, "mass": [5, 10, 22], "go": [5, 7, 8, 9, 11, 15, 17, 18, 19, 20, 21, 22, 24, 25, 31, 32], "remov": [5, 7, 8, 9, 10, 12, 18, 19, 24, 25], "csf": [5, 7, 24], "physiolog": [5, 8, 12, 16, 24], "24": [5, 7, 8, 9, 15, 17, 19, 20, 23, 30, 32], "linear": [5, 10, 16, 18, 19, 20, 22, 24, 25, 27, 29, 33], "quadrat": [5, 9, 10], "trend": [5, 18, 22], "filter": [5, 7, 10, 12, 18, 22, 24, 25], "normal": [5, 8, 10, 11, 12, 18, 19, 20, 26, 32], "too": [5, 7, 8, 9, 10, 15, 19, 21, 22, 25, 26, 29, 31], "global": [5, 7, 9, 15, 18, 23], "reduc": [5, 8, 9, 11, 19, 22, 24, 30], "likelihood": [5, 8], "observ": [5, 8, 11, 12, 16, 18, 19, 20, 22, 23, 24, 25, 26, 29, 31], "your": [5, 7, 8, 10, 11, 12, 15, 18, 19, 20, 21, 22, 23, 24, 26, 29, 30, 31, 32], "anticorrel": 5, "procedur": [5, 8, 9, 11, 22, 23, 24, 25, 26, 31], "remain": [5, 9, 17, 21, 29, 30], "quit": [5, 16, 23, 25], "controversi": [5, 31], "practic": [5, 7, 8, 9, 11, 17, 18, 21, 22, 23, 24, 25, 29, 30, 31], "here": [5, 7, 8, 9, 10, 11, 13, 14, 15, 16, 18, 19, 20, 21, 22, 24, 25, 28, 29, 31, 32], "depth": [5, 8, 11, 12, 16, 19, 21, 24, 25, 28, 29], "gener": [5, 6, 7, 9, 10, 11, 16, 17, 18, 19, 21, 23, 24, 26, 27, 29, 31, 33], "suffici": 5, "It": [5, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 29, 31, 32], "compcorr": 5, "overal": [5, 8, 9, 11, 18, 19, 22, 24, 31], "code": [5, 7, 8, 10, 13, 15, 17, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31], "seem": [5, 7, 16, 26, 31], "singl": [5, 7, 8, 10, 18, 19, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33], "glm": [5, 10, 11, 16, 22, 25], "get_tr": [5, 9, 11], "n_tr": [5, 8, 9, 11, 16], "len": [5, 8, 9, 10, 11, 18, 21, 22, 25, 26, 29], "def": [5, 8, 9, 11, 20, 21, 24, 29], "make_motion_covari": [5, 9, 11], "mc": [5, 9, 11], "z_mc": [5, 9, 11], "all_mc": [5, 9, 11], "concat": [5, 9, 10, 11, 16, 19, 20], "diff": [5, 9, 11, 26], "axi": [5, 8, 9, 10, 11, 12, 16, 18, 19, 20, 24, 25, 29], "fillna": [5, 9, 10, 11], "inplac": [5, 9, 11, 19], "sampling_freq": [5, 9, 11, 12, 16, 29], "datafram": [5, 9, 10, 11, 18, 20, 22, 25, 26], "column": [5, 7, 8, 9, 10, 11, 16, 18, 20, 24, 25, 29], "csf_mask": 5, "upper": [5, 19, 21, 25, 26], "binar": [5, 23], "spike": [5, 9, 10, 11, 12, 16, 22, 25, 29], "find_spik": [5, 9, 10, 11, 18], "global_spike_cutoff": [5, 9, 11], "diff_spike_cutoff": [5, 9, 11], "read_csv": [5, 7, 9, 10, 11, 19, 20, 24], "tsv": [5, 7, 9, 11, 18, 24], "sep": [5, 7, 9, 10, 11, 19, 20, 24], "trans_x": [5, 9, 11, 24], "trans_i": [5, 9, 11, 24], "trans_z": [5, 9, 11, 24], "rot_x": [5, 9, 11, 24], "rot_i": [5, 7, 9, 11, 24], "rot_z": [5, 7, 9, 11, 24], "mc_cov": [5, 9, 11], "dm": [5, 9, 11], "drop": [5, 10, 19, 26, 29], "add_poli": [5, 9, 10, 11], "include_low": [5, 9, 11], "x": [5, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 29, 30, 31, 32], "vmpfc_conn": 5, "beta": [5, 7, 9, 11, 22, 25], "25": [5, 7, 9, 17, 19, 20, 21, 29, 30], "lower": [5, 8, 12, 19, 25, 26, 31], "notic": [5, 6, 7, 9, 11, 15, 16, 18, 19, 22, 24, 25, 29, 31], "default": [5, 7, 9, 10, 12, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 29], "mode": [5, 8, 10, 11, 16, 21, 23], "actual": [5, 7, 8, 9, 10, 16, 20, 21, 22, 24, 25, 29], "repeat": [5, 11, 19, 21], "consist": [5, 8, 11, 18, 19, 20, 21, 23, 25, 29], "finger": [5, 7, 9, 25], "tap": [5, 7, 9, 25], "combin": [5, 8, 9, 11, 16, 19, 21, 22, 23, 24, 25, 29, 31], "term": [5, 8, 9, 10, 11, 12, 23, 24, 29, 30, 33], "propos": [5, 23, 25, 26, 31], "friston": 5, "1997": [5, 16], "read": [5, 6, 7, 8, 9, 10, 11, 12, 15, 17, 19, 20, 21, 22, 23, 25, 27], "jeanett": [5, 9, 31], "mumford": [5, 8, 9, 11, 30, 31], "raw": [5, 7, 9, 17, 18, 19, 23, 24], "nifti1": [5, 10, 18], "nifti1imag": [5, 18, 23], "0x7facc4387e10": 5, "load_bids_ev": [5, 9, 11], "instanc": [5, 7, 9, 10, 11, 12, 18, 19, 22, 24], "shape": [5, 8, 9, 10, 11, 13, 16, 18, 19, 24, 29], "onset": [5, 8, 9, 11], "durat": [5, 9, 11, 29, 32], "stim": [5, 9, 11], "run_length": [5, 9, 11], "motor_vari": 5, "video_left_hand": [5, 9], "audio_left_hand": [5, 9], "video_right_hand": [5, 9], "audio_right_hand": [5, 9], "ppi_dm": 5, "loc": [5, 19, 24, 26], "sum": [5, 8, 9, 11, 16, 18, 19, 22, 24, 25, 26, 29], "ppi_dm_conv": 5, "convolv": [5, 8, 9, 10, 11, 16, 22, 24, 29], "vmpfc_motor": 5, "motor_c0": 5, "heatmap": [5, 8, 9, 10, 11, 25, 29, 31], "user": [5, 7, 8, 9, 10, 12, 15, 16, 17, 18, 19, 20, 21, 23, 24, 30, 32], "lukechang": [5, 7, 8, 9, 12, 16, 17, 18, 19, 20, 21, 23, 24], "anaconda3": [5, 7, 8, 9, 16, 17, 19, 23], "lib": [5, 7, 8, 9, 16, 17, 19, 23], "python3": [5, 7, 8, 9, 16, 17, 19, 21, 23], "site": [5, 7, 8, 9, 16, 17, 18, 19, 23], "packag": [5, 7, 8, 9, 10, 11, 12, 15, 16, 19, 20, 22, 23, 24, 25, 26, 33], "py3": [5, 17], "egg": [5, 17], "py": [5, 8, 9, 16, 19, 23], "141": 5, "userwarn": [5, 9, 16], "inconsist": 5, "expect": [5, 8, 9, 11, 18, 19, 22, 23, 26, 30, 31, 33], "pleas": [5, 6, 17, 19, 30, 33], "manual": [5, 7, 12, 15, 17, 23, 24], "verifi": [5, 30, 31], "output": [5, 7, 9, 10, 11, 12, 19, 23, 29, 31, 32], "audio_comput": [5, 9], "readi": [5, 7, 9, 11, 12, 22, 24, 32], "inspect": [5, 9, 10], "profil": [5, 15, 23, 31], "ppi": 5, "ppi_stat": 5, "vmpfc_motor_ppi": 5, "int": [5, 8, 10, 11, 16, 19, 21, 24, 29], "tell": [5, 18, 19, 20, 32], "interrog": 5, "pre": [5, 20, 23, 30, 33], "sma": 5, "iplot": [5, 9, 10, 11, 18, 22], "assum": [5, 8, 9, 11, 16, 24, 26, 29, 31], "stationari": [5, 29], "constant": [5, 10, 19, 29, 31], "beyond": [5, 11, 17, 20, 23, 28], "current": [5, 7, 10, 13, 15, 19, 20, 21, 22, 23, 24, 31, 33], "encourag": [5, 7, 8, 9, 18, 20, 22, 25, 26, 29, 30, 31], "you": [5, 6, 7, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 32], "degre": [5, 8, 10, 11, 19, 20, 23, 30, 31], "requir": [5, 7, 8, 9, 11, 15, 17, 18, 19, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33], "assumpt": [5, 8, 11, 23, 26, 29, 31], "node": [5, 7, 10, 15, 23, 24, 32], "fit": [5, 8, 9, 10, 19, 22, 24, 26, 31], "itself": [5, 7, 9, 16, 19, 20], "uninterpret": 5, "formul": [5, 8, 11], "computation": [5, 8, 11, 17, 18, 22, 25, 26, 31], "expens": [5, 11, 17, 18, 22, 25, 26, 31], "frac": [5, 8, 9, 11, 18, 29, 31], "total": [5, 7, 8, 9, 15, 23], "gv5engw0bb": 5, "sem": 5, "earli": [5, 11, 18, 21, 31], "specifi": [5, 7, 8, 9, 10, 11, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 29, 30, 31, 32], "paramet": [5, 8, 9, 10, 11, 15, 16, 18, 19, 20, 22, 24, 26, 29, 31, 32], "reflect": [5, 8, 9, 11, 16, 23, 24, 26, 29], "variabl": [5, 7, 8, 10, 11, 13, 15, 16, 18, 19, 20, 22, 23, 25, 26, 29], "zero": [5, 8, 9, 10, 11, 16, 18, 19, 22, 24, 25, 26, 29], "estim": [5, 10, 11, 12, 15, 22, 23, 24, 25, 26, 31], "routin": [5, 10], "construct": [5, 9, 10, 11, 21, 23, 29], "z": [5, 9, 10, 16, 18, 19, 24, 25, 29], "y": [5, 8, 9, 10, 11, 16, 18, 19, 20, 21, 22, 24, 25, 26, 29, 31, 32], "coupl": [5, 11, 12, 23], "moder": 5, "ii": [5, 31], "econometr": 5, "quantifi": [5, 8, 24], "frequenc": [5, 8, 9, 10, 11, 12, 24, 25, 26, 31], "domain": [5, 9, 11, 24], "rare": [5, 8, 9, 26, 29, 31], "explain": [5, 9, 11, 22, 26], "dcm": 5, "innov": [5, 13], "addresess": 5, "problem": [5, 7, 8, 9, 10, 11, 15, 20, 22, 23, 30], "bayesian": 5, "best": [5, 7, 11, 16, 18, 22, 24, 25], "pair": [5, 10, 15, 19, 21, 23], "latent": [5, 16], "factor": [5, 10, 11, 23, 29], "dimension": [5, 10, 19, 24, 25, 29], "recal": [5, 8, 9, 10, 16, 22, 24, 25, 29], "alreadi": [5, 7, 8, 9, 11, 12, 15, 17, 18, 20, 22, 23, 32], "nois": [5, 10, 11, 16, 18, 22, 23, 24, 25, 27, 31, 32], "With": [5, 17, 23], "lab": [5, 8, 9, 13, 15, 17, 18, 20, 24, 25, 26, 27, 29, 32, 33], "klp": 5, "8t5gleg": 5, "varianc": [5, 10, 16, 22], "random": [5, 7, 8, 9, 10, 11, 16, 19, 20, 23, 26, 29, 31], "transform": [5, 8, 9, 10, 18, 20, 25], "uncorrel": [5, 11], "amount": [5, 8, 9, 11, 15, 16, 17, 19, 22, 24, 29, 31], "eigenimag": 5, "usual": [5, 8, 9, 15, 22, 23, 24, 30], "singular": [5, 15], "svd": 5, "oper": [5, 8, 10, 11, 17, 23, 24, 29, 30, 31], "usv": 5, "v": [5, 15], "u": [5, 11, 21], "diagon": [5, 10, 24, 25], "whose": [5, 8], "element": [5, 7, 10, 19, 21, 22, 29, 31], "convert": [5, 10, 15, 17, 18, 19, 21, 25, 29, 32], "timecours": [5, 12, 16], "scale": [5, 8, 9, 10, 11, 18, 20, 24, 25, 29], "orthogon": 5, "nth": [5, 10], "dot": [5, 8, 10, 11, 20], "product": [5, 10, 31], "u_n": 5, "vn": 5, "s_n": 5, "s_1": [5, 11], "u_1": 5, "v_1": 5, "s_2": [5, 11], "u_2": 5, "v_2": 5, "v_n": 5, "denois": [5, 7, 9, 16, 25], "compris": [5, 24], "residu": [5, 8, 9, 24], "essenti": [5, 8, 9, 10, 19, 20, 21, 22, 29, 31], "ident": [5, 8, 9, 11, 19, 23, 24], "except": [5, 7, 9, 10, 11, 18, 19, 22], "associ": [5, 8, 9, 13, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 30], "smoothed_denois": 5, "decompos": [5, 8, 10, 11, 12, 16, 18, 25], "algorithm": [5, 9, 11, 12, 16, 22, 23, 24, 29, 31], "space": [5, 7, 9, 10, 12, 16, 18, 19, 21, 22, 23, 24, 29, 32], "n_compon": [5, 12, 16, 25], "pca_stats_output": 5, "viewer": [5, 10, 12, 17, 18, 24], "rememb": [5, 8, 9, 10, 11, 12, 19, 24, 25, 29, 31, 32], "hopefulli": [5, 7, 11, 24, 25, 26], "everyth": [5, 7, 8, 11, 15, 17, 20, 24, 30, 31, 32], "eigenvalu": 5, "store": [5, 7, 17, 18, 21, 22, 24, 25], "decomposition_object": 5, "stats_output": 5, "singular_values_": 5, "explained_variance_ratio_": 5, "scree": 5, "percent": [5, 31], "descend": 5, "subplot": [5, 8, 9, 10, 11, 16, 20, 24, 29, 31], "ncol": [5, 8, 11, 20, 24, 29, 31], "12": [5, 7, 15, 17, 18, 19, 20, 23, 24, 25, 29, 30, 31], "set_ylabel": [5, 8, 10, 11, 16, 20, 24, 29, 31], "set_xlabel": [5, 10, 11, 16, 20, 24, 29, 31], "set_titl": [5, 8, 10, 11, 16, 20, 24, 29, 31], "cumsum": 5, "cumul": 5, "blindli": 5, "sourc": [5, 7, 10, 11, 12, 15, 16, 18], "const": [5, 19], "linearli": [5, 9, 11, 29], "mix": [5, 19, 21], "fix": [5, 7, 8, 9, 11, 18, 19, 24], "orthonorm": 5, "constraint": 5, "AS": 5, "un": 5, "w": [5, 29, 32], "wx": 5, "approxim": [5, 7, 8, 11, 12, 24, 26, 31], "gaussian": [5, 8, 9, 11, 12, 16, 24, 29, 31], "trivial": [5, 19, 24], "switch": [5, 7, 16, 19, 25, 29], "reader": [5, 7, 9, 19, 25, 26, 28], "edg": [5, 9, 10, 11, 18, 23, 25], "strength": [5, 11, 20, 23], "That": [5, 21, 29], "pairwis": [5, 9, 11, 25], "effici": [5, 7, 9, 10, 11, 18, 21, 25, 29, 32], "send": [5, 21], "length": [5, 8, 10, 11, 16, 19, 21, 24, 29], "introduct": [5, 7, 22, 24, 27, 29, 31, 33], "v8ls5ved1ng": 5, "off": [5, 7, 8, 9, 17, 24, 29, 30], "pearson": [5, 25], "scikit": [5, 12, 16, 17, 18, 22], "faster": [5, 10, 12, 15, 19, 22, 25, 29], "distanc": [5, 10, 11, 18, 25, 29], "subtract": [5, 8, 11, 18, 19, 21, 25], "roi_corr": 5, "squar": [5, 8, 9, 10, 20, 22, 24, 31], "vmin": [5, 9, 20, 25, 31], "vmax": [5, 9, 20, 25, 31], "cmap": [5, 9, 20, 23, 24, 25, 29, 31], "rdbu_r": [5, 9, 20, 25, 31], "axessubplot": [5, 9, 20], "cast": [5, 9, 10, 21], "matric": [5, 9, 10, 18, 19, 20, 24, 25], "object": [5, 8, 9, 10, 18, 20, 25], "toolbox": [5, 9, 10, 16, 18, 23], "indic": [5, 8, 9, 10, 11, 16, 19, 21, 22, 24, 25, 29, 31], "presenc": [5, 26, 31], "simpli": [5, 7, 8, 9, 10, 11, 18, 19, 22, 24, 29, 31], "arbitrari": [5, 9, 10, 12, 31], "matrix_typ": [5, 25], "a_threshold": 5, "quick": [5, 9, 10, 11, 18, 19, 20, 21, 25, 31], "20": [5, 7, 8, 9, 11, 12, 15, 16, 17, 18, 19, 24, 25, 26, 29, 31], "to_graph": [5, 10], "po": 5, "kamada_kawai_layout": 5, "node_and_degre": 5, "draw_networkx_edg": 5, "width": [5, 9, 19, 24, 29, 31], "alpha": [5, 20, 22, 26, 31], "draw_networkx_label": 5, "font_siz": 5, "font_color": 5, "darkslategrai": 5, "draw_networkx_nod": 5, "nodelist": 5, "list": [5, 7, 8, 10, 11, 15, 18, 19, 20, 23, 25, 32], "dict": [5, 10, 19, 21], "node_s": 5, "100": [5, 7, 8, 9, 11, 21, 22, 23, 25, 29, 31], "node_color": 5, "cm": 5, "reds_r": 5, "edgecolor": 5, "pathcollect": [5, 20], "0x7facb0faf810": 5, "distribut": [5, 7, 8, 10, 11, 16, 17, 18, 20, 22, 23, 24, 25, 26, 30, 31, 32], "hist": [5, 8, 10, 11, 20, 25, 31], "back": [5, 8, 11, 17, 18, 19, 20, 24, 25, 29], "onto": [5, 10, 11, 15, 19], "concaten": [5, 9, 10, 18, 21], "recast": [5, 18], "brain_degre": 5, "to_nifti": [5, 10, 18, 22, 23, 25], "insula": 5, "fairli": [5, 7, 12, 18, 19, 24, 25, 26, 31], "classic": [5, 22, 26], "Of": [5, 11, 25], "select": [5, 7, 8, 10, 12, 16, 19, 21, 24, 26, 29, 31], "cutoff": [5, 9, 29, 31], "48": [5, 7, 23, 29], "subject01": 5, "wonder": [6, 8, 31], "neuroimag": [6, 8, 10, 11, 13, 16, 19, 21, 23, 24, 27, 30, 32, 33], "scientif": [6, 7, 10, 11, 13, 17, 18, 21, 30, 33], "commit": [6, 13, 30], "knowledg": [6, 8, 15], "tool": [6, 9, 10, 11, 13, 18, 19, 23, 24, 31, 32], "dartbrain": [6, 7, 12, 13, 17, 18, 19, 21, 24, 30, 31, 32, 33], "resourc": [6, 17, 19, 21, 24, 30], "incorpor": 6, "open": [6, 7, 10, 13, 15, 18, 19, 20, 25], "content": [6, 18, 19, 21, 23, 33], "let": [6, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 29, 31], "know": [6, 8, 9, 11, 15, 16, 17, 18, 19, 22], "inadvert": 6, "omit": 6, "credit": [6, 30], "though": [6, 7, 8, 9, 12, 16, 18, 19, 20, 24, 25, 26, 29, 31], "taught": 6, "welcom": [6, 7], "anyon": [6, 7, 9, 18, 30, 31], "host": [6, 17, 19], "github": [6, 13, 17, 18, 19, 21, 23], "If": [6, 7, 8, 9, 10, 11, 12, 15, 17, 18, 19, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32], "comment": [6, 17, 19], "issu": [6, 7, 8, 9, 17, 19, 22, 24, 26, 31, 32], "mistak": 6, "either": [6, 9, 10, 16, 17, 18, 19, 23, 25, 31], "submit": [6, 15, 24, 30], "pull": [6, 7], "request": [6, 7, 10, 17, 19, 24, 30, 32], "review": [6, 9, 11, 22, 23, 26], "websit": [6, 7, 17, 21, 30, 31, 32], "built": [6, 7, 9, 10, 18, 20, 21, 24, 32, 33], "jupyt": [6, 18, 20, 24, 29, 30, 32, 33], "jekyl": 6, "markdown": [6, 17, 21], "notebook": [6, 7, 8, 10, 11, 18, 20, 23, 24, 29, 32], "neat": [6, 18, 20], "ie": [6, 24], "folder": [6, 7, 9, 11, 17, 18, 19, 21, 24, 31, 32], "under": [6, 7, 13, 18, 23, 26, 30, 32, 33], "creativ": [6, 30, 33], "sharealik": [6, 33], "4": [6, 11, 12, 15, 16, 17, 18, 19, 20, 21, 23, 24, 26, 27, 28, 30, 31, 33], "cc": [6, 33], "BY": [6, 33], "sa": [6, 33], "kevin": 7, "ortego": 7, "probe": [7, 9, 33], "math": [7, 8, 19], "cu": [7, 9], "screen": [7, 9, 17], "modal": [7, 9, 23, 24], "hear": [7, 9, 29], "trial": [7, 9, 11, 16, 22, 25], "optim": [7, 8, 9, 10, 15, 21, 22, 24, 31], "maxim": [7, 9, 12, 24], "rapid": [7, 9, 20], "5": [7, 8, 9, 11, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 31, 32], "suit": [7, 9, 11, 19, 23], "5min": [7, 9], "c": [7, 8, 9, 10, 11, 18, 19, 21, 24, 30, 32], "option": [7, 9, 10, 18, 19, 21, 23, 29, 30, 32], "94": [7, 9, 18], "smaller": [7, 8, 9, 11, 23, 29, 31], "subset": [7, 9, 19], "osf": 7, "recommend": [7, 8, 9, 10, 12, 16, 17, 18, 19, 21, 23, 24, 25, 29, 31, 32], "format": [7, 10, 11, 18, 19, 20, 21, 24, 32, 33], "walk": 7, "access": [7, 10, 17, 18, 19, 24, 29, 30], "datset": 7, "note": [7, 8, 9, 10, 11, 12, 15, 17, 18, 19, 20, 21, 22, 24, 25, 29, 30, 31], "42gb": 7, "mostli": [7, 24], "8gb": [7, 15], "thing": [7, 8, 9, 10, 14, 15, 18, 19, 20, 22, 24], "psych60": [7, 9, 12, 30], "jupyterhub": [7, 24, 27, 30, 33], "server": [7, 10, 15, 18, 24, 30, 32, 33], "easist": 7, "top": [7, 8, 9, 10, 15, 19, 20, 24, 29], "handi": [7, 19], "command": [7, 10, 11, 18, 19, 20, 21, 23, 24, 32], "line": [7, 8, 9, 10, 11, 15, 17, 18, 19, 20, 21, 23, 24, 29, 31], "interfac": [7, 10, 17, 18, 20, 21, 24, 32], "offer": [7, 18, 26, 30], "featur": [7, 8, 11, 12, 16, 17, 18, 19, 23, 31], "worth": [7, 15], "effort": [7, 18], "clone": 7, "full": [7, 9, 10, 11, 13, 15, 18, 19, 20, 24, 26], "directori": [7, 9, 10, 15, 17, 18, 19, 21, 24, 32], "structur": [7, 10, 18, 19, 25], "symbol": 7, "link": [7, 10, 15, 17, 23, 24, 25], "onc": [7, 10, 17, 18, 19, 22, 23, 24, 32], "easili": [7, 17, 18, 19, 21, 23, 24, 26, 31, 32], "filenam": [7, 10, 11, 18, 21], "As": [7, 8, 9, 11, 16, 18, 19, 21, 22, 23, 24, 25, 26, 30, 31], "cover": [7, 8, 9, 11, 12, 17, 19, 20, 22, 23, 24, 25, 26, 29, 30, 31, 33], "comprehens": [7, 18, 21, 24, 32], "handbook": [7, 19, 30, 32], "troubleshoot": 7, "pip": [7, 10, 17, 18, 21, 29], "depend": [7, 8, 10, 15, 17, 19, 22, 23, 24, 25, 28, 31, 32], "automat": [7, 10, 15, 17, 19, 21, 23], "osx": 7, "homebrew": 7, "brew": 7, "debian": 7, "ubuntu": 7, "enabl": [7, 19, 20, 32], "neurodebian": 7, "apt": [7, 23], "sudo": 7, "satisfi": [7, 17], "msgpack": 7, "appdir": 7, "chardet": [7, 17], "keyr": 7, "8": [7, 8, 9, 11, 17, 19, 20, 21, 25, 27, 29, 32], "21": [7, 15, 17, 19, 21, 23, 32], "gitpython": 7, "fasten": 7, "jsmin": 7, "iso8601": [7, 19], "alt": [7, 21], "patool": 7, "wrapt": 7, "11": [7, 9, 16, 17, 19, 27, 30], "tqdm": [7, 11], "whoosh": 7, "boto": 7, "49": [7, 16, 21, 23], "simplejson": [7, 17], "17": [7, 17, 19, 20, 23], "pygithub": 7, "47": [7, 22, 26], "importlib": 7, "metadata": [7, 10, 18], "python_vers": [7, 17], "gitdb": 7, "monoton": [7, 11, 25], "pyjwt": 7, "deprec": [7, 8, 19], "urllib3": [7, 17], "26": [7, 17, 19, 22, 25], "certifi": [7, 17], "idna": [7, 17], "zipp": 7, "smmap": 7, "tricki": [7, 19, 32], "gitannex": 7, "good": [7, 8, 9, 10, 15, 21, 22, 24, 25, 29, 31], "chanc": [7, 15, 19, 22, 26], "problemat": [7, 26, 31], "configur": [7, 15, 20, 21], "easi": [7, 8, 9, 10, 11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26], "miss": [7, 10, 24], "skip": [7, 19, 32], "especi": [7, 8, 13, 18, 19, 22], "isa": 7, "summari": [7, 10, 18, 19, 24], "resolv": [7, 12, 16, 17], "reinstal": 7, "don": [7, 8, 9, 15, 16, 17, 18, 19, 20, 22, 24, 25, 29, 30, 31, 32], "yet": [7, 11, 25, 29, 31, 32], "straightforward": [7, 8, 24, 25, 26, 31], "anaconda": [7, 17, 21], "relev": [7, 17, 29], "Be": [7, 9, 17, 29], "safe": [7, 30], "add": [7, 8, 9, 10, 11, 16, 17, 18, 19, 20, 21, 22, 24, 29, 31], "TO": [7, 15, 21, 32], "re": [7, 11, 17, 24, 25, 26, 29], "proce": 7, "strongli": [7, 9, 24], "discourag": 7, "ad": [7, 8, 9, 10, 11, 16, 17, 18, 19, 20, 22, 24, 25, 29, 30, 31, 32], "dialogu": 7, "windowskei": 7, "click": [7, 9, 17], "menu": [7, 21], "scroll": [7, 12], "down": [7, 8, 12, 16, 17, 24, 29], "advanc": [7, 8, 19, 20, 31, 33], "tab": [7, 12, 19, 21], "environ": [7, 10, 15, 24, 30], "pane": 7, "uninstal": [7, 17], "guarante": 7, "entri": [7, 9, 10, 21], "abov": [7, 9, 11, 19, 20, 21, 23, 26, 29, 31], "myusernam": 7, "librari": [7, 10, 18, 19, 20, 21], "mingw": 7, "w64": 7, "bin": [7, 15, 32], "usr": 7, "script": [7, 10, 15, 24, 32], "truetyp": 7, "font": [7, 30], "consol": 7, "3rd": 7, "parti": [7, 16], "softwar": [7, 8, 9, 11, 17, 23, 24, 31, 32], "cach": [7, 17, 19], "config": 7, "somewher": 7, "core": [7, 8, 10, 15, 18, 19, 24, 25, 26], "fscach": 7, "symlink": 7, "program": [7, 10, 13, 15, 17, 18, 23, 30, 33], "cmd": 7, "OR": [7, 21], "isn": [7, 8, 9, 15, 25], "untest": 7, "correctli": [7, 8, 10, 16, 17, 19, 22, 31], "ve": [7, 11, 15, 17, 18, 19, 29], "cannot": [7, 8, 12, 17, 19, 25], "m": [7, 18, 19, 21, 24, 25, 31], "awar": [7, 21], "unclear": 7, "caus": [7, 19, 23], "doesn": [7, 11, 15, 18, 21, 24], "NOT": [7, 10, 17], "still": [7, 8, 15, 19, 22, 23, 25, 29, 31, 32], "luckili": 7, "warn": [7, 8, 9, 16, 19, 23], "tip": 7, "dl": 7, "befor": [7, 10, 11, 15, 17, 19, 22, 23, 24, 28, 30], "cd": 7, "hang": [7, 19], "d": [7, 9, 13, 15, 19, 21, 24, 29, 32], "irectori": 7, "backslash": 7, "forward": [7, 10, 19, 29, 32], "slash": 7, "url": [7, 19, 23], "ever": [7, 25], "save": [7, 10, 17, 21, 32], "kind": [7, 19, 20, 24], "ll": [7, 15, 18, 24], "wrong": 7, "doubl": [7, 8, 9, 11, 16, 19, 29, 30], "yourusernam": 7, "_": [7, 11, 18, 19, 22, 25, 31], "come": [7, 11, 16, 17, 18, 19, 22, 23, 24, 29], "classdata": 7, "filepath": [7, 19], "render": [7, 21], "gin": 7, "ljchang": [7, 17, 19], "termin": [7, 17, 21, 32], "forget": [7, 20, 24, 29], "cell": [7, 18, 20, 21, 23, 31], "magic": [7, 18, 20], "dropbox": [7, 12, 17, 21, 24], "0m": [7, 17, 19], "bare": [7, 31], "du": 7, "sh": [7, 15, 32], "big": [7, 9, 15], "statu": [7, 32], "1794": 7, "42": [7, 11], "gb": [7, 15], "record": [7, 16, 23, 24, 30, 33], "realli": [7, 11, 15, 16, 19, 25, 31], "nice": [7, 10, 15, 18, 19, 20, 21, 22, 23, 24, 25, 31], "importantli": [7, 8, 18, 23, 29, 31], "dat": 7, "grab": [7, 18, 19, 21], "confound": [7, 8], "speed": [7, 19, 24, 25, 29, 31], "internet": [7, 17, 20], "awhil": 7, "interrupt": 7, "resum": [7, 23], "lot": [7, 9, 11, 15, 17, 18, 19, 20, 21, 22, 24, 31, 32, 33], "storag": [7, 15, 17, 19, 21, 32], "unlimit": 7, "hard": [7, 19, 23, 24], "drive": [7, 21, 31], "constantli": [7, 18], "free": [7, 15, 18, 21, 24, 30, 32], "longer": [7, 8, 9, 15, 16, 19, 22, 24, 31], "delet": [7, 17], "anyth": [7, 8, 10, 17, 19, 32], "commandlin": 7, "localizer_path": 7, "realpath": 7, "pwd": [7, 10, 19], "whenev": [7, 21], "getcwd": 7, "path_to_data": 7, "ds": 7, "empti": [7, 10, 16, 18, 19], "sens": [7, 11, 13, 19, 25, 31], "someth": [7, 8, 9, 11, 15, 21, 22, 23, 29, 31], "delimit": [7, 19], "file_list": [7, 21, 25], "func": [7, 11, 12, 18, 19, 22, 25, 31], "sort": [7, 10, 11, 15, 19, 22, 25, 31], "s01_task": [7, 18], "localizer_desc": [7, 18], "confounds_regressor": 7, "s02": [7, 12, 18], "s02_task": [7, 18], "s03": [7, 18], "s03_task": 7, "s04": [7, 18], "s04_task": 7, "s05": [7, 18], "s05_task": 7, "s06": [7, 18], "s06_task": 7, "s07": [7, 18], "s07_task": 7, "s08": [7, 18], "s08_task": 7, "s09": [7, 18], "s09_task": 7, "s10": [7, 18], "s10_task": 7, "search": [7, 8, 11, 15, 20, 22, 25, 31], "filetre": 7, "even": [7, 8, 9, 11, 12, 15, 16, 18, 20, 24, 26, 29, 31], "none": [7, 8, 10, 11, 18, 19, 21, 23, 27], "csf_derivative1": 7, "csf_derivative1_power2": 7, "csf_power2": 7, "white_matt": 7, "white_matter_derivative1": 7, "white_matter_power2": 7, "white_matter_derivative1_power2": 7, "global_sign": 7, "global_signal_derivative1": 7, "rot_x_derivative1_power2": 7, "rot_x_power2": 7, "rot_y_derivative1": 7, "rot_y_derivative1_power2": 7, "rot_y_power2": 7, "rot_z_derivative1": 7, "rot_z_derivative1_power2": 7, "rot_z_power2": 7, "5164": 7, "630182": 7, "nan": [7, 10, 18, 19], "667340e": 7, "07": [7, 32], "4006": 7, "007667": 7, "604810e": 7, "3753": 7, "537871": 7, "016403e": 7, "000344": 7, "180596e": 7, "000701": 7, "914346e": 7, "5178": 7, "481411": 7, "13": [7, 11, 15, 17, 19, 20, 25, 29], "851229": 7, "191": 7, "856548": 7, "681667e": 7, "4011": 7, "819383": 7, "811716": 7, "609469e": 7, "33": [7, 19], "776043": 7, "3760": 7, "408417": 7, "870546": 7, "622980e": 7, "09": [7, 26, 32], "925631e": 7, "000569": 7, "000225": 7, "063355e": 7, "08": [7, 32], "233253e": 7, "000776": 7, "000075": 7, "666476e": 7, "026417e": 7, "5161": 7, "040643": 7, "440768": 7, "304": 7, "180395": 7, "663634e": 7, "766409": 7, "052974": 7, "605418e": 7, "532548": 7, "3756": 7, "426086": 7, "982332": 7, "975673e": 7, "480347e": 7, "000655": 7, "000086": 7, "409422e": 7, "286255e": 7, "000524": 7, "000253": 7, "390582e": 7, "740564e": 7, "5150": 7, "604178": 7, "436465": 7, "108": 7, "919794": 7, "652872e": 7, "4008": 7, "586021": 7, "819612": 7, "606876e": 7, "310987": 7, "3751": 7, "566090": 7, "859996": 7, "673784e": 7, "567265e": 7, "000554": 7, "000101": 7, "011674e": 7, "070412e": 7, "000605": 7, "000082": 7, "722360e": 7, "666230e": 7, "5172": 7, "441161": 7, "836983": 7, "476": 7, "853810": 7, "675415e": 7, "4007": 7, "189291": 7, "396730": 7, "605757e": 7, "950854": 7, "3746": 7, "298200": 7, "267890": 7, "102616e": 7, "000997": 7, "000443": 7, "959195e": 7, "934926e": 7, "000840": 7, "000235": 7, "510428e": 7, "059982e": 7, "row": [7, 9, 10, 18, 20, 24, 25, 29, 31], "136": 7, "cli": 7, "file_nam": [7, 18], "recurs": 7, "disk": [7, 10, 19, 20], "localizer_spac": [7, 12, 18], "mni152nlin2009casym_desc": [7, 12, 18], "preproc_bold": [7, 12, 18], "s11": 7, "s11_task": 7, "s12": 7, "s12_task": 7, "s13": 7, "s13_task": 7, "s14": 7, "s14_task": 7, "s15": 7, "s15_task": 7, "s16": 7, "s16_task": 7, "s17": 7, "s17_task": 7, "s18": 7, "s18_task": 7, "s19": 7, "s19_task": 7, "s20": 7, "s20_task": 7, "s21": 7, "s21_task": 7, "s22": 7, "s22_task": 7, "s23": 7, "s23_task": 7, "s24": 7, "s24_task": 7, "s25": 7, "s25_task": 7, "s26": 7, "s26_task": 7, "s27": 7, "s27_task": 7, "s28": 7, "s28_task": 7, "s29": 7, "s29_task": 7, "s30": 7, "s30_task": 7, "s31": 7, "s31_task": 7, "s32": 7, "s32_task": 7, "s33": 7, "s33_task": 7, "s34": 7, "s34_task": 7, "s35": 7, "s35_task": 7, "s36": 7, "s36_task": 7, "s37": 7, "s37_task": 7, "s38": 7, "s38_task": 7, "s39": 7, "s39_task": 7, "s40": 7, "s40_task": 7, "s41": 7, "s41_task": 7, "s42": 7, "s42_task": 7, "s43": 7, "s43_task": 7, "s44": 7, "s44_task": 7, "s45": 7, "s45_task": 7, "s46": 7, "s46_task": 7, "s47": 7, "s47_task": 7, "s48": 7, "s48_task": 7, "s49": 7, "s49_task": 7, "s50": 7, "s50_task": 7, "s51": 7, "s51_task": 7, "s52": 7, "s52_task": 7, "s53": 7, "s53_task": 7, "s54": 7, "s54_task": 7, "s55": 7, "s55_task": 7, "s56": 7, "s56_task": 7, "s57": 7, "s57_task": 7, "s58": 7, "s58_task": 7, "s59": 7, "s59_task": 7, "s60": 7, "s60_task": 7, "s61": 7, "s61_task": 7, "s62": 7, "s62_task": 7, "s63": 7, "s63_task": 7, "s64": 7, "s64_task": 7, "s65": 7, "s65_task": 7, "s66": 7, "s66_task": 7, "s67": 7, "s67_task": 7, "s68": 7, "s68_task": 7, "s69": 7, "s69_task": 7, "s70": 7, "s70_task": 7, "s71": 7, "s71_task": 7, "s72": 7, "s72_task": 7, "s73": 7, "s73_task": 7, "s74": 7, "s74_task": 7, "s75": 7, "s75_task": 7, "s76": 7, "s76_task": 7, "s77": 7, "s77_task": 7, "s78": 7, "s78_task": 7, "s79": 7, "s79_task": 7, "s80": 7, "s80_task": 7, "s81": 7, "s81_task": 7, "s82": 7, "s82_task": 7, "s83": 7, "s83_task": 7, "s84": 7, "s84_task": 7, "s85": 7, "s85_task": 7, "s86": 7, "s86_task": 7, "s87": 7, "s87_task": 7, "s88": 7, "s88_task": 7, "s89": 7, "s89_task": 7, "s90": 7, "s90_task": 7, "s91": 7, "s91_task": 7, "s92": 7, "s92_task": 7, "s93": 7, "s93_task": 7, "s94": 7, "s94_task": 7, "825mb": 7, "106": 7, "mb": [7, 17], "qc": 7, "json": [7, 18], "phenotyp": 7, "robust": [7, 10, 24, 26, 32], "opinion": [7, 24], "autom": [7, 22, 23, 24, 32], "pipelin": [7, 23, 24, 32], "russ": [7, 24, 32], "poldrack": [7, 11, 24, 27, 30, 31, 32], "stanford": 7, "univers": [7, 13, 18, 30], "choic": [7, 19, 23, 24, 26], "docker": [7, 15, 17, 24, 32], "awai": [7, 8, 10, 11, 24, 25, 29], "yourself": [7, 18, 30], "poldracklab": 7, "latest": [7, 15, 32], "id": [7, 15, 18, 19, 21, 25, 32], "flag": [7, 15, 16, 19, 31, 32], "preproc": [7, 12, 24], "participant_label": [7, 24, 32], "write": [7, 8, 9, 10, 11, 17, 18, 19, 21, 22, 24, 26, 30, 31, 32], "graph": [7, 10, 20, 23, 24, 32], "fs": [7, 24, 29, 32], "reconal": [7, 24, 32], "notrack": [7, 24], "licens": [7, 10, 18, 24, 30, 32], "txt": [7, 17, 23, 24, 32], "dir": [7, 18, 24], "alwai": [7, 8, 9, 10, 11, 15, 17, 19, 22, 24, 26, 29], "finicki": [7, 24], "sometim": [7, 8, 9, 17, 18, 19, 21, 24], "freesurf": [7, 10, 23, 24], "conflict": [7, 15, 17, 24, 30], "valid": [7, 9, 10, 17, 19, 24, 26, 31, 32], "frustrat": [7, 24], "infer": [8, 11, 19, 20, 24, 26, 31], "hypothet": [8, 11, 16], "ordinari": [8, 19], "least": [8, 23, 29, 30, 31], "basic": [8, 9, 15, 19, 20, 22, 24, 25, 27, 33], "introduc": [8, 9, 16, 18, 20, 22, 23, 29, 30, 33], "tor": [8, 9, 11, 12, 13, 22, 24, 28, 31], "wager": [8, 9, 11, 12, 13, 22, 24, 28, 31], "gdklquv4he4": 8, "oylkmb9fnhg": 8, "background": [8, 10, 18, 22, 29, 30], "introductori": [8, 14, 26], "overwhelm": [8, 22, 31], "slow": [8, 9, 10, 17, 18, 24, 31], "refresh": [8, 29], "concept": [8, 18, 24, 26, 29, 30, 31], "lingo": 8, "jeannett": [8, 31], "crash": [8, 17], "certainli": [8, 24, 26], "she": [8, 13], "teacher": 8, "explan": [8, 29], "sit": 8, "forth": [8, 11, 23, 24, 25], "lost": [8, 29], "intuit": [8, 9, 18, 19, 20, 21, 22, 24, 25, 26, 29, 31], "revisit": 8, "iter": [8, 10, 11, 18, 19, 22, 25, 29], "broad": 8, "progress": 8, "train": [8, 13, 22, 26, 33], "plenti": 8, "opportun": [8, 30], "zoom": [8, 24, 29], "fulli": [8, 19, 22, 24, 30, 32], "appreci": 8, "terminolog": 8, "gentli": 8, "foundat": 8, "algebra": [8, 9, 10, 29], "intepret": 8, "subtl": 8, "why": [8, 15, 24, 25, 29, 31], "continuour": 8, "ok": [8, 9, 12, 18, 24, 25, 26, 29], "glover_hrf": [8, 10, 11, 29], "util": [8, 10, 16, 18], "144": [8, 21], "futurewarn": [8, 16, 23], "linear_model": 8, "22": [8, 11, 16, 17, 18, 19], "privat": 8, "api": [8, 18], "synthet": 8, "resembl": 8, "real": [8, 9, 10, 11, 12, 16, 26, 29, 30, 31, 33], "ground": [8, 33], "truth": 8, "recov": [8, 11, 16, 31], "gain": [8, 13, 28, 29, 32], "reinforc": 8, "behind": [8, 18, 22, 24], "met": [8, 26, 31], "imagin": [8, 11, 16, 18, 24, 25], "bunch": [8, 15, 22], "volum": [8, 9, 24, 31], "200": [8, 11, 16, 23, 25], "n_trial": [8, 11, 16], "arang": [8, 10, 11, 16, 19, 20, 24, 25, 29, 31], "plot_timeseri": [8, 11], "timeseri": [8, 11, 16, 29], "arg": [8, 10], "ndarrai": 8, "thick": [8, 23], "tight_layout": [8, 10, 11, 20, 24, 29, 31], "rais": [8, 19], "valueerror": 8, "legend": [8, 10, 11, 16, 20, 26, 29], "someon": [8, 9, 17], "rule": [8, 10], "properti": [8, 16, 19, 23, 29], "lumin": [8, 25], "color": [8, 10, 11, 16, 20, 23, 25, 26, 29, 31], "fourier": [8, 10], "scrambl": 8, "invers": [8, 10, 25], "low": [8, 9, 10, 12, 18, 24, 25], "level": [8, 9, 10, 21, 22, 23, 24, 25, 26, 28, 30, 31], "clearli": [8, 9, 11, 22, 23, 29], "argu": 8, "keep": [8, 9, 10, 11, 15, 17, 18, 19, 20, 23, 24, 29], "complex": [8, 10, 21, 22], "absolut": [8, 10, 19, 25, 29], "huettel": [8, 27, 28], "song": [8, 28, 33], "mccarthi": [8, 28], "2008": [8, 13, 25, 27], "obj": [8, 10], "vstack": [8, 10, 11, 19], "larger": [8, 11, 23, 25, 31], "mayb": [8, 9], "bigger": [8, 9], "hous": [8, 16], "face_intens": 8, "object_intens": 8, "delai": [8, 16], "appropri": [8, 11, 25, 30, 31], "hrf": [8, 10, 11, 16, 22, 29], "gamma": [8, 9, 16, 24, 29], "oversampl": [8, 11, 29], "convolut": [8, 10], "plu": [8, 25, 29], "kernel": [8, 10, 12, 22, 24, 29], "minu": [8, 29, 31], "chop": 8, "extra": [8, 10, 19, 22, 24, 30], "face_conv": 8, "obj_conv": 8, "voxel_conv": 8, "noiser": 8, "drift": [8, 9, 10, 12, 16, 18], "alias": [8, 12, 24, 29], "drawn": [8, 11, 26], "epsilon": [8, 11, 22], "sim": [8, 11, 31], "mathcal": [8, 11, 20, 26, 31], "mu": [8, 20, 26], "sigma": [8, 9, 11, 16, 24, 26], "randn": [8, 10, 11, 16, 26, 29], "voxel_conv_nois": 8, "wouldn": [8, 22], "theori": [8, 23, 24, 29, 31], "almost": [8, 9, 11, 22, 29], "perfectli": [8, 9, 22], "intercept": [8, 10, 22], "ones": [8, 9, 10, 11, 18, 19, 22, 23, 25, 26], "clear": [8, 9, 11, 25], "beta_0": [8, 11], "cdot": [8, 22, 29], "beta_1": [8, 11], "beta_2": [8, 11], "rotat": [8, 9, 24], "equat": [8, 22], "sharei": [8, 11, 20, 31], "expand_dim": 8, "gca": 8, "invert_yaxi": 8, "ol": [8, 10], "hat": 8, "hyperplan": [8, 22], "minim": [8, 21, 22, 24, 31, 32], "ty": 8, "maximum": [8, 9, 12, 19, 24, 31], "l": [8, 13, 15, 21, 22, 23], "displaystyl": 8, "prod_": 8, "sqrt": [8, 10, 20], "pi": [8, 10, 24, 29], "y_i": [8, 11], "x_i": [8, 11], "fact": [8, 11, 24, 26, 31], "premad": 8, "ols_estim": 8, "linalg": [8, 10], "pinv": [8, 10], "bar": [8, 10, 11, 19, 24], "print": [8, 9, 10, 11, 18, 19, 21, 22, 23, 25, 26, 29, 30, 31], "95": [8, 9, 10, 18, 20, 26, 31], "equal": [8, 11, 21, 22, 26, 30, 31], "predicted_i": 8, "predicted_t": 8, "titl": [8, 10, 16, 18, 20, 23, 26, 29, 31], "reason": [8, 11, 18, 22, 24, 25, 26, 31], "job": [8, 16, 17, 24], "weight": [8, 9, 11, 16, 18, 22, 23, 29], "deviat": [8, 9, 10, 11, 12, 18, 19, 24, 26], "formal": [8, 31], "sum_i": 8, "k": [8, 21, 22, 23, 24, 29], "standard_error_of_estim": 8, "std": [8, 10, 18, 19, 20, 26], "quantit": [8, 28], "formula": [8, 9], "lie": [8, 26], "percentag": 8, "r_squar": 8, "ss_total": 8, "ss_residu": 8, "uncertainti": [8, 11, 13, 26], "coeffici": [8, 9, 11, 22], "diag": [8, 10], "tx": 8, "confid": [8, 23, 26, 31], "beta_j": 8, "equival": [8, 9, 11, 19, 24, 31], "68": [8, 20, 23], "std_error": 8, "yerr": [8, 20], "parallel": [8, 15, 24, 25, 26, 32], "jargon": 8, "popul": [8, 11, 16, 19, 26], "sigma_j": 8, "j": [8, 9, 22, 24, 30], "stabl": [8, 19], "arrai": [8, 10, 11, 16, 18, 19, 20, 21, 23, 24, 25, 26, 29, 31, 32], "65716867": 8, "83929013": 8, "23580115": 8, "intro": [8, 11, 30], "cdf": 8, "freedom": 8, "df": [8, 9, 10, 11, 19, 20], "multipli": [8, 15, 22, 26, 29], "tail": 8, "below": [8, 17, 21, 23, 24, 29, 31, 32], "05": [8, 11, 25, 26, 29, 31, 32], "sf": 8, "ab": [8, 11, 29], "hline": 8, "linestyl": [8, 11, 26, 31], "dash": [8, 11, 31], "red": [8, 16, 20, 24, 25, 26, 29], "11831798e": 8, "01": [8, 15, 22, 24, 25, 32], "26134329e": 8, "37": [8, 11], "33906074e": 8, "linecollect": 8, "0x7fe020f135d0": 8, "spend": [8, 18, 24, 29, 31], "perspect": 8, "7mibm1atai4": [8, 9], "flexibl": [8, 10, 11, 15, 18, 24], "magnitud": [8, 11, 22, 25, 29, 31], "c1": [8, 9], "c2": 8, "c3": 8, "str": [8, 10, 19, 21], "0721521304389894": 8, "8735019759362619": 8, "9456541063752513": 8, "qualiti": [8, 10, 24], "detect": [8, 9, 10, 11, 16, 19, 22, 31], "unlik": [8, 21, 22, 23, 25], "rik": 8, "henson": 8, "blog": [8, 11, 22, 31], "collinear": [8, 9, 22], "contrast_effici": 8, "44032677542221": 8, "5429401030547045": 8, "3578767952519295": 8, "decoupl": 8, "slice": [8, 18, 21, 24, 31], "acquisit": [8, 13, 18, 24, 32], "sequenti": [8, 19, 24], "outcom": [8, 11, 22], "epoch": 8, "preced": 8, "benefici": 8, "desir": [8, 10, 31], "face_tri": 8, "randint": [8, 10, 29], "180": [8, 23], "obj_trial": 8, "predicted_sigma": 8, "5597167760964403": 8, "066820546582558": 8, "1233445684652128": 8, "solut": [8, 22, 30, 31, 33], "spm": [8, 10, 11, 16, 18, 24], "autoregress": 8, "lag": [8, 10], "adjust": [8, 10, 11, 22, 24, 29, 30], "soon": [8, 30], "ignor": [8, 10, 11, 19, 22, 29, 31, 32], "anywai": 8, "debat": 8, "fals": [8, 10, 11, 16, 18, 19, 21, 25, 26, 29], "shorter": 8, "ander": 8, "ekland": [8, 31], "colleagu": [8, 9, 23], "prewhiten": 8, "plan": 8, "homework": [8, 9, 17, 18], "weaker": [8, 16], "systemat": [8, 11, 12], "simul": [9, 10, 11, 12, 20, 22, 26], "download": [9, 10, 12, 17, 18, 20, 22, 23], "view_img": [9, 10, 11, 18, 25], "glass_brain": [9, 11], "opt": [9, 16, 19, 23], "122": 9, "pipelinedescript": 9, "field": [9, 11, 19, 22, 23, 24, 31, 33], "supersed": 9, "generatedbi": 9, "pybid": [9, 17, 18], "upgrad": [9, 17, 21], "cycl": [9, 29], "per": [9, 10, 15, 19, 20, 22, 23, 29, 32], "retain": [9, 10, 19, 29], "info": [9, 10, 17, 19, 21], "rangeindex": [9, 19], "128": [9, 11, 12, 18], "127": 9, "null": [9, 11, 19, 25, 26, 31], "count": [9, 10, 15, 19, 20, 31], "dtype": [9, 18, 19, 23], "video_comput": 9, "float64": [9, 19], "horizontal_checkerboard": [9, 11, 31], "audio_sent": 9, "vertical_checkerboard": [9, 11, 31], "video_sent": 9, "usag": [9, 19, 23], "kb": [9, 15], "ax": [9, 10, 11, 16, 19, 20, 24, 25, 29, 31], "_subplot": [9, 20], "0x7fb700ed4110": 9, "By": [9, 12, 19, 23, 26, 30], "standard": [9, 10, 11, 12, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 33], "custom": [9, 18, 19, 24, 26, 32], "docstr": [9, 10, 19, 20], "name": [9, 10, 11, 17, 18, 19, 20, 21, 23, 30, 32], "dm_conv": 9, "blurrier": [9, 24], "regoressor": 9, "horizontal_checkerboard_c0": 9, "checkerboard": [9, 11, 31], "vertical_checkerboard_c0": 9, "substanti": [9, 31], "overlap": [9, 29], "unstabl": 9, "venn": 9, "diagram": 9, "dark": [9, 23], "orang": 9, "confluenc": 9, "circl": [9, 29], "x1": [9, 20], "x2": [9, 20], "corr": [9, 19, 20], "concern": [9, 22, 24, 25, 30], "vif": [9, 10], "ratio": [9, 12, 16, 18, 19, 23, 24], "divid": [9, 18, 19, 22, 23, 26, 29, 31], "vif_j": 9, "r_i": 9, "r_j": 9, "obtain": [9, 10, 11, 22, 30], "jth": 9, "predictor": [9, 22], "exceed": [9, 26], "intervent": 9, "xtick": 9, "90": [9, 20], "deal": [9, 10, 22, 23, 32], "worri": [9, 29, 31], "pernici": 9, "commonli": [9, 16, 18, 19, 22, 23, 29], "address": [9, 24, 26, 31], "priorit": 9, "assign": [9, 17, 18, 19, 22, 23, 33], "unanticip": 9, "detwsfdfwyc": 9, "oscil": [9, 12], "polynomi": [9, 10], "butterworth": [9, 10, 29], "simultan": [9, 11, 25, 29], "discret": [9, 10, 25], "cosin": [9, 10, 25, 29], "dct": 9, "caution": 9, "technic": [9, 11, 12, 31], "dm_conv_filt": 9, "add_dct_basi": [9, 10, 11], "iloc": [9, 11, 16, 19], "must": [9, 10, 19, 30], "sparsiti": 9, "rank": [9, 19, 20, 25, 31], "defici": 9, "unestim": 9, "dm_conv_filt_poli": 9, "occasion": [9, 17, 26], "realign": [9, 12], "nonlinearli": 9, "distort": [9, 24, 29], "strategi": [9, 11, 23], "driven": [9, 16], "ica": [9, 27], "fsl": [9, 11, 15, 16, 17, 18, 24, 31, 32], "nonlinear": [9, 24], "captur": [9, 10, 23, 29], "realig": 9, "movement": [9, 16], "recommond": 9, "frame": [9, 10, 19], "displac": 9, "team": [9, 24, 32], "mathemat": [9, 24, 29, 31], "censor": 9, "bad": [9, 11, 19], "happen": [9, 11, 17, 21, 22, 29, 31], "pertain": 9, "plane": [9, 25, 29], "translat": [9, 24], "line2d": [9, 11, 18, 20, 31], "0x2855b6750": 9, "0x2862dbf10": 9, "0x2862db650": 9, "0x2862d8b10": 9, "0x2862d9450": 9, "0x286085810": 9, "exce": [9, 17, 26, 31], "identif": 9, "contigu": [9, 23, 31], "append": [9, 10, 11, 18, 19, 21, 22, 25, 26, 29, 31], "dm_conv_filt_poly_cov": 9, "multicollineari": 9, "tend": [9, 22, 23, 26], "extrem": [9, 19, 24], "difficulti": [9, 17, 30], "clean": [9, 10, 15, 19], "6mm": [9, 12], "dict_kei": [9, 11, 21, 22, 23], "dictionari": [9, 10, 11, 18, 19, 22, 23], "correspondign": 9, "error": [9, 10, 11, 15, 17, 19, 20, 21, 22, 23, 24, 26, 32], "video_computation_c0": 9, "arithmet": [9, 10, 11, 21], "audio_right_hand_c0": 9, "audio_sentence_c0": 9, "video_right_hand_c0": 9, "audio_left_hand_c0": 9, "video_left_hand_c0": 9, "audio_computation_c0": 9, "video_sentence_c0": 9, "cosine_1": 9, "cosine_2": 9, "cosine_3": 9, "cosine_4": 9, "poly_0": 9, "poly_1": 9, "poly_2": 9, "diff_spike1": 9, "diff_spike2": 9, "diff_spike3": 9, "percentile_threshold": 9, "nifti": [9, 10, 18, 24], "intermedi": 9, "permiss": [9, 30, 32], "_betas_denoised_smooth": 9, "_preprocessed_fmri_bold": 9, "stage": [9, 11, 24, 30], "poly_3": 9, "c_rvl": 9, "motor_rvl": 9, "handl": [9, 19], "stack": [10, 19, 21, 22], "end": [10, 11, 15, 19, 21, 23, 24, 29, 30, 32], "properli": [10, 17, 21, 30], "syntax": [10, 19, 21], "unari": 10, "conda": [10, 21], "debug": [10, 15], "debugg": 10, "break": [10, 11, 19, 24], "give": [10, 11, 15, 16, 18, 21, 23, 29, 30, 31], "statement": [10, 21], "breakpoint": 10, "mortem": [10, 23], "argument": [10, 18, 19, 21, 23], "last": [10, 19, 21, 24, 30], "traceback": 10, "wish": [10, 23, 30], "clobber": 10, "namespac": [10, 21], "timeit": 10, "express": [10, 19, 21, 23], "shell": [10, 15, 21, 32], "bool": [10, 18, 19, 21], "boolean": [10, 18, 21], "enumer": [10, 11, 23, 29], "sequenc": [10, 19, 21], "tupl": 10, "float": [10, 19, 21, 24], "string": [10, 19], "integ": [10, 18, 21], "item": [10, 19, 21], "byte": [10, 19], "frozen": 10, "pathnam": 10, "match": [10, 19, 21, 23, 25], "accord": [10, 30, 32], "unix": [10, 18, 21, 24], "No": [10, 30], "tild": 10, "expans": 10, "charact": [10, 19, 21], "scandir": 10, "fnmatch": 10, "concert": 10, "invok": 10, "subshel": 10, "largest": [10, 21, 31], "min": [10, 19, 24, 29], "smallest": [10, 21, 31], "basenam": [10, 21, 22, 25], "split": [10, 11, 17, 19, 21, 22, 23, 25], "foo": [10, 19], "intellig": 10, "member": [10, 30, 32], "exactli": [10, 11, 19, 28], "thrown": 10, "static": 10, "hierarchi": [10, 11], "immut": [10, 21], "document": [10, 15, 18, 19, 21, 24, 30, 32], "zip": [10, 19, 25], "aggreg": [10, 11, 18, 19, 22, 31], "bsd": 10, "comma": [10, 19, 32], "csv": [10, 19, 20, 21], "logic": [10, 19], "isnul": [10, 19], "groupbi": [10, 18, 20], "mapper": 10, "fill": [10, 24], "na": [10, 19], "replac": [10, 11, 19, 23, 24, 26], "to_replac": 10, "fundament": [10, 11, 24, 30], "sophist": [10, 11], "broadcast": 10, "fortran": 10, "capabl": [10, 17], "besid": 10, "multi": [10, 11, 15, 22, 23], "seamlessli": 10, "speedili": 10, "databas": 10, "evenli": 10, "interv": [10, 26, 29], "co": [10, 13, 24], "trigonometr": 10, "wise": [10, 19, 30], "diag_indic": [10, 25], "exp": [10, 24, 29], "exponenti": [10, 21, 24], "fft": 10, "ifft": [10, 29], "hstack": [10, 11, 22], "horizont": [10, 11, 31], "moor": [10, 30], "penros": 10, "pseudo": 10, "ieee": 10, "754": 10, "Not": [10, 15, 18], "1415926535897932384626433": 10, "inclus": [10, 12, 19, 21, 30], "exclus": [10, 19], "sin": [10, 24, 29], "sine": 10, "root": [10, 15, 17, 18, 22, 32], "squeez": 10, "vertic": [10, 11, 19, 23, 31], "friendli": 10, "numer": [10, 19, 21, 22, 23, 26, 32], "interpol": [10, 16, 24], "binomi": 10, "butter": [10, 29], "digit": [10, 30], "analog": 10, "filtfilt": [10, 29], "backward": 10, "freqz": [10, 29], "sosfreqz": [10, 29], "ONE": 10, "score": [10, 19, 25, 30], "2d": [10, 18, 19, 20, 24, 25], "public": [10, 13, 18, 19, 23, 30], "hardcopi": 10, "web": [10, 17, 18, 20], "applic": [10, 26, 30], "toolkit": 10, "histogram": 10, "imshow": [10, 18, 24, 29], "regular": [10, 18, 19], "raster": [10, 20], "place": [10, 16, 19, 20], "savefig": [10, 20], "scatter": [10, 20, 29], "marker": [10, 19, 20], "pad": [10, 29], "axvlin": [10, 11, 26], "set_xlim": 10, "set_xticklabel": 10, "tick": 10, "set_ylim": [10, 24], "set_yticklabel": 10, "draw": [10, 11, 26], "attract": 10, "rectangular": 10, "encod": [10, 19, 24], "catplot": [10, 20], "categor": [10, 11, 19, 25], "facetgrid": 10, "jointplot": [10, 20], "bivari": 10, "regplot": [10, 20], "supervis": [10, 22], "unsupervis": 10, "balanced_accuracy_scor": [10, 22], "balanc": [10, 11, 22, 25, 31], "multiclass": 10, "imbalanc": 10, "dynam": [10, 21], "draw_kamada_kawai": 10, "kamada": 10, "kawai": 10, "plain": 10, "spm99": 10, "spm2": 10, "gifti": 10, "nifti2": 10, "cifti": 10, "minc1": 10, "minc2": 10, "afni": [10, 11, 18, 24, 31], "brik": 10, "mgh": 10, "ecat": 10, "philip": 10, "par": 10, "rec": 10, "geometri": [10, 23], "annot": [10, 20], "morphometri": 10, "dicom": [10, 18], "successor": 10, "pynifti": 10, "header": [10, 18, 19, 20, 21, 23], "meta": [10, 22, 23], "guess": [10, 11, 12], "get_data": 10, "necessari": [10, 18, 19, 24], "get_shap": 10, "minc": 10, "affin": [10, 18, 23, 24], "homogen": [10, 24], "coordin": [10, 24, 30], "decod": [10, 22], "plot_anat": [10, 18], "cut": [10, 11, 18], "anatom": [10, 18], "frontal": 10, "axial": [10, 11, 18, 22, 31], "html": [10, 15, 18, 19, 21, 30, 32], "plot_glass_brain": [10, 18, 25], "glass": [10, 18], "schemat": 10, "engin": [10, 19], "neuro": [10, 19], "easier": [10, 18, 19, 20, 21, 22, 24, 25], "distance_to_similar": [10, 25], "plot_md": [10, 25], "multidimension": [10, 25], "single_matrix": 10, "apply_mask": [10, 18, 22, 25], "Will": [10, 11, 15], "heteroscedasticti": 10, "auto": 10, "sandwich": 10, "arma": 10, "smooth_img": 10, "ttest": [10, 11, 18, 31], "side": 10, "hdf5": 10, "upsampl": 10, "downsampl": 10, "matic": 10, "certain": [10, 15, 17, 18, 23, 24], "concatent": 10, "enhanc": [10, 11, 19, 31], "inherit": [10, 15], "unit": [10, 16, 24, 29, 31], "style": [10, 22, 25, 30], "legendr": 10, "duplic": [10, 17, 19], "keyword": [10, 18, 20], "concis": [10, 19], "inflat": [10, 11, 31], "amongst": [10, 16], "statsmodel": 10, "matlab": [10, 15, 18, 20, 29, 31, 32], "invert": [10, 11, 24, 29], "ensur": [10, 17, 19, 22, 29, 30, 31], "discoveri": [10, 24], "q": [10, 24, 25, 30, 31, 33], "fisher_r_to_z": [10, 25], "fisher": [10, 25], "permut": [10, 25, 31], "1d": 10, "latter": [10, 11, 19, 23], "word": [10, 15, 25, 26], "simulategrid": [10, 31], "grid": [10, 22, 31], "glover": [10, 29], "fetch_pain": 10, "randomli": [11, 22, 25, 26], "__coypifdwk": 11, "organ": [11, 18, 20, 21, 23, 30], "hundr": [11, 21, 24, 31], "thousand": [11, 19, 24, 31], "cubic": 11, "5hz": 11, "2s": 11, "spread": 11, "hope": [11, 22, 26], "canon": [11, 16, 23], "abmlqsjmsi": 11, "bia": [11, 22, 26], "briefli": [11, 23, 24], "autocorrel": [11, 16, 31], "whiten": [11, 12, 16], "meet": [11, 17], "sigma_": 11, "treat": [11, 19, 20, 23], "histor": [11, 18], "elegantli": 11, "solv": [11, 22], "multilevel": [11, 22], "panel": [11, 16, 20, 24, 29, 31], "cluster": [11, 20, 22, 23, 24], "classroom": 11, "longitudin": 11, "explicitli": [11, 19, 21, 32], "variat": [11, 24, 25, 32], "irreduc": 11, "generaliz": 11, "male": [11, 19, 20, 23], "femal": [11, 19, 20, 23], "hair": 11, "akin": 11, "narrow": [11, 26], "wider": 11, "nichol": [11, 30, 31], "2011": [11, 22, 23, 27, 30, 31], "distinguish": [11, 13, 23], "yahtygr9b8": 11, "At": [11, 18, 19, 23, 25, 30, 31, 32], "epsilon_i": 11, "sigma_i": 11, "concret": [11, 25], "illustr": [11, 24, 25, 29], "get_xaxi": 11, "set_vis": 11, "get_yaxi": 11, "simulate_timeseri": 11, "amplitud": [11, 29, 31], "sim1": [11, 20], "sim2": 11, "noisi": 11, "beta_g": 11, "x_g": 11, "eta": 11, "sigma_g": 11, "sim3": 11, "sole": 11, "men": 11, "sex": [11, 19, 20, 23], "advantag": [11, 22, 24, 25], "everyon": [11, 17], "disadvantag": [11, 22], "consider": [11, 23, 24, 25, 31], "brainvoyag": [11, 18], "probabl": [11, 19, 20, 21, 22, 23, 24, 25, 26, 31], "benefit": 11, "converg": [11, 23], "eshin": 11, "jolli": [11, 23], "xx_g": 11, "2x": 11, "loop": [11, 19, 25, 32], "subject1": 11, "subject2": 11, "subject3": 11, "0x7f990c25ced0": 11, "ttest_1sampresult": 11, "854776909716737": 11, "pvalu": 11, "50775361636617e": 11, "wrote": [11, 15], "spike_cutoff": 11, "get_repetitiontim": 11, "mkdir": 11, "get_subject": [11, 25], "dm_cov": 11, "_beta": 11, "_beta_": 11, "remind": 11, "ram": [11, 15, 17], "con1_nam": [11, 31], "con1_file_list": [11, 31], "con1_dat": [11, 31], "Or": [11, 18, 19], "chain": [11, 18, 19], "con1_stat": [11, 31], "stimul": 11, "v1": [11, 16, 18, 20], "orient": [11, 18, 19, 20], "achiev": [11, 22, 24, 31], "con2_nam": [11, 31], "con2_file_list": [11, 31], "con2_dat": [11, 31], "con1_v_con2": [11, 31], "con1_v_con2_stat": [11, 31], "sound": [11, 25], "parametr": [11, 25, 26], "section": [11, 13, 14, 18, 19, 28, 29, 30], "reject": [11, 31], "bmatrix": [11, 24], "s_3": 11, "s_4": 11, "s_5": 11, "s_6": 11, "quad": [11, 24], "group_1": 11, "group_2": 11, "run_regression_simul": 11, "summar": [11, 19, 22, 23], "beta1": 11, "beta2": 11, "group1": [11, 20], "group2": [11, 20], "els": [11, 17, 21, 24, 32], "sub_dat": 11, "avg_sub_mean_diff": 11, "a_i": [11, 29], "cbar": 11, "yticklabel": 11, "xticklabel": 11, "group1_param": 11, "sd": 11, "group2_param": 11, "767465428733612": 11, "767465428733613": 11, "membership": [11, 21], "target": [11, 18, 21, 24], "59590636": 11, "86905406": 11, "46496042000535": 11, "7268523061306578": 11, "464960420005351": 11, "595906363068004": 11, "869054056937347": 11, "030433391536677": 11, "60615263": 11, "16144295": 11, "767595577579165": 11, "444709673800184": 11, "767595577579163": 11, "4447096738001814": 11, "322885903778982": 11, "606152625689674": 11, "earlier": [11, 15, 22], "unbalanc": 11, "rerun": [11, 17], "40": [11, 15, 16], "98765299": 11, "16002722": 11, "147680205027868": 11, "827625771635669": 11, "147680205027864": 11, "8276257716356685": 11, "320054433392196": 11, "707662060563798": 11, "invari": [11, 16], "b_0": 11, "b_1": 11, "41009741": 11, "34939829": 11, "759495698990353": 11, "060699128393246": 11, "410097413691801": 11, "3493982852985535": 11, "060699128393248": 11, "879747849495177": 11, "obvious": 11, "s_i": 11, "grand": 11, "s_1a": 11, "s_1b": 11, "s_2a": 11, "s_2b": 11, "s_3a": 11, "s_3b": 11, "beta_3": 11, "complic": [11, 24, 25, 31], "30": [11, 12, 15, 19, 20, 23, 24, 25], "a_param": 11, "b_param": 11, "sample_param": 11, "sub_id": 11, "sub_mean": 11, "38": [11, 19], "56447613": 11, "35": [11, 29], "08912938": 11, "0287038": 11, "7343386": 11, "28": [11, 19, 21], "18762639": 11, "88390721": 11, "0837409": 11, "43": [11, 19], "58511337": 11, "66066626": 11, "75568132": 11, "21848932": 11, "9169548": 11, "36": [11, 21], "84854258": 11, "06708857": 11, "44": [11, 16, 19], "8072347": 11, "34": [11, 19], "76752398": 11, "36573871": 11, "14435925": 11, "91057627": 11, "52": [11, 19, 20], "88492285": 11, "545226964528254": 11, "62046768344662": 11, "620467683446634": 11, "39": [11, 19], "16569464797489": 11, "07524071891838": 11, "090453929056513": 11, "5452269645282555": 11, "sum_": [11, 22], "anova": 11, "precis": [11, 19, 25, 26], "ye": 11, "imposs": 11, "c_": 11, "medium": [11, 16, 19, 30], "wm": 11, "linear_contrast": 11, "quadratic_contrast": 11, "sim1_linear": 11, "sim1_quad": 11, "sim2_linear": 11, "sim2_quad": 11, "sign": [11, 12, 16, 21, 22, 25, 31], "opposit": [11, 29], "women": 11, "decomposit": [12, 16], "subsect": [12, 16, 32], "onlin": [12, 18, 19, 20, 30, 33], "datalad": [12, 15, 30], "brief": [12, 19, 22, 30], "7kk_rsgych": 12, "mni": [12, 18, 23], "stereotact": [12, 24], "_task": [12, 18], "cleaner": [12, 21], "0078hz": 12, "high_pass": [12, 18], "blind": [12, 16], "subcompon": 12, "fastica": 12, "choos": [12, 22, 24, 32], "flat": 12, "heurist": 12, "ipywidget": [12, 20, 24, 29], "enter": [12, 21], "overlaid": 12, "overlai": [12, 18, 20, 23], "sec": [12, 29], "powerspectrum": 12, "nyquist": [12, 29], "4s": 12, "21hz": 12, "bound": 12, "oscillatori": [12, 29], "respir": [12, 16], "cardiac": [12, 16], "plausibl": 12, "spectrum": [12, 29], "phd": [13, 30], "fall": 13, "2022": [13, 23], "scienc": [13, 18, 19], "neurosci": [13, 33], "laboratori": [13, 17, 30], "he": [13, 19, 22], "ba": [13, 23, 29], "reed": 13, "ma": 13, "school": [13, 25, 30], "clinic": 13, "arizona": 13, "alan": 13, "sanfei": 13, "predoctor": 13, "internship": 13, "medicin": 13, "california": [13, 19], "lo": 13, "angel": 13, "postdoctor": 13, "fellowship": 13, "colorado": [13, 19], "boulder": 13, "mentorship": 13, "neurobiolog": 13, "page": [13, 18, 19, 20, 23, 26, 30, 32, 33], "director": 13, "summer": [13, 25], "winter": 13, "2021": [13, 23], "yale": 13, "nation": 13, "institut": [13, 24], "mental": 13, "health": 13, "apprais": 13, "ideal": [13, 15, 22], "scientist": 13, "spring": 13, "diana": 13, "receiv": [13, 24, 30, 32], "ph": 13, "michigan": 13, "2003": 13, "2004": [13, 23, 28], "2009": [13, 31], "columbia": 13, "2010": [13, 23], "2014": [13, 22, 23, 25, 27, 31], "2019": [13, 23, 25], "devot": 13, "neurophysiolog": 13, "empathi": 13, "dr": [13, 15], "dedic": [13, 17, 30], "canlab": 13, "io": [13, 15, 19, 24, 32], "jeremi": [13, 17, 21], "huckin": [13, 17], "lectur": [13, 24, 28, 33], "doctor": [13, 19, 20, 30], "depart": [13, 15, 19, 20, 32], "bowdoin": 13, "king": 13, "harvard": [13, 23], "molecular": 13, "insight": [13, 23], "mobil": 13, "smartphon": 13, "wasita": [13, 30], "mahaphanit": [13, 30], "graduat": [13, 33], "bs": 13, "adult": 13, "obsess": 13, "compuls": 13, "cosan": 13, "vivo": [14, 28, 33], "extraordinari": [14, 24, 28], "feat": [14, 28], "courtnei": 15, "jiminez": 15, "www": [15, 30], "youtub": [15, 30, 33], "com": [15, 17, 19, 23], "nibu1efymbu": 15, "00": [15, 22, 32], "rc": [15, 32], "edu": [15, 17, 30, 32], "php": 15, "discoveryhpc": 15, "basement": 15, "baker": 15, "berri": 15, "huge": 15, "room": [15, 16], "rack": [15, 24], "cs": 15, "physic": [15, 19], "astronomi": 15, "log": [15, 17, 18], "netid": [15, 17, 32], "edit": [15, 17, 19, 20, 21, 23, 32], "ti": [15, 20, 26], "cpu": [15, 24, 26, 32], "unless": [15, 17, 18, 25], "servic": [15, 17, 32], "tri": [15, 18, 20, 24], "16": [15, 17, 18, 19, 20, 21, 23, 24, 26, 29, 31], "acess": 15, "1200": 15, "x5": 15, "15x16": 15, "240": 15, "ndoli": 15, "tb": 15, "userid": 15, "zeu": 15, "lol": 15, "availalb": 15, "64": [15, 19, 21], "reali": 15, "maintain": [15, 30, 33], "hydra": 15, "haxbi": [15, 22, 25, 27], "eduroam": [15, 32], "openvpn": 15, "vim": 15, "nano": 15, "login": [15, 32], "ls": 15, "horribl": 15, "annoi": [15, 17, 24], "listacl": 15, "foldernam": 15, "posix": 15, "googl": [15, 17, 30], "tdclient": 15, "1806": 15, "portal": [15, 17, 32], "articledet": 15, "88459": 15, "bui": 15, "120": 15, "50gb": 15, "home": [15, 17], "sratch": 15, "temp": 15, "purg": 15, "45": [15, 19, 20, 21, 26], "dai": [15, 30], "scp": 15, "rsync": 15, "instal": [15, 18, 21, 24, 29, 32], "modifi": [15, 17, 18, 20, 24, 32], "unload": 15, "weird": 15, "avoid": [15, 19, 21, 22, 32], "shebang": 15, "sbatch": [15, 32], "put": [15, 17, 19, 23, 24], "privilieg": 15, "insid": [15, 19], "bashprofil": 15, "behav": 15, "doen": 15, "reproduc": [15, 23, 24, 30, 32], "popular": [15, 18, 20, 21, 22, 29, 31], "ycrc": 15, "workshop": 15, "1000": [15, 23, 26], "alloc": 15, "srun": 15, "squeue": [15, 32], "queue": [15, 24], "queu": 15, "reach": 15, "scancel": [15, 32], "sacctmgr": 15, "sstat": 15, "sinfo": 15, "sacct": 15, "seff": 15, "enough": [15, 17, 24, 29, 31], "charg": 15, "walltim": [15, 32], "pool": 15, "concurr": 15, "hit": [15, 21], "nobodi": 15, "until": [15, 24, 31], "finish": [15, 32], "intend": [15, 21, 23, 32], "occupi": 15, "haveb": 15, "nt": 15, "cap": 15, "immedi": 15, "goe": [15, 16], "prepar": 15, "whatev": [15, 21], "stop": [15, 17, 19, 21], "pars": [15, 17, 19], "uncom": 15, "never": [15, 32], "thread": 15, "mpi": 15, "hardest": 15, "unrestrict": 15, "hurt": 15, "overestim": 15, "wild": 15, "email": [15, 30, 32], "qnotifi": 15, "amont": 15, "schedmd": 15, "veyr": 15, "differnet": 15, "perhap": [15, 18, 19], "launch": [15, 32], "sid": 15, "throttl": 15, "sai": [15, 19, 21, 22, 29, 31], "htop": 15, "scontrol": [15, 32], "lookup": 15, "readthedoc": [15, 24, 32], "en": [15, 19, 32], "yong": 16, "hoon": 16, "chung": 16, "lindsei": 16, "tepfer": 16, "endogen": 16, "artifactu": 16, "breath": 16, "mitig": 16, "channel": [16, 30], "bell": 16, "sejnowski": 16, "1995": [16, 31], "microphon": 16, "convers": [16, 19, 21], "echo": [16, 32], "theoret": [16, 22, 26, 29], "voic": [16, 30], "speaker": 16, "gift": 16, "calhoun": 16, "2001": 16, "melod": 16, "beckmann": 16, "2005": 16, "domin": 16, "mckeown": 16, "1998": 16, "eeg": [16, 29], "scalp": 16, "electrod": [16, 23], "makeig": 16, "exercis": 16, "scratch": 16, "mne": 16, "ffa": 16, "kanwish": 16, "parahippocamp": 16, "ppa": 16, "aguirr": 16, "2000m": 16, "spheric": 16, "create_spher": 16, "get_anatom": [16, 18], "pearsonr": 16, "75": [16, 19], "signal_intens": 16, "sphere": [16, 25], "radiu": [16, 24], "55": [16, 18, 26], "resampl": [16, 18, 24, 25, 31], "273": 16, "unexpect": 16, "nearest": [16, 24], "impuls": [16, 29], "ffa_sign": 16, "ppa_sign": 16, "plotting_context": [16, 20], "font_scal": [16, 20], "initi": [16, 18, 19, 20, 21, 25, 31], "simulated_data": 16, "astyp": [16, 18, 24], "stand": 16, "improv": [16, 19, 21, 24, 30, 31], "decomposed_voxel": 16, "nrow": [16, 19, 20, 29, 31], "colorbar": [16, 20, 23], "_fastica": 16, "494": 16, "gotten": 16, "incorrect": 16, "transpos": [16, 19, 24], "snr": [16, 18, 23], "scenario": 16, "intertwin": 16, "slower": 16, "signal_intensity_1": 16, "signal_intensity_2": 16, "lmplot": 16, "02": [16, 32], "ica_mod": 16, "slight": [16, 31], "situat": 16, "intermix": 16, "pure": 16, "identici": 16, "weakli": 16, "ppa_signal_2": 16, "ffa_mix": 16, "thees": 16, "differenti": 16, "infinit": [16, 29], "manifest": 16, "mi": 16, "aren": 16, "fail": [16, 31, 32], "laptop": [17, 18, 24], "cloud": [17, 18, 24], "tablet": 17, "browser": 17, "jhub": 17, "vpn": [17, 32], "spin": [17, 24], "sync": 17, "idl": 17, "shut": 17, "ey": [17, 18, 24], "great": [17, 18, 20, 21, 22, 23, 25, 31], "redo": 17, "window": [17, 20, 24, 32], "nbviewer": 17, "trick": [17, 24], "persist": 17, "psyc60": 17, "21f": 17, "won": [17, 31], "backup": 17, "1_introduction_to_program": 17, "ipynb": 17, "risk": 17, "renam": 17, "box": [17, 20, 29], "untitl": 17, "4_ica": 17, "sleep": 17, "tinker": 17, "rout": 17, "contact": [17, 30], "professor": [17, 19, 20, 30], "assist": [17, 19, 20, 30], "acaconda": 17, "githubusercont": [17, 19], "master": [17, 19, 20, 23], "pytz": 17, "dateutil": [17, 19], "cycler": 17, "kiwisolv": 17, "06": [17, 32], "pillow": [17, 25], "pypars": 17, "23": [17, 19], "joblib": 17, "threadpoolctl": 17, "pynv": 17, "deepdish": 17, "tabl": [17, 19, 23], "numexpr": 17, "nipyp": [17, 18, 24], "pydotplu": 17, "filelock": 17, "pydot": 17, "trait": 17, "prov": 17, "neurdflib": 17, "etelemetri": 17, "lxml": 17, "rdflib": 17, "isod": 17, "decor": 17, "ci": [17, 20], "hypertool": [17, 25], "scikit_learn": 17, "cp37": 17, "cp37m": 17, "macosx_10_6_intel": 17, "macosx_10_9_intel": 17, "macosx_10_9_x86_64": 17, "macosx_10_10_intel": 17, "macosx_10_10_x86_64": 17, "whl": 17, "ppca": 17, "31merror": 17, "octob": 17, "gzip": [17, 18, 19], "nitim": 17, "num2word": 17, "patsi": 17, "sqlalchemi": 17, "docopt": 17, "fsley": 17, "standalon": 17, "mac": [17, 24, 32], "x11": [17, 32], "xquartz": [17, 32], "dashboard": 17, "walkthrough": [17, 25], "cheatsheet": 17, "slide": [17, 24, 29, 30], "ourdqjmu5ro": 18, "believ": 18, "eas": [18, 20, 23, 25], "bug": [18, 24], "listserv": 18, "boutiqu": 18, "focu": [18, 19, 22, 26], "ant": [18, 24], "conn": 18, "rsatoolbox": 18, "pymvpa": 18, "proprietari": 18, "octav": 18, "restrict": [18, 23, 30], "compil": 18, "challeng": [18, 30], "grow": [18, 20, 24], "adopt": [18, 31], "explos": 18, "leader": 18, "brainiak": [18, 22], "excit": [18, 20], "expertis": 18, "decad": 18, "tight": 18, "tensorflow": 18, "pytorch": 18, "influx": 18, "younger": 18, "chosen": 18, "excel": [18, 19, 21, 22, 23, 24, 25, 28, 29], "dissemin": 18, "book": [18, 19, 20, 22, 29, 30, 32], "enterpris": 18, "idiosyncrat": [18, 23], "convent": [18, 24], "outsid": [18, 24, 30], "heroic": 18, "realm": 18, "month": 18, "broken": [18, 19, 24], "descript": [18, 23], "collabor": [18, 30], "queri": [18, 20], "lightweight": [18, 21], "tree": 18, "thub": 18, "bidsjsonfil": 18, "dataset_descript": 18, "bidsfil": 18, "ds_store": 18, "citat": [18, 30], "bib": 18, "md": 18, "tex": 18, "anat": [18, 23], "s01_desc": 18, "brain_mask": 18, "definit": [18, 21, 22, 24], "localizer_bold": 18, "subclass": 18, "get_imag": 18, "dirnam": 18, "get_ent": 18, "entiti": 18, "get_df": 18, "get_metadata": 18, "get_associ": 18, "get_task": 18, "bidsimagefil": 18, "partic": 18, "carpetplot_bold": 18, "svg": 18, "bird": 18, "to_df": 18, "datatyp": [18, 21], "locali": 18, "t1w": 18, "677": 18, "678": 18, "679": 18, "680": 18, "681": 18, "682": 18, "compress": [18, 19], "3d": [18, 24, 25, 29], "4d": [18, 24], "sweet": 18, "t1": [18, 23, 24], "consult": [18, 30], "193": 18, "229": 18, "millimet": 18, "get_fdata": 18, "axesimag": 18, "0x7fad486d8e90": 18, "nifti1head": 18, "endian": 18, "sizeof_hdr": 18, "348": 18, "data_typ": 18, "db_name": 18, "extent": 18, "session_error": 18, "dim_info": 18, "dim": 18, "intent_p1": 18, "intent_p2": 18, "intent_p3": 18, "intent_cod": 18, "float32": 18, "bitpix": 18, "slice_start": 18, "pixdim": 18, "vox_offset": 18, "scl_slope": 18, "scl_inter": 18, "slice_end": 18, "slice_cod": 18, "unknown": 18, "xyzt_unit": 18, "cal_max": 18, "cal_min": 18, "slice_dur": 18, "toffset": 18, "glmax": 18, "glmin": 18, "descrip": 18, "xform": 18, "fixheaderapplytransform": 18, "niworkflow": 18, "aux_fil": 18, "qform_cod": 18, "sform_cod": 18, "quatern_b": 18, "quatern_c": 18, "quatern_d": 18, "qoffset_x": 18, "96": [18, 25], "qoffset_i": 18, "132": 18, "qoffset_z": 18, "78": [18, 22], "srow_x": 18, "srow_i": 18, "srow_z": 18, "intent_nam": 18, "plot_epi": 18, "orthoslic": [18, 23], "0x7fad5aeb0c10": 18, "draw_cross": [18, 25], "display_mod": [18, 25], "zslicer": [18, 25], "0x7fad3114af10": 18, "amygdala_mask": 18, "1290": 18, "fsl_bamyg_thr0": 18, "orthoprojector": [18, 25], "0x7fad29aa88d0": 18, "bulk": 18, "flatten": [18, 25], "nifti_mask": 18, "238955": 18, "mni152_t1_2mm_brain_mask": 18, "output_fil": 18, "var": [18, 19], "0x7fad5cbd5d50": 18, "niftimask": 18, "detrend": 18, "low_pass": 18, "mask_arg": 18, "mask_img": 18, "mask_strategi": 18, "memory_level": 18, "sample_mask": 18, "smoothing_fwhm": 18, "t_r": 18, "target_affin": 18, "target_shap": 18, "verbos": [18, 19, 23, 24], "1875": 18, "2127": 18, "2182": 18, "5170": 18, "5180": 18, "2836": 18, "__add__": 18, "__class__": 18, "__delattr__": 18, "__dict__": 18, "__dir__": 18, "__doc__": 18, "__eq__": 18, "__format__": 18, "__ge__": 18, "__getattribute__": 18, "__getitem__": 18, "__gt__": 18, "__hash__": 18, "__init__": 18, "__init_subclass__": 18, "__iter__": 18, "__le__": 18, "__len__": 18, "__lt__": 18, "__module__": 18, "__mul__": 18, "__ne__": 18, "__new__": 18, "__radd__": 18, "__reduce__": 18, "__reduce_ex__": 18, "__repr__": 18, "__rmul__": 18, "__rsub__": 18, "__setattr__": 18, "__setitem__": 18, "__sizeof__": 18, "__str__": 18, "__sub__": 18, "__subclasshook__": 18, "__truediv__": 18, "__weakref__": 18, "bootstrap": 18, "icc": 18, "isempti": 18, "median": [18, 19], "multivariate_similar": 18, "predict_multi": 18, "r_to_z": 18, "randomis": [18, 31], "temporal_resampl": 18, "transform_pairwis": 18, "upload_neurovault": 18, "templat": [18, 23, 24], "2mm": [18, 23], "workspac": 18, "data2": [18, 20], "0x7fad69f43d90": 18, "tmp_data": 18, "3632": 18, "536": 18, "3639": 18, "0662": 18, "3636": 18, "0562": 18, "3631": 18, "1252": 18, "3627": 18, "1565": 18, "0986": 18, "3648": 18, "3137": 18, "3657": 18, "7656": 18, "3654": 18, "2615": 18, "3658": 18, "1348": 18, "3652": 18, "4163": 18, "3647": 18, "3025": 18, "4019": 18, "3651": 18, "63": 18, "7566": 18, "2322": 18, "3655": 18, "227": 18, "3650": 18, "0222": 18, "3644": 18, "6763": 18, "3645": 18, "765": 18, "0671": 18, "3633": 18, "773": 18, "3635": 18, "367": 18, "3634": 18, "0962": 18, "3637": 18, "7722": 18, "5322": 18, "3643": 18, "0576": 18, "034": 18, "4868": 18, "3659": 18, "792": 18, "5303": 18, "3642": 18, "4023": 18, "5435": 18, "3638": 18, "261": 18, "7898": 18, "6985": 18, "3641": 18, "1465": 18, "2185": 18, "3624": 18, "994": 18, "3628": 18, "2786": 18, "3626": 18, "063": 18, "3623": 18, "819": 18, "2058": 18, "5884": 18, "3629": 18, "2664": 18, "3622": 18, "4158": 18, "3617": 18, "2485": 18, "3609": 18, "3620": 18, "9905": 18, "5645": 18, "9675": 18, "276": 18, "3801": 18, "3625": 18, "395": 18, "3621": 18, "5083": 18, "3164": 18, "705": 18, "373": 18, "368": 18, "3630": 18, "5776": 18, "8086": 18, "8877": 18, "8083": 18, "3618": 18, "6865": 18, "2358": 18, "3615": 18, "7021": 18, "1902": 18, "9312": 18, "4065": 18, "3611": 18, "3342": 18, "3613": 18, "9846": 18, "378": 18, "0913": 18, "9004": 18, "8503": 18, "3614": 18, "9832": 18, "9844": 18, "4487": 18, "3619": 18, "9285": 18, "3612": 18, "1162": 18, "3608": 18, "7314": 18, "767": 18, "9822": 18, "3606": 18, "2117": 18, "3602": 18, "921": 18, "1326": 18, "3601": 18, "9211": 18, "0999": 18, "5076": 18, "3616": 18, "9973": 18, "6519": 18, "3607": 18, "4512": 18, "7017": 18, "3745": 18, "548": 18, "3596": 18, "0322": 18, "3581": 18, "2944": 18, "3580": 18, "8047": 18, "3584": 18, "3593": 18, "828": 18, "3605": 18, "6892": 18, "284": 18, "2231": 18, "5674": 18, "901": 18, "047": 18, "3598": 18, "3826": 18, "3589": 18, "8098": 18, "3588": 18, "8022": 18, "3599": 18, "5337": 18, "3603": 18, "5144": 18, "9685": 18, "66": 18, "8218": 18, "5686": 18, "0813": 18, "3592": 18, "416": 18, "3600": 18, "1592": 18, "8616": 18, "4583": 18, "375": 18, "787": 18, "9001": 18, "3595": 18, "6265": 18, "3597": 18, "0571": 18, "0x7fad6950e450": 18, "gradual": 18, "montag": 18, "0x7fad696d4890": 18, "prep": [18, 22], "adequ": [18, 31], "tsnr": 18, "_i": [18, 22], "outlier": [18, 24, 26], "jin": [19, 20], "cheong": [19, 20], "facil": 19, "flavor": 19, "ecosystem": 19, "4th": [19, 31], "spreadsheet": 19, "sql": 19, "tremend": 19, "mung": 19, "stackoverflow": 19, "blogpost": 19, "jake": [19, 20], "vanderpla": [19, 20], "terrif": 19, "tal": 19, "yarkoni": [19, 22], "int64": [19, 23], "828627": 19, "860628": 19, "239354": 19, "701561": 19, "990040": 19, "955123": 19, "526356": 19, "573977": 19, "854763": 19, "360077": 19, "396195": 19, "303766": 19, "188879": 19, "446423": 19, "063622": 19, "493188": 19, "513151": 19, "500130": 19, "706082": 19, "967668": 19, "762955": 19, "853237": 19, "361205": 19, "297108": 19, "021289": 19, "920400": 19, "609904": 19, "917379": 19, "207424": 19, "451640": 19, "letter": [19, 29], "hampshir": 19, "sacremento": 19, "denver": 19, "concord": [19, 23], "straightfoward": 19, "spss": 19, "useag": 19, "guidelin": [19, 23], "31msignatur": 19, "0mpd": 19, "34m": 19, "0mread_csv": 19, "0mfilepath_or_buff": 19, "readcsvbuff": 19, "0msep": 19, "nodefault": 19, "0mno_default": 19, "0mdelimit": 19, "32mnone": 19, "0mheader": 19, "liter": 19, "0mname": 19, "hashabl": 19, "0mindex_col": 19, "indexlabel": 19, "0musecol": 19, "usecolsargtyp": 19, "0mdtype": 19, "dtypearg": 19, "0mengin": 19, "csvengin": 19, "0mconvert": 19, "callabl": 19, "0mtrue_valu": 19, "0mfalse_valu": 19, "0mskipinitialspac": 19, "32mfals": 19, "0mskiprow": 19, "0mskipfoot": 19, "36m0": 19, "0mnrow": 19, "0mna_valu": 19, "0mkeep_default_na": 19, "32mtrue": 19, "0mna_filt": 19, "0mverbos": 19, "0mskip_blank_lin": 19, "0mparse_d": 19, "0minfer_datetime_format": 19, "0mkeep_date_col": 19, "0mdate_pars": 19, "0mdate_format": 19, "0mdayfirst": 19, "0mcache_d": 19, "0miter": 19, "0mchunksiz": 19, "0mcompress": 19, "compressionopt": 19, "0mthousand": 19, "0mdecim": 19, "0mlinetermin": 19, "0mquotechar": 19, "0mquot": 19, "0mdoublequot": 19, "0mescapechar": 19, "0mcomment": 19, "0mencod": 19, "0mencoding_error": 19, "strict": 19, "0mdialect": 19, "dialect": 19, "0mon_bad_lin": 19, "0mdelim_whitespac": 19, "0mlow_memori": 19, "0mmemory_map": 19, "0mfloat_precis": 19, "legaci": 19, "0mstorage_opt": 19, "storageopt": 19, "0mdtype_backend": 19, "dtypebackend": 19, "textfileread": 19, "31mdocstr": 19, "doc": 19, "pydata": 19, "user_guid": 19, "filepath_or_buff": 19, "accept": [19, 24], "scheme": [19, 22], "ftp": 19, "s3": 19, "gs": [19, 29], "localhost": 19, "pathlik": 19, "builtin": [19, 21], "stringio": 19, "regex": 19, "sniffer": 19, "prone": [19, 23], "quot": [19, 30], "alia": [19, 29], "mark": [19, 25, 31], "multiindex": 19, "interven": 19, "skip_blank_lin": 19, "denot": [19, 21], "overrid": 19, "index_col": 19, "malform": 19, "usecol": 19, "baz": 19, "instanti": 19, "preserv": 19, "lambda": [19, 20, 22], "aaa": 19, "bbb": 19, "ddd": 19, "int32": 19, "suitabl": [19, 24], "na_valu": 19, "versionad": 19, "defaultdict": 19, "pyarrow": 19, "parser": 19, "multithread": 19, "unsupport": 19, "true_valu": 19, "insensit": 19, "variant": [19, 20], "false_valu": 19, "skipinitialspac": 19, "skiprow": 19, "skipfoot": 19, "bottom": [19, 20, 23], "recogn": [19, 30], "ind": 19, "qnan": 19, "keep_default_na": 19, "na_filt": 19, "blank": 19, "parse_d": 19, "date_format": 19, "date_pars": 19, "datetim": 19, "unpars": 19, "mixtur": 19, "timezon": 19, "unalt": 19, "to_datetim": 19, "infer_datetime_format": 19, "10x": 19, "keep_date_col": 19, "conjunct": 19, "strftime": 19, "strptime": 19, "nanosecond": 19, "wikipedia": [19, 24, 26], "wiki": 19, "iso_8601": 19, "riski": 19, "dayfirst": 19, "dd": 19, "mm": [19, 23, 24], "european": 19, "cache_d": 19, "offset": [19, 29], "get_chunk": 19, "chunksiz": 19, "fly": 19, "decompress": 19, "bz2": 19, "xz": 19, "zst": 19, "tar": 19, "zstd": 19, "zipfil": 19, "gzipfil": 19, "bz2file": 19, "zstandard": 19, "zstddecompressor": 19, "lzma": 19, "lzmafil": 19, "tarfil": 19, "respect": [19, 22, 25, 29, 30], "dict_data": 19, "my_compression_dict": 19, "versionchang": 19, "decim": 19, "linetermin": 19, "quotechar": 19, "quote_minim": 19, "quote_al": 19, "quote_nonnumer": 19, "quote_non": 19, "quote_": 19, "doublequot": 19, "consecut": 19, "escapechar": 19, "escap": 19, "remaind": [19, 31], "altogeth": 19, "n1": 19, "utf": 19, "ex": [19, 23], "codec": 19, "encoding_error": 19, "handler": 19, "parserwarn": 19, "on_bad_lin": 19, "signatur": 19, "bad_lin": 19, "emit": 19, "arrow": 19, "apach": 19, "parseopt": 19, "invalid_row_handl": 19, "delim_whitespac": 19, "whitespac": 19, "noth": [19, 25], "low_memori": 19, "memory_map": 19, "o": [19, 20, 21], "overhead": 19, "float_precis": 19, "round_trip": 19, "round": [19, 21], "trip": 19, "storage_opt": 19, "port": 19, "usernam": [19, 32], "password": 19, "urllib": 19, "gc": 19, "fsspec": 19, "dtype_backend": 19, "numpy_nul": 19, "behaviour": 19, "nullabl": 19, "arrowdtyp": 19, "to_csv": 19, "read_tabl": 19, "read_fwf": 19, "doctest": 19, "31mfile": 19, "env": 19, "py312": 19, "31mtype": 19, "salari": [19, 20, 21], "gender": [19, 20, 30], "departm": [19, 20], "86285": 19, "bio": 19, "72": [19, 22], "77125": 19, "58": [19, 20], "71922": 19, "70499": 19, "46": [19, 23, 26], "66624": 19, "41": 19, "53662": 19, "31": [19, 20], "73": 19, "57185": 19, "74": [19, 23], "52254": 19, "61885": 19, "49542": 19, "77": 19, "On": [19, 20, 24], "bracket": 19, "64451": 19, "64366": 19, "59344": 19, "58560": 19, "58294": 19, "fstring": 19, "insert": [19, 21], "curli": 19, "col": [19, 31], "67748": 19, "519481": 19, "15100": 19, "581435": 19, "44687": 19, "62607": 19, "75382": 19, "112800": 19, "142857": 19, "387783": 19, "973684": 19, "617770": 19, "486842": 19, "005914": 19, "53": [19, 20], "65": 19, "831169": 19, "240530": 19, "freq": [19, 29], "value_count": 19, "67": 19, "analyst": 19, "messi": 19, "999999": 19, "screw": 19, "hide": 19, "datapoint": 19, "64762": 19, "chem": 19, "29": 19, "104828": 19, "geol": 19, "dropna": [19, 20], "5b": 19, "m183lc3x27n9krrzz85z2x1c0000gn": 19, "ipykernel_28379": 19, "1379821321": 19, "settingwithcopywarn": 19, "caveat": 19, "pubperyear": 19, "2945664157": 19, "row_index": 19, "col_index": 19, "1818352125": 19, "jakevdp": 19, "pythondatasciencehandbook": 19, "hierarch": [19, 23], "explicit": 19, "56092": 19, "54452": 19, "54269": 19, "55125": 19, "97630": 19, "82444": 19, "76291": 19, "60373": 19, "wil": 19, "implicit": [19, 21], "reset_index": 19, "reset": 19, "male_df": 19, "female_df": 19, "90k": 19, "100k": 19, "90000": 19, "100000": 19, "264706": 19, "92951": 19, "818182": 19, "54": [19, 26], "96936": 19, "133333": 19, "53638": 19, "59139": 19, "52968": 19, "55949": 19, "58893": 19, "sensibl": [19, 22, 24], "old": [19, 23], "pub_per_year": 19, "144029972": 19, "lablel": 19, "gender_nam": 19, "1691057888": 19, "769231": 19, "535714": 19, "300000": 19, "000000": 19, "090909": 19, "fun": [19, 20], "972973": 19, "567568": 19, "662162": 19, "numeric_onli": 19, "300071": 19, "303275": 19, "275534": 19, "427426": 19, "016988": 19, "275468": 19, "277098": 19, "249410": 19, "024210": 19, "958181": 19, "323965": 19, "541125": 19, "328285": 19, "498825": 19, "399865": 19, "older": [19, 24], "combined_data": 19, "69": 19, "777778": 19, "71": 19, "500000": 19, "391304": 19, "666667": 19, "df1": 19, "df2": 19, "df3": 19, "inner": 19, "york": [19, 20], "39512223": 19, "1359711": 19, "19453561": 19, "outer": 19, "suprisingli": 19, "throw": 19, "55719": 19, "888889": 19, "555556": 19, "043170": 19, "69108": 19, "492308": 19, "846154": 19, "061538": 19, "924709": 19, "usefuli": 19, "recombin": 19, "department": 19, "salary_dept_z": 19, "2225281835": 19, "468065": 19, "493198": 19, "939461": 19, "788016": 19, "375613": 19, "simplifi": 19, "calc_zscor": 19, "94412960": 19, "id_var": [19, 20], "value_var": [19, 20], "var_nam": [19, 20], "288893": 19, "189514": 19, "662512": 19, "494610": 19, "012093": 19, "181321": 19, "631140": 19, "999889": 19, "113135": 19, "584941": 19, "987392": 19, "176449": 19, "967856": 19, "157259": 19, "465654": 19, "df_long": 19, "value_nam": [19, 20], "df_wide": 19, "salary_exercis": [19, 20, 21], "weisberg": [19, 20], "tenur": [19, 20], "sx": [19, 20], "rk": [19, 20, 24], "yr": [19, 20], "dg": [19, 20], "yd": [19, 20], "earn": [19, 20], "sl": [19, 20], "academ": [19, 20, 24, 30], "dollar": [19, 20], "1985": [19, 20], "john": [19, 20, 33], "wilei": [19, 20], "son": [19, 20], "194": [19, 20], "readabl": [19, 21], "yearsinrank": 19, "yearssincehd": 19, "exclud": [19, 24], "salary_file_url": 19, "oldest": 19, "matlotlib": 20, "tradeoff": [20, 24, 29], "customiz": [20, 24], "neurohackademi": 20, "rougier": 20, "canva": [20, 30], "tickmark": 20, "artist": 20, "visiabl": 20, "0x7f7f1053e450": 20, "multivariate_norm": 20, "500": [20, 21, 23, 29], "cov": 20, "0x7f7f4b304550": 20, "27": 20, "97": [20, 23, 26], "111": 20, "49785684": 20, "95098132": 20, "40410579": 20, "85723027": 20, "31035474": 20, "23652078": 20, "78339631": 20, "33027183": 20, "87714736": 20, "42402288": 20, "9708984": 20, "patch": 20, "143": 20, "175": 20, "167": 20, "62": [20, 23], "77829094": 20, "93245112": 20, "0866113": 20, "24077149": 20, "60506833": 20, "45090815": 20, "29674797": 20, "14258779": 20, "9884276": 20, "83426742": 20, "68010724": 20, "emphas": [20, 23], "height": [20, 29, 31], "barcontain": 20, "mplot3d": [20, 24, 29], "mpl_toolkit": [20, 24, 29], "r1": 20, "r2": 20, "r3": 20, "scatter3d": 20, "art3d": 20, "path3dcollect": 20, "0x7f7f087ed750": 20, "transpar": 20, "xy": 20, "xycoord": 20, "easiest": 20, "gridspec": [20, 29], "set_": 20, "simulate_xi": 20, "sharex": [20, 29, 31], "png": 20, "pdf": 20, "myfirstplot": 20, "432x288": 20, "variable1": 20, "variable2": 20, "pairplot": 20, "v2": 20, "v3": 20, "v4": 20, "axisgrid": 20, "pairgrid": 20, "0x7f7f28b75d10": 20, "violin": 20, "strip": 20, "data1": 20, "data_long": 20, "melt": 20, "hue": 20, "swarm": 20, "swarmplot": 20, "stripplot": 20, "violinplot": 20, "0x7f7f09b933d0": 20, "reorgan": 20, "clustermap": 20, "anonmy": 20, "salary_in_departm": 20, "boxplot": 20, "0x1a1d97f320": 20, "0x1a1dc9df28": 20, "suptitl": 20, "dept_num": 20, "0x1a1dedb128": 20, "frontend": 20, "surprisingli": [20, 22], "declar": 20, "vega": [20, 22], "recreat": 20, "colormap": 20, "yearssincehighestdegre": 20, "labl": 20, "barplot": 20, "preconfigur": 21, "pycharm": 21, "modular": [21, 24], "scrape": 21, "flask": 21, "django": 21, "man": 21, "yaroslav": 21, "halchenko": [21, 32], "codeacademi": 21, "overflow": 21, "incred": [21, 24], "pulldown": 21, "toolbar": 21, "esc": 21, "markup": 21, "bring": [21, 30], "shortcut": 21, "hello": 21, "dramat": [21, 22, 31], "outdat": 21, "setuptool": 21, "nonetyp": 21, "modulo": 21, "__future__": 21, "4444444444444444": 21, "repetit": 21, "helloworld": 21, "hellohellohellohellohello": 21, "AND": 21, "do_someth": 21, "elif": [21, 24], "do_alternative1": 21, "do_otherwis": 21, "reserv": 21, "do_stat": 21, "h": [21, 29], "csum": 21, "exit": 21, "make_upper_cas": 21, "parenthesi": 21, "bodi": [21, 24], "colon": 21, "indent": 21, "fed": 21, "clutter": 21, "mutabl": 21, "nest": [21, 22], "stride": 21, "unord": 21, "indepth": [21, 31], "eng2sp": 21, "uno": 21, "tre": 21, "dict_valu": 21, "t2": [21, 24], "union": 21, "intersect": 21, "mom": 21, "dad": 21, "module_nam": 21, "new_module_nam": 21, "name1": 21, "name2": 21, "abspath": 21, "curdir": 21, "data_file_list": 21, "81": 21, "121": 21, "169": 21, "196": 21, "225": 21, "256": 21, "289": 21, "324": 21, "361": 21, "highwai": 21, "polic": 21, "offic": [21, 30, 32], "61": 21, "carefulli": 22, "revers": [22, 29], "classifi": [22, 29], "beta_i": 22, "localiz": 22, "wherea": [22, 24], "complementari": [22, 23], "spent": 22, "reduct": 22, "overfit": 22, "encompass": [22, 24], "motiv": 22, "appraoch": 22, "87ykz23spn": 22, "fayper7eu4m": 22, "toolsbox": 22, "pympva": 22, "djib5bzkqhq": 22, "zkmsjyil5dc": 22, "spatiotempor": 22, "subject_": 22, "left_file_list": 22, "_video_left": 22, "right_file_list": 22, "_video_right": 22, "svm_stat": 22, "yfit_al": 22, "dist_from_hyperplane_al": 22, "scalar": [22, 29], "weight_map": 22, "mcr_all": 22, "shouldn": [22, 32], "unbias": [22, 26], "thoroughli": 22, "contribut": 22, "searchlight": [22, 23, 25], "300k": 22, "forthcom": 22, "de": 22, "la": 22, "data_mask": 22, "svm_stats_mask": 22, "tune": [22, 31], "holdout": 22, "luxuri": 22, "hyperparamet": 22, "subdivid": 22, "partit": 22, "fold": [22, 23], "inher": [22, 31], "leav": [22, 24], "bias": [22, 23, 26], "overli": [22, 25], "optimist": [22, 25], "held": [22, 30], "stratifi": 22, "sub_list": [22, 25], "subject_id": 22, "cv_dict": 22, "kfold": 22, "n_fold": 22, "cv": 22, "83": [22, 23], "wow": 22, "outperform": 22, "multicollinear": 22, "xs": 22, "perfect": [22, 24, 26, 30], "consum": [22, 24], "loss": 22, "penal": 22, "spars": 22, "shrink": 22, "elast": 22, "net": 22, "rapidli": 22, "lassocv": 22, "ridge_stat": 22, "ridgeclassifi": 22, "ridgecv": 22, "56": 22, "lasso_cv_stat": 22, "unequ": 22, "overrepres": 22, "class_weight": 22, "misclassifi": 22, "minor": 22, "prevent": 22, "outlin": [22, 24, 25], "groundbreak": 22, "lv51_3jhg_c": 22, "3ixh0fzuaji": 22, "hayn": 22, "ree": 22, "2006": [22, 23], "naselari": 22, "woo": [22, 31], "freeli": [22, 29, 30], "clara": 23, "sava": 23, "segal": 23, "thoma": 23, "botch": 23, "tradit": [23, 29], "vast": 23, "divers": 23, "neurolog": [23, 24], "methodolog": 23, "disjoint": 23, "atla": 23, "interchang": [23, 25], "moghimi": 23, "grai": 23, "programmat": 23, "snippet": 23, "abraham": 23, "fetch": 23, "oxford": 23, "schaefer": 23, "yeo": 23, "aal": 23, "fetch_atlas_harvard_oxford": 23, "fetch_atlas_difumo": 23, "fetch_atlas_msdl": 23, "fetch_atlas_schaefer_2018": 23, "fetch_atlas_a": 23, "fetch_atlas_smith_2009": 23, "fetch_atlas_surf_destrieux": 23, "fetch_atlas_craddock_2012": 23, "fetch_atlas_talairach": 23, "fetch_atlas_yeo_2011": 23, "fetch_atlas_juelich": 23, "fetch_atlas_basc_multiscale_2015": 23, "sym": 23, "lawrenc": 23, "readm": 23, "nativ": 23, "resolut": [23, 24, 29, 31], "aforement": 23, "advent": 23, "macrostructur": 23, "sulci": 23, "gyri": 23, "cytoarchitectur": 23, "mirror": [23, 29], "modern": [23, 24], "entail": [23, 25], "regist": [23, 24, 32], "referenc": 23, "talairach": 23, "tournoux": 23, "1988": 23, "152": 23, "unsurprisingli": 23, "idiosyncrasi": 23, "tzourio": 23, "mazoy": 23, "2002": 23, "landmark": 23, "116": 23, "spm12": 23, "plot_roi": 23, "_slicer": 23, "0x179bd93a0": 23, "tissu": [23, 24], "feed": 23, "level_nam": 23, "110": 23, "alcohol": 23, "probabilist": 23, "registr": [23, 24], "surfac": [23, 24], "fischl": 23, "connectom": 23, "obstacl": 23, "idiosyncraci": 23, "neuroanatomi": [23, 31], "bypass": 23, "aid": [23, 24], "likewis": 23, "morpholog": 23, "cortic": 23, "subcort": 23, "fetch_atla": 23, "262": 23, "atlas_nam": 23, "cort": 23, "maxprob": 23, "thr0": 23, "1mm": 23, "harvard_oxford": 23, "desikan": 23, "killiani": 23, "alzheim": 23, "87": 23, "atrophi": 23, "implant": 23, "refractori": 23, "epilepsi": 23, "intracrani": 23, "ielvi": 23, "notabl": 23, "1x1x1": 23, "tourvil": 23, "dkt": 23, "merg": 23, "desikan_killiani": 23, "neurodata": 23, "desikan_spac": 23, "mni152nlin6_r": 23, "0x2a0914730": 23, "destrieux": 23, "oppos": 23, "neighbor": [23, 24], "readili": 23, "fsaverage5": 23, "map_left": 23, "map_right": 23, "fsaverag": 23, "dk": 23, "fetch_surf_fsaverag": 23, "plot_surf_roi": 23, "infl_left": 23, "roi_map": 23, "hemi": 23, "bg_map": 23, "sulc_left": 23, "bg_on_data": 23, "chose": 23, "pial": 23, "angl": [23, 29], "fingerprint": 23, "passingham": 23, "stephan": 23, "k\u00f6tter": 23, "acknowledg": 23, "craddock": 23, "2012": 23, "600": 23, "fewer": [23, 31], "substandard": 23, "salehi": 23, "light": 23, "braga": 23, "buckner": 23, "absolv": 23, "parcellt": 23, "emploi": 23, "mni152": 23, "thick_7": 23, "thick_17": 23, "thick_": 23, "colors_7": 23, "thin_7": 23, "thin_17": 23, "colors_17": 23, "connected_labels_region": 23, "connected_label_region": 23, "region_label": 23, "756": 23, "incompat": 23, "silenc": 23, "klass": 23, "0x28eaa0df0": 23, "gradient": 23, "gwmrf": 23, "brusqu": 23, "broadli": 23, "hcp": 23, "300": 23, "400": 23, "700": 23, "800": 23, "900": 23, "n_roi": 23, "yeo_network": 23, "resolution_mm": 23, "dataset_": 23, "0x2a2b9a5e0": 23, "shen": 23, "groupwis": 23, "268": 23, "bioimag": 23, "shen_2mm_268_parcel": 23, "0x2a087f1c0": 23, "soft": [23, 25], "mr": 23, "fiber": 23, "pathwai": 23, "premis": 23, "fidel": 23, "topograph": 23, "determinist": 23, "tract": 23, "gyral": 23, "retrograd": 23, "tracer": 23, "inject": 23, "macaqu": 23, "neocortex": 23, "donahu": 23, "invas": 23, "glasser": 23, "360": [23, 24], "210": 23, "anatomi": 23, "topographi": [23, 25], "myelin": 23, "led": [23, 24, 32], "intersubject": [23, 25, 27], "discrep": 23, "mmp": 23, "atlas_glass": 23, "glasser_spac": 23, "4x4x4": 23, "0x28eedb460": 23, "rosen": 23, "halgren": 23, "pubm": 23, "ncbi": 23, "nlm": 23, "nih": 23, "gov": 23, "33483325": 23, "deepli": 23, "macroscal": 23, "disregard": 23, "idioisyncraci": 23, "granular": [23, 25], "transcriptom": 23, "gene": 23, "agranular": 23, "enigma": 23, "opensourc": [23, 33], "genet": 23, "diseas": 23, "larivier": 23, "Being": 24, "amaz": 24, "critic": [24, 29], "qc3rrajwoc4": 24, "slider": [24, 29], "rigid": 24, "cube": 24, "shear": 24, "gap": 24, "reslic": 24, "apply_affin": 24, "from_matvec": 24, "to_matvec": 24, "ndimag": 24, "affine_transform": 24, "map_coordin": 24, "floatslid": [24, 29], "plot_rigid_body_transform": 24, "demo": [24, 25], "fov": 24, "vec": 24, "radian": [24, 29], "rot_axis1": 24, "rot_axis2": 24, "rot_axis3": 24, "i_coord": 24, "j_coord": 24, "k_coord": 24, "meshgrid": 24, "ij": 24, "coordinate_grid": 24, "coords_last": 24, "coords_first": 24, "fig": [24, 29], "set_zlabel": [24, 29], "__main__": [24, 29], "plot_rigid_body_affine_transform": 24, "borrow": 24, "remap": 24, "qj": 24, "theta": [24, 29], "phi": 24, "abcd": 24, "abc": 24, "exact": [24, 26], "m_": 24, "rephras": [24, 30], "inconveni": 24, "isocent": 24, "epi": 24, "roughli": 24, "plot_affine_cost": 24, "square1": 24, "square2": 24, "transformed_squar": 24, "point_x": 24, "point_i": 24, "sse": 24, "350": 24, "set_xtick": 24, "disciplin": [24, 30], "flair": 24, "mutual": 24, "ct": 24, "middl": [24, 31], "literatur": 24, "spuriou": 24, "scrub": 24, "dummi": [24, 32], "warp": 24, "talaraich": 24, "subsum": 24, "montreal": 24, "increasingli": [24, 25], "diffeomorph": 24, "qamrgwsc": 24, "6g": 24, "skull": 24, "surround": 24, "dura": 24, "mater": 24, "grei": 24, "normalizi": 24, "hover": 24, "mous": 24, "pointer": 24, "transit": 24, "mni152nlin2009casym": 24, "flirt": 24, "bbr": 24, "reportlet": 24, "histori": 24, "lanczo": 24, "partial": 24, "plot_gaussian": 24, "viridi": 24, "kwarg": 24, "wire": 24, "plot_wirefram": 24, "plot_surfac": 24, "notimpl": 24, "heard": 24, "chri": [24, 32], "gorgolewski": [24, 32], "art": [24, 32], "protocol": [24, 32], "coregistr": [24, 32], "unwarp": [24, 32], "skullstrip": [24, 32], "steep": [24, 29], "curv": 24, "nonstandard": 24, "tweak": 24, "somebodi": 24, "fsl_": 24, "ants_": 24, "freesurfer_": 24, "afni_": 24, "evolv": 24, "nightmar": 24, "circumv": 24, "releas": 24, "aw": 24, "equip": 24, "data_path": 24, "output_path": 24, "work_path": 24, "processor": 24, "3000": 24, "portabl": 24, "batch": [24, 32], "pb": [24, 30], "gone": 24, "neurostar": [24, 32], "forum": 24, "disagre": 24, "dispar": 25, "nikolau": 25, "kriegskort": 25, "isomorph": 25, "emb": 25, "thornton": [25, 31], "abstract": [25, 26, 30], "inanim": 25, "animaci": 25, "puppi": 25, "rock": 25, "kriegeskort": [25, 27], "euclidean": 25, "proport": [25, 26, 31], "closer": [25, 26, 29, 31], "symmetr": [25, 26], "triangl": 25, "spearman": 25, "van": 25, "baar": 25, "shuffl": [25, 26], "empir": [25, 26, 31], "violat": [25, 30], "exchang": [25, 26], "conserv": [25, 31], "mantel": 25, "IT": 25, "monkei": 25, "_denois": 25, "fine": 25, "stringent": [25, 31], "voxelwis": 25, "bonferroni": 25, "temporarili": 25, "f2": 25, "sne": 25, "umap": 25, "unbound": 25, "out_sim": 25, "mask_tmp": 25, "incorrectli": 25, "n_permut": [25, 26], "motor_sim_r": 25, "rho": 25, "rsa_motor": 25, "black_bg": 25, "cut_coord": 25, "0x7fc04c15bd50": 25, "didn": 25, "recalcul": [25, 26], "all_sub_similar": 25, "all_sub_motor_rsa": 25, "sub_pattern": 25, "sub_pattern_similar": 25, "5000": [25, 26], "rsa_stat": 25, "fdr_p": 25, "rsa_motor_r": 25, "rsa_motor_p": 25, "thr": 25, "coolwarm": 25, "0x7fbf3929acd0": 25, "liber": [25, 31], "uncorrect": [25, 31], "0x7fbf2cd13c90": 25, "parkinson": 25, "accompani": [25, 29, 30, 33], "foreign": 26, "heavili": 26, "amen": 26, "jackknif": 26, "cross": 26, "subsampl": 26, "assess": [26, 31], "population_n": 26, "10000": 26, "distplot": 26, "kde": 26, "sample_n": 26, "ymin": 26, "ymax": 26, "51": 26, "certainti": 26, "n_bootstrap": 26, "bootstrap_mean": 26, "percentil": 26, "quantil": 26, "lower_bound": 26, "upper_bound": 26, "skew": 26, "efron": 26, "1987": 26, "acceler": 26, "n_sampl": [26, 29], "sample_mean": 26, "0x7fc2f92cdf10": 26, "impress": 26, "criterion": 26, "chi": 26, "rerandom": 26, "953": 26, "04": [26, 32], "permute_mean": 26, "p_valu": [26, 31], "00544": 26, "4998": 26, "0004": 26, "swap": 26, "recomput": 26, "mean_1": 26, "std_1": 26, "mean_2": 26, "std_2": 26, "sample_1": 26, "sample_2": 26, "sample1": 26, "sample2": 26, "permute_diff": 26, "permutation_label": 26, "4996": 26, "0008": 26, "996": 26, "ch": 27, "cohen": [27, 29], "preprocss": 27, "hasson": 27, "nummenmaa": 27, "blood": 28, "oxygen": 28, "deep": 28, "textbook": 28, "xsdxxgjejvi": 28, "pxqdjho9fu": 28, "fi5frnsrti4": 28, "jg2wqpgpnm": 28, "mike": 29, "anali": 29, "lecturelet": 29, "hz": 29, "geometr": 29, "inrepret": 29, "dotproduct_": 29, "limits_": 29, "b_i": 29, "scatterplot": 29, "380": 29, "449": 29, "19188650977253": 29, "afterward": 29, "boxcar": 29, "puls": 29, "shifted_kernel": 29, "convolved_sign": 29, "compound": 29, "109": 29, "gari": 29, "haven": 29, "restart": 29, "se": 29, "jag": 29, "9rvzxz46frq": 29, "ft": 29, "peak": 29, "trough": 29, "widget": 29, "plot_oscil": 29, "sampling_frequ": 29, "wspace": 29, "ax1": 29, "add_subplot": 29, "ax2": 29, "polar": 29, "sine_wav": 29, "realist": 29, "fytvhhk3xj0": 29, "gave": 29, "stationar": 29, "wavelet": 29, "intut": 29, "_htcsiea0_u": 29, "x_f": 29, "x_k": 29, "i2": 29, "fk": 29, "imaginari": 29, "1j": 29, "view_init": 29, "250": 29, "travel": 29, "hilbert": 29, "frquenci": 29, "1st": 29, "ceil": 29, "fftfreq": 29, "rhjqvckvopg": 29, "lossless": 29, "fourier_fft": 29, "finit": 29, "fir": 29, "iir": 29, "indefinit": 29, "rippl": 29, "attenu": 29, "roll": 29, "ring": 29, "sharper": 29, "vice": 29, "versa": 29, "filter_ord": 29, "frequency_cutoff": 29, "btype": 29, "rad_sample_to_hz": 29, "plot_filt": 29, "worn": 29, "512": 29, "sharp": 29, "w_so": 29, "h_so": 29, "0x7f95c9a465d0": 29, "0x7f95b9019c90": 29, "permit": [29, 32], "morlet": 29, "lowcut": 29, "highcut": 29, "0x7f95d8e26d50": 29, "0x7f96088bf390": 29, "wed": 30, "pm": 30, "357": 30, "teach": 30, "gr": 30, "mon": 30, "thur": 30, "am": 30, "233": 30, "2a": 30, "tue": 30, "150": 30, "deliv": [30, 33], "schedul": [30, 32, 33], "replic": [30, 33], "consent": 30, "affirm": 30, "hoc": 30, "copyright": 30, "constitut": 30, "prior": 30, "expuls": 30, "behalf": 30, "educ": 30, "deem": 30, "enrol": 30, "herebi": 30, "circumst": 30, "prohibit": 30, "civil": 30, "crimin": 30, "penalti": 30, "law": 30, "slack": 30, "discours": [30, 33], "embed": 30, "cambridg": 30, "supplement": 30, "clarifi": 30, "week": 30, "askpb": 30, "peer": 30, "pod": 30, "compet": 30, "openfmri": 30, "journal": 30, "apa": 30, "11pt": 30, "ariel": 30, "bibliographi": 30, "midnight": 30, "strictli": 30, "adher": 30, "honesti": 30, "dishonesti": 30, "forfeit": 30, "understood": 30, "But": 30, "regurgit": 30, "excus": 30, "dean": 30, "supervisor": 30, "offici": 30, "sponsor": 30, "absenc": 30, "grant": 30, "failur": 30, "roommat": 30, "extracurricular": 30, "accommod": 30, "me": 30, "confidenti": 30, "demand": 30, "counsel": 30, "establish": 30, "employ": 30, "strive": 30, "promot": 30, "sexual": 30, "safeti": 30, "unequivoc": 30, "assault": 30, "harass": 30, "domest": 30, "violenc": 30, "stalk": 30, "toler": 30, "wealth": 30, "faculti": 30, "oblig": 30, "disclosur": 30, "profession": 30, "psychologist": 30, "staff": [30, 33], "rape": 30, "crisi": 30, "ordain": 30, "clergi": 30, "dartgo": 30, "titleix_resourc": 30, "deputi": 30, "guarini": 30, "Their": 30, "aalim9": 31, "pk": 31, "h_0": 31, "mistakenli": 31, "familywis": 31, "fwer": 31, "geq": 31, "underpow": 31, "grid_width": 31, "n_subject": 31, "counter": 31, "pixel": 31, "t_valu": 31, "threshold_typ": 31, "plot_grid_simul": 31, "n_simul": 31, "0001": 31, "sim_al": 31, "run_multiple_simul": 31, "fpr": 31, "axhlin": 31, "0x7feb9fc76290": 31, "signal_width": 31, "signal_amplitud": 31, "furthest": 31, "recoveri": 31, "unreason": 31, "truli": 31, "mxqeedvnihg": 31, "rft": 31, "euler": 31, "characterist": 31, "blob": 31, "hole": 31, "resel": 31, "somewhat": 31, "todai": 31, "brett": 31, "chapter": 31, "nomin": 31, "furthermor": 31, "pinpoint": 31, "weak": 31, "smith": 31, "parameter": 31, "alphasim": 31, "3dclustsim": 31, "10k": 31, "gold": 31, "gpu": 31, "broccoli": 31, "_run_permut": 31, "isfit": 31, "threshold_simul": 31, "w9ogbo4geza": 31, "benjamini": 31, "hochberg": 31, "leq": 31, "corrected_threshold": 31, "00030256885357668906": 31, "00034": 31, "000005": 31, "consequ": 31, "multiple_fdr": 31, "pitfal": 31, "n7iittt8hru": 31, "threshold_dict": 31, "unc": 31, "thr_t": 31, "conclud": 31, "stai": 31, "005": 31, "mijin": 32, "kwon": 32, "era": 32, "wu": 32, "andi": 32, "jahn": 32, "dbic": 32, "cn": 32, "administr": 32, "andrew": 32, "connolli": 32, "dataaccess": 32, "heudiconv": 32, "yarik": 32, "headnod": 32, "slurm": 32, "wifi": 32, "ssh": 32, "gui": 32, "tunnel": 32, "linux": 32, "mobaxterm": 32, "xserver": 32, "sftp": 32, "secur": 32, "putti": 32, "disocv": 32, "likilihood": 32, "dartf": 32, "psych160": 32, "simg": 32, "singularitli": 32, "brows": 32, "serial": 32, "fastest": 32, "bash": 32, "example_slurm_fmriprep": 32, "fmriprep_resources_path": 32, "mem": 32, "4gb": 32, "fmriprep_log": 32, "fmriprep_error": 32, "notif": 32, "mail": 32, "03": 32, "slurm_array_task_id": 32, "bids_dir": 32, "output_dir": 32, "work_dir": 32, "with_container_and_licens": 32, "cleanenv": 32, "nproc": 32, "slicetim": 32, "discard": 32, "disdaq": 32, "fourth": 32, "monitor": 32, "cancel": 32, "niprep": 32, "darmouth": 32, "thesi": 33, "pursu": 33, "exam": 33, "nsf": 33, "career": 33, "award": 33, "1848370": 33, "thank": 33, "arnold": 33, "william": 33, "hamblen": 33, "christian": 33, "darabo": 33, "hudson": 33}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"spring": [0, 2], "2019": 0, "self": 0, "referenc": 0, "With": [0, 12], "meme": 0, "ffa": 0, "activ": [0, 1, 3, 4], "while": 0, "view": [0, 3, 12], "fall": [1, 3, 4, 30], "2020": [1, 2], "similar": [1, 2, 25], "brain": [1, 3, 4, 18, 25, 31], "pattern": [1, 22, 25], "after": 1, "social": [1, 3], "isol": 1, "food": 1, "depriv": 1, "noun": 1, "verb": 1, "adject": 1, "adverb": 1, "an": [1, 5], "investig": 1, "syntact": 1, "local": 1, "us": [1, 3, 5, 11, 15, 16, 29, 32], "fmri": [1, 28], "The": [2, 3, 18], "import": [2, 22], "neural": 2, "encod": 2, "recal": 2, "its": 2, "correl": [2, 5], "semant": 2, "music": 2, "depress": 2, "A": [2, 23], "multivari": [2, 5, 22], "predict": [2, 22], "classif": [2, 22], "analysi": [2, 5, 11, 12, 16, 25, 30], "represent": [2, 25], "2021": 3, "numb": 3, "world": 3, "desensit": 3, "emot": [3, 4], "stimuli": [3, 4, 25], "over": 3, "time": [3, 8, 29, 30], "synchron": 3, "vmpfc": 3, "across": 3, "particip": [3, 24, 30], "dure": 3, "naturalist": [3, 4], "stimul": 3, "highli": 3, "affect": 3, "empathi": 3, "region": [3, 4, 5, 9, 11, 31], "associ": 3, "real": 3, "imag": [3, 9, 18, 24, 28], "compar": [3, 9, 11, 29, 31], "data": [3, 7, 9, 10, 11, 12, 15, 18, 19, 22, 24, 32], "effect": [3, 5, 11], "respons": 3, "level": [3, 5, 11], "issu": 3, "polit": 3, "healthcar": 3, "2022": [4, 30], "probe": 4, "default": 4, "mode": 4, "network": [4, 15], "intersubject": 4, "inter": [4, 8], "run": [4, 11, 15, 24, 32], "analys": [4, 31], "inform": 4, "process": [4, 9, 11, 29, 31], "jibaro": 4, "synchroni": 4, "interest": 4, "connect": 5, "function": [5, 10, 21, 23, 24], "seed": 5, "voxel": [5, 8, 9], "psychophysiolog": 5, "interact": [5, 15, 20], "dynam": 5, "structur": [5, 11, 23], "equat": 5, "model": [5, 8, 9, 11], "granger": 5, "causal": 5, "decomposit": 5, "princip": 5, "compon": [5, 12, 16], "independ": [5, 11, 12, 16], "graph": 5, "theori": 5, "exercis": [5, 8, 9, 11, 12, 18, 19, 20, 21, 22, 24, 29, 31], "1": [5, 7, 8, 9, 11, 18, 19, 20, 22, 24, 29, 31], "let": 5, "s": 5, "calcul": 5, "base": [5, 10], "differ": [5, 9, 11, 23, 29], "roi": 5, "right": 5, "motor": [5, 9], "cortex": 5, "2": [5, 7, 8, 9, 11, 18, 19, 20, 22, 29, 31], "group": [5, 11, 19, 25, 31], "thi": [5, 6, 8, 33], "3": [5, 7, 8, 9, 11, 18, 19, 29, 31], "ica": [5, 12, 16], "4": [5, 7, 8, 9, 29], "eigenvector": 5, "central": 5, "each": [5, 29], "5": [5, 30], "theoret": 5, "contribut": 6, "get": [6, 7], "start": [6, 17], "licens": [6, 33], "book": [6, 33], "download": [7, 32], "datalad": [7, 32], "instal": [7, 17], "mac": 7, "unix": 7, "oper": [7, 18, 19, 21], "system": [7, 15], "window": 7, "python": [7, 10, 16, 17, 21], "git": 7, "annex": 7, "path": 7, "separ": [7, 12], "basic": [7, 18, 28, 29, 32], "drop": 7, "ha": 7, "api": 7, "cours": [7, 8, 17, 33], "preprocess": [7, 12, 24, 32], "introduct": [8, 14, 16, 17, 18, 19, 20, 21, 23], "gener": [8, 20, 22, 28], "linear": [8, 9, 11], "ar": [8, 9, 11, 31], "you": [8, 29], "readi": 8, "simul": [8, 16, 29, 31], "construct": 8, "design": [8, 9, 11], "matrix": [8, 9], "estim": [8, 9, 29], "glm": [8, 9], "standard": 8, "error": [8, 31], "explain": 8, "varianc": [8, 9, 11], "beta": 8, "statist": [8, 10, 11, 26], "signific": 8, "contrast": [8, 9, 11], "effici": 8, "vari": 8, "trial": 8, "interv": 8, "jitter": 8, "autocorrel": 8, "what": [8, 15], "happen": 8, "when": 8, "we": [8, 22], "signal": [8, 12, 16, 28, 29], "amplitud": 8, "nois": [8, 9, 12, 29], "how": [8, 9, 15, 22], "mani": 8, "do": [8, 15, 22], "need": [8, 15], "impact": [8, 9], "stimulu": 8, "durat": 8, "singl": [9, 11, 25], "subject": [9, 11, 25], "dataset": [9, 18], "build": 9, "hrf": 9, "convolut": [9, 29], "multicollinear": 9, "inflat": 9, "factor": [9, 20], "orthogon": 9, "nuisanc": 9, "variabl": [9, 21], "filter": [9, 29], "intercept": [9, 11], "trend": 9, "covari": 9, "smooth": [9, 24], "all": 9, "save": [9, 20], "which": [9, 11, 31], "more": [9, 11, 12, 31], "involv": [9, 11, 31], "visual": [9, 11, 29, 31], "auditori": [9, 11, 31], "sensori": [9, 11, 31], "number": [9, 11, 21, 31], "word": [9, 11, 31], "cognit": 9, "e": 9, "g": 9, "languag": 9, "math": [9, 21], "your": [9, 17], "result": [9, 32], "kernel": 9, "glossari": 10, "jupyt": [10, 15, 17, 21], "cell": 10, "magic": 10, "panda": [10, 19, 20], "numpi": [10, 19], "scipi": 10, "matplotlib": [10, 20], "seaborn": [10, 20], "scikit": 10, "learn": 10, "networkx": 10, "nibabel": [10, 18], "nilearn": [10, 18, 23], "nltool": [10, 18], "class": [10, 22, 30], "adjac": 10, "brain_data": [10, 18], "design_matrix": 10, "miscellan": 10, "hierarch": 11, "mix": 11, "first": 11, "second": 11, "summari": [11, 23], "between": [11, 23], "One": [11, 26], "sampl": [11, 26], "t": 11, "test": [11, 25, 26], "matric": 11, "dummi": 11, "code": [11, 30], "pair": 11, "quadrat": 11, "gender": 11, "from": [12, 15], "load": [12, 18, 19], "instructor": [13, 30], "professor": 13, "teach": 13, "assist": 13, "neuroimag": [14, 18], "lectur": [14, 30], "high": [15, 24, 29], "perform": [15, 24], "comput": [15, 17, 24], "dartmouth": 15, "hpc": [15, 32], "discoveri": [15, 31, 32], "cluster": [15, 31], "layout": [15, 20], "research": 15, "team": 15, "dbic": 15, "resourc": [15, 22, 32], "pb": 15, "i": 15, "access": [15, 23, 32], "campu": 15, "ssh": 15, "termin": 15, "navig": 15, "linux": 15, "bash": 15, "text": 15, "editor": 15, "bashrc": 15, "bash_profil": 15, "acl": 15, "permiss": 15, "where": 15, "my": 15, "store": 15, "dart": 15, "fs": 15, "file": 15, "scratch": 15, "space": [15, 25, 28, 30], "transfer": 15, "manag": [15, 21], "softwar": [15, 18], "modul": [15, 21], "conda": 15, "contain": [15, 21], "job": [15, 32], "slurm": 15, "common": 15, "command": 15, "request": 15, "batch": 15, "arrai": 15, "multipl": 15, "onc": 15, "monitor": 15, "schedul": [15, 27], "etiquett": 15, "can": [15, 29], "notebook": [15, 17, 21], "have": 15, "addit": [15, 22], "question": [15, 33], "askpb": 15, "handbook": 15, "refer": [15, 17, 24, 32], "simpl": [16, 18], "overlap": 16, "tempor": 16, "spatial": [16, 23, 24], "other": [16, 23, 24], "consider": 16, "jupyterhub": 17, "login": 17, "server": 17, "open": 17, "copi": 17, "altern": 17, "own": 17, "jupter": 17, "packag": [17, 18, 21], "plot": [17, 18, 20], "atlas": [17, 23], "bid": 18, "specif": 18, "bidslayout": 18, "manipul": 18, "arithmet": 18, "object": 19, "seri": [19, 29], "datafram": 19, "wai": 19, "check": 19, "describ": 19, "deal": 19, "miss": [19, 30], "valu": [19, 22], "creat": [19, 29, 32], "new": 19, "column": 19, "index": 19, "slice": 19, "kei": [19, 20], "integ": 19, "boolean": 19, "renam": 19, "row": 19, "merg": 19, "concaten": 19, "groupbi": 19, "transform": [19, 24, 29], "reshap": 19, "melt": 19, "pivot": 19, "homework": [19, 30], "concept": [20, 22], "lineplot": 20, "scatterplot": 20, "histogram": 20, "bar": 20, "3d": 20, "custom": 20, "heatmap": 20, "errorbar": 20, "plotli": 20, "bokeh": 20, "altair": 20, "program": 21, "string": 21, "logic": 21, "condit": 21, "loop": 21, "list": 21, "dictionari": 21, "tupl": 21, "set": [21, 32], "find": 21, "even": 21, "maxim": 21, "rang": 21, "duplic": 21, "speed": 21, "ticket": 21, "fine": 21, "why": 22, "mvpa": 22, "extract": 22, "featur": [22, 25], "select": 22, "cross": 22, "valid": 22, "regular": 22, "lasso": 22, "regress": 22, "l1": 22, "ridg": 22, "l2": 22, "determin": 22, "penalti": 22, "imbal": 22, "biomark": 22, "vertic": 22, "vs": 22, "horizont": 22, "checkerboard": 22, "parcel": 23, "scale": 23, "quick": [23, 24], "note": 23, "label": 23, "neuroparc": 23, "scheme": 23, "anatom": [23, 24], "form": 23, "mention": 23, "here": 23, "cost": 24, "realign": 24, "normal": 24, "t1w": 24, "align": 24, "mri": 24, "fmriprep": [24, 32], "primer": 24, "output": 24, "limit": 24, "inspect": [24, 32], "html": 24, "rsa": 25, "overview": [25, 33], "embed": 25, "map": [25, 31], "relationship": 25, "onto": 25, "hypothesi": 25, "infer": 25, "resampl": 26, "bootstrap": 26, "permut": 26, "two": 26, "mr": 28, "physic": 28, "format": [28, 30], "k": 28, "bold": 28, "physiolog": 28, "domain": 29, "dot": 29, "product": 29, "oscil": 29, "frequenc": 29, "discret": 29, "fourier": 29, "complex": 29, "sine": 29, "wave": 29, "bank": 29, "coeffici": 29, "invers": 29, "fast": 29, "theorem": 29, "pass": 29, "low": 29, "bandpass": 29, "band": 29, "stop": 29, "7": 29, "show": 29, "identifi": 29, "fft": 29, "remov": 29, "one": 29, "bandstop": 29, "reconstruct": 29, "origin": 29, "syllabu": 30, "AND": 30, "zoom": 30, "meet": 30, "commun": 30, "textbook": 30, "read": 30, "15": 30, "grade": 30, "30": 30, "method": 30, "flash": 30, "talk": 30, "exam": 30, "20": 30, "project": 30, "classroom": 30, "polici": 30, "honor": 30, "plagiar": 30, "assign": 30, "late": 30, "disabl": 30, "mental": 30, "health": 30, "religi": 30, "observ": 30, "titl": 30, "ix": 30, "threshold": 31, "famili": 31, "wise": 31, "rate": 31, "extent": 31, "free": 31, "parametr": 31, "nonparametr": 31, "approach": 31, "fals": 31, "fdr": 31, "bonferroni": 31, "correct": 31, "rolando": 32, "log": 32, "up": 32, "befor": 32, "singular": 32, "freesurf": 32, "licenc": 32, "decid": 32, "type": 32, "batchscript": 32, "submit": 32, "goal": 33, "acknowledg": 33}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 6, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 56}}) \ No newline at end of file