文件名称:pycortex:Pycortex是基于python的工具包,用于fMRI数据的表面可视化
文件大小:61.65MB
文件格式:ZIP
更新时间:2024-05-18 03:13:58
python neuroimaging fmri surface-visualization JavaScript
皮层 Pycortex是一个软件库,可让您可视化皮层表面上的fMRI或其他体积神经影像数据。 安装 要安装pycortex的稳定发行版,请执行以下操作: # First, install some required dependencies (if not already installed) pip install -U setuptools wheel numpy cython # Install the latest release of pycortex from pip pip install -U pycortex 如果您想安装pycortex的开发版本,则可以直接从Github安装它。 为此,将以下第二条安装行替换为: # Install development version of pycortex from github pip install -U git+g