Skip to content

Instantly share code, notes, and snippets.

@djvine
Created September 15, 2014 18:46
Show Gist options
  • Save djvine/5f907a1ac4e6067d04df to your computer and use it in GitHub Desktop.
Save djvine/5f907a1ac4e6067d04df to your computer and use it in GitHub Desktop.
Demonstrating how to change the exchange group using the 'root' parameter
f.add_entry(
DataExchangeEntry.data(
root='/exchange_1',
data={'value': data, 'units':'counts', 'description': 'transmission', 'axes':'theta:y:x' }
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment