Implementation of slice_viz
Compare changes
+ 46
− 19
Implementation of the function slice_viz
under qim3d.utils.img.py
.
inputs: (input
(path or array), position
(optional - can be an int, str, list or ndarray) , cmap_im
(optional) , axis
(optional)).
Checks if the dimension of the given array is a volume.
Takes the positions given and returns one plot or subplots with the slices.
Changes are too large to be shown.
View file @ 6a001b09