slice_plot
- pyspeckle.pyspeckle.slice_plot(data, x, y, z, initialize=True, show_sqrt=True)[source]
Plot the x, y, and z slices of 3D data cube.
- Parameters:
data – 3D speckle pattern to be plotted
x – constant x slice
y – constant y slice
z – constant z slice
initialize – boolean to initialize plot
show_sqrt – take sqrt() of image for better visualization
- Returns:
nothing