Search found 2 matches

by hjunji21
Tue Jun 05, 2018 5:29 pm
Forum: Anatomically detailed models
Topic: importing .asc (Neurolucida ASCII) files with Python
Replies: 4
Views: 15459

importing .asc (Neurolucida ASCII) files with Python

Hello all, As NEURON user, I am very beginner. Thus, I have been facing several problems to deal with the use. In my work, I need to simulate the membrane dynamics considering in a sample of 91 *.asc morphologies. Therefore, I have to import such *.asc morphologies to NEURON and set the "experi...
by hjunji21
Tue Apr 24, 2018 11:19 am
Forum: Anatomically detailed models
Topic: CellBuilder changes
Replies: 6
Views: 8759

Re: CellBuilder changes

Hello all! I am just a beginner here. So, I have had some difficulties to deal with some commands... I included the following code into mine: proc mostdistal() { local i, imax, maxdist distance(0,0) // set origin imax = -1 maxdist = 0 for i = 0, ndend-1 dend[i] { if (distance(1) > maxdist) { imax = ...