suny-downstate-medical-center / netpyne

A Python package to facilitate the development, parallel simulation, optimization and analysis of multiscale biological neuronal networks in NEURON.
http://www.netpyne.org
MIT License
142 stars 134 forks source link

Update cell input functions in netpyne/cell/inputs.py and user reference #781

Closed jchen6727 closed 8 months ago

jchen6727 commented 9 months ago

@aranega @salvadord Since stop is used more I guess to document and use around that kwarg?

salvadord commented 9 months ago

note that these external inputs were first implemented to reproduce the HNN model (http://hnn.brown.edu), and some of the kwarg labels were borrowed from their code. We have some models that already use these inputs, so we would need to adapt these models accordingly to ensure backward compatibility. The main model to modify is here: https://github.com/jonescompneurolab/hnn/tree/hnn2/hnn_models

jchen6727 commented 8 months ago

okay, checked, w/ stop and stop without changing the internal control flow.