openworm/sibernetic_NEURON

Name: sibernetic_NEURON

Owner: OpenWorm

Description: Interface between Sibernetic and NEURON simulator

Created: 2015-05-25 08:41:08.0

Updated: 2016-08-26 03:51:04.0

Pushed: 2016-12-19 17:26:48.0

Homepage:

Size: 201

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Sibernetic-NEURON

Main information

Sibernetic-NEURON using python-NEURON interface for interraction with NEURON simulator. Script is using model from *.hoc file (stored in model folder) which is loading into NEURON and than run. OpenGL is using for drawing result of simulation on the screen on scene. Reults is representing as 3D model showing model you can rotate or scaling it. Red color of segment indicates changes of voltage of in thsi segment. Brightnes depends on value of voltage in current moment.

Running (Linux/mac)

For runing main.py script you need prepare your enviroment before:

  1. Install ipython documentation here.
  2. Install NEURON with Python
  3. Install OpenGL for python. For ubuntu you can run this `sudo apt-get install python-opengl`
  4. Install PyQt 4. For ubuntu you can run `sudo apt-get install python-qt4`
  5. Clone repository run this `git clone https://github.com/openworm/Sibernetic-NEURON.git`
  6. Than you can run application `python main.py`

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.