Search found 2 matches
- Mon Aug 05, 2013 10:11 am
- Forum: The GUI
- Topic: Is there a "restore to initiation defaults" command?
- Replies: 1
- Views: 9216
Is there a "restore to initiation defaults" command?
I have designed a few experimental designs, each exported to its own session (*.ses) file. I am now writing some code which iterates over the scenarios and save some parameters of the current simulation. An example for such scenarios are : (a) Load morphology 1 and inject current at dend[200] for 10...
- Tue Jul 02, 2013 9:21 am
- Forum: NEURON + Python
- Topic: .Shape() does not result until end of execution
- Replies: 0
- Views: 4573
.Shape() does not result until end of execution
My scenario is as such : I am loading a morphology (an exported swc file), create a *shape* graph of the morphology and would like to iterate over the dendrite's branches coloring each in its turn. The code that performs the task is as follows : from neuron import * from nrn import * from time impor...