ChristophKirst / ClearMap

ClearMap is a python toolbox for the analysis and registration of volumetric data from cleared tissues.
http://christophkirst.github.io/ClearMap/build/html/index.html
GNU General Public License v3.0
49 stars 41 forks source link

cells_heatmaps do not match the size of the atlas or resampled images #16

Closed vzickus closed 6 years ago

vzickus commented 6 years ago

For several datasets the cells_heatmap appears to be of the wrong size - it does not match the size of any of the resampled images. My guess for now is that voxelization requires the voxel size to divide the raw data without a remainder.

vzickus commented 6 years ago

Nevermind, I just realized that dataSize in the voxelize does not seem to be doing anything.