Page MenuHomePhabricator

Tensor reconstruction advanced b0 threshold should show affected voxels
Closed, ResolvedPublic

Description

When you use the advanced tab of the Tensor reconstruction view you can specifiy a b0 threshold, voxels below that threshold will be regarded as background and cut from the resulting image.

It would be great to have an interactive display, like in the threshold functionality, which colors the voxels, which would be affected by this threshold.

Event Timeline

New remote branch pushed: bug-14639-ShowThresholdPreviewInTensorReconstruction

You should also take care of deleting/disabling the helper node when the 'TensorReconstructionView' becomes hidden or closed. Otherwise the overlay image will be shown for the whole lifetime of the DWI it is associated with.

I think this bug also applies for the Q-ball reconstruction view. Same situation.

New remote branch pushed: bug-14639-ShowThresholdPreviewInTensorReconstruction_ITK4

New remote branch pushed: bug-14639-TresholdPreviewRemovedOnPluginDeactivation

this modification makes sure that the threshold preview is removed when the plugin is deactivated

New remote branch pushed: bug-14639-FixInvertedRegionDisplay