Search found 9 matches
- Thu Mar 30, 2023 1:30 pm
- Forum: NEURON + Python
- Topic: "Linear Circuits Builder" programmatically (Python)
- Replies: 0
- Views: 70678
"Linear Circuits Builder" programmatically (Python)
Dear All, a (very) long time ago, I used the "Linear Circuit Builder" for simulating a (fancy) extracellular electrode ( https://senselab.med.yale.edu/ModelDB/showmodel.cshtml?model=112086&file=/giuglianoEtAl2007/readme.html ). Today, I would love to expand on that idea and make a more...
- Sat Mar 19, 2022 4:53 am
- Forum: The GUI
- Topic: Problem plotting PlotShape
- Replies: 16
- Views: 92755
Re: Problem plotting PlotShape
Same problem, under macOs (python 3.9.10) using NEURON 8.0.0 HEAD (429d11ef) 2021-04-30 :-(
I also get the same under Linux (python 3.9.7, same NEURON version).
I also get the same under Linux (python 3.9.7, same NEURON version).
- Sun Feb 09, 2020 5:07 am
- Forum: Getting started
- Topic: finitialize() not working?
- Replies: 2
- Views: 24771
Re: finitialize() not working?
Thank you for your precious answer.
- Sat Feb 08, 2020 10:10 am
- Forum: Getting started
- Topic: finitialize() not working?
- Replies: 2
- Views: 24771
finitialize() not working?
I am preparing a simple PYTHON-NEURON tutorial and found I am unable to use finitialize() properly. In the minimal code, below, the initial condition set by finitialize(-100) is ignored and the simulated voltage trace starts at -65mV. Why? Can anybody help me, understanding where is my mistake? Than...
- Thu Aug 09, 2018 11:45 am
- Forum: Adding new mechanisms and functions to NEURON
- Topic: HOC kernel for Jupyter
- Replies: 3
- Views: 7824
Re: HOC kernel for Jupyter
Yes, it would be a terrific idea and similarly it would be nice to have the graphs appear inline.
- Thu Aug 09, 2018 6:45 am
- Forum: Adding new mechanisms and functions to NEURON
- Topic: Computational Optogenetics: modelling ChR2 in NMODL
- Replies: 2
- Views: 6627
Computational Optogenetics: modelling ChR2 in NMODL
Dear All, I implemented the channelrhodopsin model ChR2 (H134R mutant), described in a recent PLoS Comp Biology paper[1], as a nonspecific current mechanism. I have then shared this model on ModelDB (accession number 244414; to become public in the coming days). Given my limited proficiency in NEURO...
- Mon Aug 06, 2018 3:11 pm
- Forum: Getting started
- Topic: Creation of channelrhodopsin2 using Neuron
- Replies: 12
- Views: 29800
[BUG FOUND!] Re: Creation of channelrhodopsin2 using Neuron
Posting in a prestigious forum as this one has strange (positive) effects: debugging occurs telepathically ;-)))))) I have now solved my (presumed) numerical instability upon removing one of the o.d.e. describing the kinetic scheme: they are NOT all independent and NEURON probably was annoyed by my ...
- Mon Aug 06, 2018 12:33 pm
- Forum: Getting started
- Topic: Creation of channelrhodopsin2 using Neuron
- Replies: 12
- Views: 29800
Re: Creation of channelrhodopsin2 using Neuron
Presumably this would be a re-implementation with NEURON of a previously published model. Several such models have been published--which one do you have in mind? Are you familiar with Williams JC, Xu J, Lu Z, Klimas A, Chen X, Ambrosi CM, Cohen IS, and Entcheva E Computational Optogenetics: Empiric...
- Fri Aug 18, 2006 12:19 pm
- Forum: Other questions
- Topic: Custom extracellular plane, Poisson equation and dft..
- Replies: 2
- Views: 7261
Custom extracellular plane, Poisson equation and dft..
I need to implement and simulate a network of multi-compartmental neurons, "sitting" on a conductive film (e.g. a giant substrate metallic/non-metallic microelectrode). Mathematically I know I need to solve a 2D Poisson equation, specifying ad-hoc current sources and sinks (not uniformly d...