-
etspy.base.RecStack.plot_slices(xslice: int | None =
None, yslice: int | None =None, zslice: int | None =None, vmin_std: float =0.1, vmax_std: float =5)[source] Plot slices along all three axes of a reconstruction stack.
- Parameters:¶
- xslice: int | None =
None¶ Indices of slices to plot. If
None(default), the middle most slice will be used.- yslice: int | None =
None¶ Indices of slices to plot. If
None(default), the middle most slice will be used.- zslice: int | None =
None¶ Indices of slices to plot. If
None(default), the middle most slice will be used.- vmin_std: float =
0.1¶ Number of standard deviations from mean to use for scaling the displayed slices
- vmax_std: float =
5¶ Number of standard deviations from mean to use for scaling the displayed slices
- xslice: int | None =
- Returns:¶
fig – The figure containing a view of the three slices
- Return type:¶