-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps towards integration of touch sensation #144
Comments
Hi @a-palyanov @skhayrulin -- now that the special issue is out; can we take a look at moving this forward? What do you guys think? |
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 in C. elegans" (2017), which might be useful in the context of this issue: |
There is some progress on https://github.com/lungd/sibernetic/tree/touch_sensation Every time data gets written to the pressure file, there is a check whether the pressure to a particle, belonging to the body of the worm, has passed a HARDCODED threshold, set to 1. Every particle of the worm is 'mapped' to the same HARDCODED section, set to the soma of AVM, which will receive input at the end. At the end, there is a method 'addStimulus' which creates a new input to an existing section with HARDCODED amplitude, set to 0.2.
TODOs and thoughts:
Any feedback is welcome! |
I applied some more changes: Because the worm is straightened at the beginning of the simulation, I divided the worm into segments, based on the worm's length/width/height. I removed the invocations for creating input to AVM for now. Next, I will create a hardcoded map (sectionName -> neuronList) If anyone is interested (@slarson), I created a container including my forks (c302, sibernetic; 'touch_sensation' branch) https://github.com/lungd/OpenWorm/tree/touch_sensation. |
Is pressure alone sufficient for detecting touch? |
What's the status of this? |
The text was updated successfully, but these errors were encountered: