A Python 2 / 3 module that enables big-data neuroscience, as well as direct interfacing with NeuroData workflows and servers.
Dyer et al. (2016)
Methods for resolving the 3D microstructure of the brain typically start by thinly slicing and staining the brain, and then imaging each individual section with visible light photons or electrons. In contrast, X-rays can be used to image thick samples, providing a rapid approach for producing large 3D brain maps without sectioning. Here we demonstrate the use of synchrotron X-ray microtomography (microCT) for producing mesoscale (1 cubic micron resolution) brain maps from millimeter-scale volumes of mouse brain. We introduce a pipeline for mircoCT-based brain mapping that combines methods for sample preparation, imaging, automated segmentation of image volumes into cells and blood vessels, and statistical analysis of the resulting brain structures. Our results demonstrate that X-ray tomography promises rapid quantification of large brain volumes, complementing other brain mapping and connectomics efforts.
Learn MoreData
dyer16 i
Example cutout
# pip install numpy tifffile cloud-volume import numpy as np import tifffile from cloudvolume import CloudVolume vol = CloudVolume( "s3://open-neurodata/dyer/dyer16/image", mip=0, use_https=True ) # load data into numpy array cutout = vol[1024:1536, 1024:1536, 992:1008] # save cutout as TIFF tifffile.imwrite("data.tiff", data=np.transpose(cutout))
Documentation for cloud-volume located here
Tools
Publications
E. L. Dyer, W. G. Roncal, H. L. Fernandes, D. Gürsoy, V. De Andrade, R. Vescovi, K. Fezzaa, X. Xiao, J. T. Vogelstein, C. Jacobsen, K. P. Körding, and N. Kasthuri. Quantifying Mesoscale Neuroanatomy Using X-Ray Microtomography. eNeuro, 2017.
To access this data, please view the guide.
Data on this site are licensed under ODC-By v1.0 license.