Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 494 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 494 Bytes

NetPyNE_Project

Network model of spinal dorsal horn by L Medlock & M Mazar

Cell models are in folder 'cells' which contains the .mod, .hoc, and .py files
Excitatory Neurons --> single and delayed spiking (specified in netParams)
Inhibitory Neurons --> ais_model.py (for tonic spiking, detailed morphology)

To run the model...
In bash terminal:

  1. cd to directory (../NetPyNE-Project)
  2. compile .mods using >> nrnivmodl mods

Open iPython (interactive):
3. >> run init.py