GithubHelp home page GithubHelp logo

simnibs-coils's Introduction

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 (for all platforms except arm64 Macs):

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

NOTE

Currently on arm64 Macs it is only possible to build by creating an x86_64 environment. To do so, replace the first command above with:

conda env create -f environment_.yml -n <name_of_my_environment> --platform osx-64

If the --platform argument is not available in your version of conda, use

CONDA_SUBDIR=osx-64 conda env create -f environment_.yml -n <name_of_my_environment>
conda env config vars set CONDA_SUBDIR=osx-64 -n <name_of_my_environment>

The latter command ensures that new packages are also installed from the osx-64 subdir in this environment.

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

simnibs-coils's People

Contributors

axthi avatar guilhermebs avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.