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...
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:nevenly spread slices across the volume ataxisthat shifts the volume such that the respective slice is at the origin of that axis.sourcenameaftertransformsThat will be just another amazing MoBIE feature...