mobie/mobie-utils-python

feature request: slice_volume

Opened this issue · 2 comments

Hi,

as just discussed with @tischi , we would love to show the volume character in Figure 2 by a grid of slices.

@constantinpape would it be possible to have a function create_slice_grid(source,n,axis=0) that will:

  • generate transforms for n evenly spread slices across the volume at axis that shifts the volume such that the respective slice is at the origin of that axis.
  • each of these transform generates individual sourcenameaftertransforms
  • show a grid of all of these "slices" (i.e. shifted volumes)

That will be just another amazing MoBIE feature...

Yes, this should be possible. I am working on text now and will give it a try after that.

Not fully implemented in #68; prototype implementation is in mobie.experimental