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

annotated counts not registering to csv #33

Closed aaubry89 closed 5 years ago

aaubry89 commented 5 years ago

I am having the problem that is similar to #13. However, I am using the .nrrd file as my annotation file. When I come to this bit of code : vox = voxelize(points, AtlasFile, **voxelizeParameter); if not isinstance(vox, basestring): io.writeData(os.path.join(BaseDirectory, 'cells_heatmap.tif'), vox.astype('int32'));

I get "0/n processed" without any error or counting up to n. This happens even though cell counts look good when I run the test. Has any one else run into this issue?