Tutorial stats 011422: Difference between revisions

From MEG Core
Jump to navigation Jump to search
Content added Content deleted
(Created page with "!!UNDER CONSTRUCTION!!")
 
No edit summary
Line 1: Line 1:
!!UNDER CONSTRUCTION!!
=!!UNDER CONSTRUCTION!!=

== Afni Prep ==
=== Install Afni on computer: ===
https://afni.nimh.nih.gov/pub/dist/doc/htmldoc/background_install/install_instructs/index.html

== MNE Python ==
=== Install MNE Python ===
conda install mamba -y
mamba create -n tutorial_stats conda-forge::mne conda-forge:datalad -y
conda activate tutorial_stats

=== Download the data ===
git clone ------- data repo
cd ----
datalad get ./*

Revision as of 17:14, 4 January 2022

!!UNDER CONSTRUCTION!!

Afni Prep

Install Afni on computer:

 https://afni.nimh.nih.gov/pub/dist/doc/htmldoc/background_install/install_instructs/index.html

MNE Python

Install MNE Python

 conda install mamba -y
 mamba create -n tutorial_stats conda-forge::mne conda-forge:datalad -y
 conda activate tutorial_stats

Download the data

 git clone ------- data repo
 cd ----
 datalad get ./*