Skip to content
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

Allow viewer data to be updated in real-time #142

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

r-b-g-b
Copy link
Contributor

@r-b-g-b r-b-g-b commented Jan 14, 2016

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

…x.webshow(data) returns client, a JSMixer object with a method addData, client.addData(data1=volume) will add that data to the viewer
Base automatically changed from master to main January 19, 2021 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant