https://github.com/openworm/sibernetic_neuron
Interface between Sibernetic and NEURON simulator
https://github.com/openworm/sibernetic_neuron
Last synced: about 1 year ago
JSON representation
Interface between Sibernetic and NEURON simulator
- Host: GitHub
- URL: https://github.com/openworm/sibernetic_neuron
- Owner: openworm
- License: other
- Created: 2015-05-25T08:41:08.000Z (about 11 years ago)
- Default Branch: development
- Last Pushed: 2016-12-19T17:26:48.000Z (over 9 years ago)
- Last Synced: 2025-03-22T19:42:44.038Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 196 KB
- Stars: 5
- Watchers: 15
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](http://ipython.org/install.html).
2. Install [NEURON with Python](http://www.davison.webfactional.com/notes/installation-neuron-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```
4. Clone repository run this ```git clone https://github.com/openworm/Sibernetic-NEURON.git```
6. Than you can run application ```python main.py```