AllenInstitute / mouse_connectivity_models

Python package providing mesoscale connectivity models for mouse.
http://mouse-connectivity-models.readthedocs.io/en/latest/
Other
39 stars 15 forks source link

Setting projection_hemisphere_id in ModelData.get_voxel_data() #48

Closed sjkoelle closed 4 years ago

sjkoelle commented 4 years ago

The ModelData.get_voxel_data() function is missing the ability to pass projection_hemisphere_id to VoxelData as a kwarg.

kamdh commented 4 years ago

I'd characterize this as a feature request. Given a voxel array, you can use a mask to pull one hemisphere's data out (or even use direct indexing).

sjkoelle commented 4 years ago

thanks!