AllenInstitute/mouse_connectivity_models

Setting projection_hemisphere_id in ModelData.get_voxel_data()

sjkoelle opened this issue · 2 comments

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

kamdh commented

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).

thanks!