Setting projection_hemisphere_id in ModelData.get_voxel_data()
sjkoelle opened this issue · 2 comments
sjkoelle commented
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).
sjkoelle commented
thanks!