Skip to content

Instantly share code, notes, and snippets.

@dyf
Created March 29, 2017 23:24
Show Gist options
  • Save dyf/661b00543f85dedb697f2c8618d95d09 to your computer and use it in GitHub Desktop.
Save dyf/661b00543f85dedb697f2c8618d95d09 to your computer and use it in GitHub Desktop.
download latest CCF
from allensdk.core.mouse_connectivity_cache import MouseConnectivityCache
# pick from 10, 25, 50, 100 for resolution
mcc = MouseConnectivityCache(manifest_file='mcc/manifest.json', resolution=10)
# careful, these will get read into memory
av, _ = mcc.get_annotation_volume()
tv, _ = mcc.get_template_volume()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment