8000 GitHub - seanm/simnibs: Simulation of Non-Invasive Brain Stimulation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

seanm/simnibs

 
 

Repository files navigation

SimNIBS

SimNIBS Fronpage The main goal of SimNIBS is to calculate electric fields caused by Transcranial Electrical Stimulation (TES) and Transcranial Magnetic Stimulation (TMS).

The pipeline is divided in three parts:

  1. Automatic segmentation of MRI images and meshing to create individualized head models
  2. Calculation of electric fields through the Finite Element Method (FEM)
  3. Post-processing of results for further analysis.

Build Status

Linux Windows MacOS
Build Status Build Status Build Status

Getting Started

SimNIBS runs on 64bit Windows, Linux and MacOS machines. Please visit the SimNIBS website for instructions on how to download and install SimNIBS.

Installation for development

After cloning the repository:

conda env create -f environment_.yml -n <name_of_my_environment>
conda activate <name_of_my_environment>
python -m pip install --editable .
python simnibs/cli/link_external_progs.py

Authors

Please see the SimNIBS website for a complete list of contributors.

3rd Party Files

We have included code or binaries from the following project to this repository:

For a full list of files and licenses, please see the 3RD-PARTY.md file

About

Simulation of Non-Invasive Brain Stimulation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.7%
  • C 14.1%
  • MATLAB 8.5%
  • Cython 3.5%
  • C++ 0.8%
  • NSIS 0.2%
  • Other 0.2%
0