Python Forum
3D animation of neural spiking data
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
3D animation of neural spiking data
#1
Hello Python-Forum,

This is my first post Dance

I have a very specific question - apologies if it fits into a different forum.

I have some data in a matrix M(i,j) (20000 x 300 matrix). Its a time-series matrix (20000 time steps, for 300 different traces).

I also have a coordinates matrix C(i,j) (300 x 3 matrix) of triplets of (x,y,z) coordinates.

How can I generate a movie where:
1. The movie evolves in time (the 20000 time steps)
2. The movie displays a sphere of fixed radius S(j) for each triplet (x,y,z) of coordinates. This position remains fixed in time.
3. Each sphere S(j), in time, has a heatmap that evolves in the movie according to column j of M.

For anyone who is wondering the matrix M pertains to neural spiking data, and the coordinate matrix C is the locations of each of the neurones.

Any help with this would be really appreciated. I am extremely new to python so be gentle!

Big Grin

lb5999
Reply


Messages In This Thread
3D animation of neural spiking data - by lb5999 - Jan-11-2017, 09:28 AM
RE: 3D animation of neural spiking data - by lb5999 - Jan-11-2017, 11:32 AM
RE: 3D animation of neural spiking data - by lb5999 - Jan-11-2017, 12:13 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020