Skip to content

2. Data input and output in Python

Kaihua Chen edited this page Oct 2, 2022 · 14 revisions

Procedures to read fMRI data in Python

Example data are at:

  1. Perspective-taking fMRI: /space_lin2/fhlin/perspective

  2. Human connectome project: /space_lin1/hcp

0. Python environment

source /space_lin2/kaihua/.bashrc
conda --version

conda activate base

conda activate py36

1. Read in-house fMRI data

1.1 NII format

1.2 STC format

2. Read Human Connectome Project data

Clone this wiki locally