MSUtils.general.compute_correlation_length.plot_mid_planes#

MSUtils.general.compute_correlation_length.plot_mid_planes(autocorr)#

Visualize the mid-planes (XY, YZ, XZ) of the autocorrelation function for 3D data. For 2D data, just visualize the data itself.

Parameters: - autocorr: The autocorrelation function as a NumPy array.