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
144 stars 135 forks source link

Documentation changes (esp. reference.rst) additional __getitem__() function (object.__getattribute__()) for netParams and simConfig. #743

Closed jchen6727 closed 1 year ago

jchen6727 commented 1 year ago
jchen6727 commented 1 year ago

Documentation update: -- added documentation to doc/source/reference.rst netpyne/cell/pointCell.py and netpyne/network/stim.py regarding patterned VecStim creation ('rhythmic', 'evoked', 'poisson' and 'gauss')

-- documentation to 'xRange', 'yRange', 'zRange' to netpyne/network/pop.py (to find handler for those parameters)

-- by adding __getitem__() function for netParams and simConfig, allows for simpler crawling through each parameter dictionary through sequential calls to [ ] or function . (handled through `object.getattribute(self, ...) for now)