SEEG脚本
该存储库包含主要使用mne-python的stereotactic-EEG(SEEG)的预处理和分析脚本。 有两种主要的数据格式: Raw和Epoch 。
特征
语言:Python
软件包:mne-python,numpy,光谱连接,matplotlib,visbrain,pandas等
操作系统:Windows,Linux,MacOs
开始吧
首先,使用Anaconda或python本身创建一个python环境。
如果您有Anaconda或Miniconda,则只需键入以下命令
在您的终端中conda create -n [enve name] python=3.7
或者您可以从下载python 3.7(或更高版本)
然后输入python -m venv [enve name]
其次,使用requirements.txt安装所需的软件包。
键入pip insta
2022-12-14 15:29:57
11KB
Python
1