Data exchange between NEURON and Java programs

When Python is the interpreter, what is a good
design for the interface to the basic NEURON
concepts.

Moderator: hines

Post Reply
Sushmita Allam
Posts: 1
Joined: Wed Oct 01, 2008 5:28 pm

Data exchange between NEURON and Java programs

Post by Sushmita Allam »

Hi All,
Is there a way to pass a simple array of data back and forth between NEURON and an external java program?
Did anyone try using python as a bridge?

There is an existing java program (model of a single synapse - a more detailed one than the existing point processes).
We would like to integrate this model with NEURON, given its great features and test the overall dynamics.
Is there a way I can pass data from synapse-->neuron and neuron-->synapse without having to send data through files?

Any help would be really appreciated.
Thanks in advance,
Sushmita.
Post Reply