Last active
February 21, 2019 23:40
-
-
Save nicain/89811377b02a737c2b21349dcb475024 to your computer and use it in GitHub Desktop.
MCC
This file contains hidden or 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 | |
from allensdk.api.queries.mouse_connectivity_api import MouseConnectivityApi | |
mcc_2017 = MouseConnectivityCache(resolution=25, ccf_version=MouseConnectivityApi.CCF_2017) | |
data = mcc_2017.get_template_volume() | |
print data[0].shape |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment