a-palyanov
a-palyanov
I'm not a specialist in Python, but I can do the tasks which require modification of Sibernetic. By the way, here is a paper "Determining the biomechanics of touch sensation...
Hi guys! Sure we can discuss this! By the way, what kind of steering? Signals from simulated neurons or signals like those sinusoids in the code but more complex or...
"Is there a leak channel at all in your model?" Yes, there is a leak channel, for which the built-in NEURON mechanism "insert pas" is used. There are two parameters...
It is necessary to produce a new 'configuration file' with required parameters. Now it is much easier for me to generate this file than explain how to work with 'generator...
Doing this will not be a piece of cake because of the following: At present most of physical parameters are constants, and adding possibility of initialization of their values from...
Also I suppose that it will be nice to add to this config the possibility to define colors of the main elements of the scene - background, liquid, elastic matter,...
Current version of worm_alone_half_resolution scene configuration file starts with the following data block: ``` 0 100.2 0 50.1 0 267.2 [position] 51.1166 5.21027 13.3002 2.105 49.0494 5.20471 13.307 2.105 50.0918...
Hmm, works perfectly on my system (Windows), I've checked for worm_alone_half_resolution, worm_crawl_half_resolution and worm_swim_half_resolution. @pgleeson, are you running on Linux or Mac?
This is due to too small value of liquid viscosity coefficient. I'll fix it soon.
Do you mean the position of the center of mass of the worm, or a set of points defining worm midline, or something else?