Mask Creation Module

Is it possible to apply a mask to a four D volume using mask creation, please?

I have about 30 volumes of moving bones that I need to mask a few out of them If I apply a mask to the first frame or volume is there a way that it would propagate along the sequence. These are just CT images, not segmented ones.

Thanks

Tom

Right now you need to do this manually (click Apply on Mask volume effect, then hit the key comvination to go to next frame - I think Ctrl-Alt-RightArrow, and repeat for each frame) or do a very little Python scripting.

I’ve added a module for cropping volume sequences (Crop volume sequence), which does something very similar. You could clone this module and change the run method in the logic to mask the volume instead of cropping it.