Created
March 29, 2017 23:24
-
-
Save dyf/661b00543f85dedb697f2c8618d95d09 to your computer and use it in GitHub Desktop.
download latest CCF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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