suny-downstate-medical-center / netpyne

A Python package to facilitate the development, parallel simulation, optimization and analysis of multiscale biological neuronal networks in NEURON.

Home Page:http://www.netpyne.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow generic stimulations to be specified with stimSourceParams

joewgraham opened this issue · comments

Currently, the only stimulations that can be specified in NetPyNE are the builtin NEURON stims. It would be useful to allow any valid stim mod file to be specified with stimSourceParams instead of inserting a point process.

See this forum conversation for more details:
https://groups.google.com/g/netpyne-forum/c/hfkLyvuoV_g

This already existed, just there was a bug in properly loading the exotic stim parameters/values. Fixed with this commit: 4305ba7