Search found 34 matches

by ubartsch
Mon Oct 23, 2006 5:19 pm
Forum: Modeling networks
Topic: parallel network simulations and random processes
Replies: 3
Views: 6283

Hi, Sorry I guess I posted a bit too much code and actually missed the essential bit. I initialise the random process right before I call pnm.create(), which calls the obfunc that creates the cells. Willl that make sure that the that the seed from ranind is used in the obfunc? Here is the code bit t...
by ubartsch
Mon Oct 23, 2006 1:21 pm
Forum: Modeling networks
Topic: parallel network simulations and random processes
Replies: 3
Views: 6283

parallel network simulations and random processes

Hi, I am trying to parallelise a network model I had used previously, as we are now in the lucky situation to have a beowulf cluster available for simulations. I have adapted my network model based on a few examples posted in ModelDB (especially the parallel olfactory bulb network model.) I am curre...
by ubartsch
Wed Mar 29, 2006 10:08 am
Forum: Suggestions and Feedback
Topic: NEURON Wiki?
Replies: 7
Views: 40295

NEURON Wiki!

Hi, I personally would go along with detlefvonberg who pointed out that Wiki is both flexible enough to let users easily contribute to the knowledge base but has mechanisms to protect final versions of content from being modified. Further on I was not thinking of "just another" place to lo...
by ubartsch
Thu Mar 16, 2006 6:28 am
Forum: Suggestions and Feedback
Topic: NEURON Wiki?
Replies: 7
Views: 40295

NEURON Wiki?

Hi NEURON users, As a NEURON beginner it is quite hard to find a solution to a specific problem either if I have a problem with writing hoc code or using the gui. I do know all the places to look at (programmers reference, NEURON site at Yale/Duke, NEURONDB, tutorials, manuals, NEURON Book), but as ...
by ubartsch
Tue Feb 07, 2006 12:38 pm
Forum: Anatomically detailed models
Topic: importing "Amaral format" morphometric data
Replies: 2
Views: 7276

importing "Amaral format" morphometric data

Hi this is about importing again: I received a file reconstructed cell which was used in Neuron simulations (possibly an earlier version). It seems to be in .swc format. Unfortunately the import through the 3d import tool doesnt work (and cvapp cant read the file either). I tried to change the first...
by ubartsch
Fri Oct 28, 2005 2:11 pm
Forum: Other questions
Topic: general: NEURON & CONDOR
Replies: 2
Views: 4674

general: NEURON & CONDOR

Hi! We are trying to use Condor for running Neuron jobs on a grid of linux machines. My rather general questions are: 1) Has anyone ever tried to use Neuron with Condor? 2) It is required that all jobs submitted to nodes in the grid use a statically linked executable. Is is possible to "compile...
by ubartsch
Tue Sep 27, 2005 8:04 am
Forum: Modeling networks
Topic: how to use SaveState()?
Replies: 18
Views: 26243

Another error occurs when restoring the savestate of a single cell modell (save state after running, write to file, open in a modified copy hoc to read state): Assertion failed: file ../nrncvode/netcvode.cpp, line 3594 /usr/local/nrn/x86_64/bin/nrniv: cursize_ < vrd->t_->capacity() in pfc_pc.hoc ne...
by ubartsch
Mon Sep 26, 2005 5:57 am
Forum: Modeling networks
Topic: how to use SaveState()?
Replies: 18
Views: 26243

Sorry, I guess I have to clarify this: If I use savestate in the sugessted way (and using the modified init proc from above, t=0 commented out, in the hoc that opens the state): ... IBnetstate = new SaveState() IBnetstate.save() ... I do get this error during saving the state: /usr/local/nrn/x86_64/...
by ubartsch
Sat Sep 24, 2005 12:20 pm
Forum: Modeling networks
Topic: how to use SaveState()?
Replies: 18
Views: 26243

I do admit the code above is not very elegant... Anyhow, an altered version of that code seems to save the state but the problem remains that this state saved by neuron is not readable to that same version of neuron?! It seems like neuron wants to have a 5.6 binary file but it is 5.7. So maybe it ha...
by ubartsch
Fri Sep 23, 2005 12:13 pm
Forum: Modeling networks
Topic: how to use SaveState()?
Replies: 18
Views: 26243

Thanks again! tried to save state, load similar hoc file and read state file, error was: /usr/local/nrn/x86_64/bin/nrniv: Bad SaveState binary file Not version 5.6 in transrun2.hoc near line 58 IBnetstate.fread(fo) ^ SaveState[0].fread(File[1]) 2. States are saved in a binary format using data struc...
by ubartsch
Fri Sep 23, 2005 7:29 am
Forum: Modeling networks
Topic: how to use SaveState()?
Replies: 18
Views: 26243

how to use SaveState()?

Hi, the network I am simulating has a very long transient before it settles into the dynamic regime I am interested in. My idea is now to use SaveState() to save the network state after the transient and then run a sweep of simulations starting of at that point. My questions are: How can you set the...
by ubartsch
Wed Sep 07, 2005 10:22 am
Forum: Anatomically detailed models
Topic: distance measurement
Replies: 5
Views: 10403

Hi, my soma is not 400 um long (that would be a quite a big soma, huh?). Here's an image of the cell: http://www.pion.ac.uk/~ulli/opics/cell.jpg You can clearly see that the maximum distance should be around 600 µm. But dist = 94.361069 140.46154 535.17393 224.15504 289.46572 297.22658 422.05326 549...
by ubartsch
Wed Sep 07, 2005 9:29 am
Forum: Anatomically detailed models
Topic: distance measurement
Replies: 5
Views: 10403

distance measurement

Hi, Another very basic question, but I could not find an answer in the forum or elsewhere: I have a morphological model of a pyramidal cell and I am trying to determine voltage attenuation in the cell depending on the distance to the soma. The cell builder (after importing the morphology / or cvapp)...
by ubartsch
Thu Jul 28, 2005 7:15 am
Forum: Anatomically detailed models
Topic: import of neurolucida .asc
Replies: 6
Views: 11615

Spines seem to be coded by the position of their head. An example from my Neurolucida ascii file: ( (Color Red) (Dendrite) ... ( 8.77 -18.01 -11.75 0.87 S2) ; R-1, 6 <( 9.68 -16.96 -11.50 0.65 S2)> ; Spine ... No value equals another, so I guess the base is not coded. This can be easily seen in anot...
by ubartsch
Wed Jul 27, 2005 6:04 pm
Forum: Anatomically detailed models
Topic: import of neurolucida .asc
Replies: 6
Views: 11615

The zigzags do appear in cvapp and in Neuron, - but they are not seen under Neuroexplorer from Neurolucida - and they are not seen on the axon of the cell which has no spines! So only spiny part s of the cell show that zigzag like shape. To put this better I add some figures. The cell in the Neuroex...