Represent images/movies in NEURON simulator

The basics of how to develop, test, and use models.
Post Reply
vogdb
Posts: 37
Joined: Sun Aug 13, 2017 9:51 am

Represent images/movies in NEURON simulator

Post by vogdb »

Hello! I just wanted to double check before creating my own wheel. Is there a library/tool that allow to represent images/movies in NEURON simulator? For example take an image (28x28) and represent it as a grid of NetStim (28x28) where each NetStim corresponds to a single image pixel.
ted
Site Admin
Posts: 6287
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: Represent images/movies in NEURON simulator

Post by ted »

Read about the PlotShape class's hinton() method, which is effective but not fancy. Warning: NetStim doesn't have a variable that can be used by PlotShape.hinton()
vogdb
Posts: 37
Joined: Sun Aug 13, 2017 9:51 am

Re: Represent images/movies in NEURON simulator

Post by vogdb »

Thank you Ted for such quick response. I rather meant taking an image, and present it to my neural circuit model. Like a small retina, if saying very basic.
I've looked through ModelDB and found something related like Corem simulator or Virtual Retina but they designed for other simulators like Nest.
Post Reply