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.
For runing main.py script you need prepare your enviroment before:
- Install ipython documentation here.
- Install NEURON with Python
- Install OpenGL for python. For ubuntu you can run this
sudo apt-get install python-opengl
- Install PyQt 4. For ubuntu you can run
sudo apt-get install python-qt4
- Clone repository run this
git clone https://github.com/openworm/Sibernetic-NEURON.git
- Than you can run application
python main.py