pycortex icon indicating copy to clipboard operation
pycortex copied to clipboard

Allow viewer data to be updated in real-time

Open r-b-g-b opened this issue 9 years ago • 0 comments

This commit makes a few changes that allow you to refresh the brain data using something like the following code... client = cortex.webshow(data) # data is a cortex.Volume, client is a JSMixer object # make a new volume, data1 client.addData(data1=data1) # data1 is the key, data is some new cortex.Volume

r-b-g-b avatar Jan 14 '16 22:01 r-b-g-b