caofeizhen / brain_atlas

里面有各种各样的地图集和标签

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

revellLab

Add this repository to python path:

  1. Locate where this GitHub repository is stored on you computer. Example: /media/arevell/sharedSSD/linux/revellLab
  2. Add this to your ~/.bashrc file (make sure to change the path above): export PYTHONPATH=$PYTHONPATH:/media/arevell/sharedSSD/linux
  3. Now you can import any packages in this repository. Example: from revellLab.packages.eeg.echobase import echobase; import numpy as np; echobase.plot_adj(np.random.rand(5,5))

About

里面有各种各样的地图集和标签


Languages

Language:Python 77.1%Language:Shell 10.1%Language:JavaScript 7.0%Language:R 3.5%Language:Batchfile 1.7%Language:HTML 0.6%