Update for slice_viz function
The slice_viz function has been updated with the following new features:
-
By default
positionis None, andslice_vizplots an overview of the entire stack. -
If
positionis given as a string or integer,slice_vizwill plot an overview withn_slicesfigures around that position. -
If
positionis given as a list or array,n_sliceswill be ignored and the idxs frompositionwill be plotted. -
The default
img_heightandimg_widthhave also been increased, and the title in the plots now scale wrt these inputs too.
In this merge request is also included:
- Change to
test_slice_viz(default heights have changed) - Updates for several docstrings from previous implementations.