Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Mask function for voxel on image #62

Closed
bennyrowland opened this issue Jul 1, 2017 · 0 comments · Fixed by #65
Closed

ENH: Mask function for voxel on image #62

bennyrowland opened this issue Jul 1, 2017 · 0 comments · Fixed by #65
Assignees

Comments

@bennyrowland
Copy link
Member

It should be possible to call a create_mask() function which produces a binary mask showing which voxels of a reference image are inside a spectroscopy voxel. In the default case this would be for all the voxels in the spectroscopy, but it should also be possible to specify a specific voxel or list of voxels to be used instead, so that masks for individual CSI voxels are also possible.

bennyrowland added a commit that referenced this issue Jul 3, 2017
Added new create_mask() function to image submodule, which creates a
volumetric mask of a spectroscopy voxel on a reference image volume.

Partially fixes #62. For now this only works with single voxel data,
until #50 is fixed to allow reliable information about the number of
voxels.
@bennyrowland bennyrowland self-assigned this Jul 3, 2017
bennyrowland added a commit that referenced this issue Jul 3, 2017
Added new create_mask() function to image submodule, which creates a
volumetric mask of a spectroscopy voxel on a reference image volume.

Partially fixes #62. For now this only works with single voxel data,
until #50 is fixed to allow reliable information about the number of
voxels.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant