@kiransamudrala, I have added the necessary functions, datasets, and documentation. Please let me know if this helps
I wrote one function and script to show its execution.
PlotSlice - is a function that plots a slice of the spatial statistics. It has to make a decision if the statistics have been shifted on not. It requires the output from the SpatialStatsFFT function.
Slice3D - illustrates the use of PlotSlice in practice. The script performs the following
Create a 3-D checkboard dataset.
Compute its spatial statistics.
Plot slices of the statistics and save the thumbnails to the dataset.
@kiransamudrala, I have added the necessary functions, datasets, and documentation. Please let me know if this helps
I wrote one function and script to show its execution.
PlotSlice
- is a function that plots a slice of the spatial statistics. It has to make a decision if the statistics have been shifted on not. It requires the output from theSpatialStatsFFT
function.Slice3D
- illustrates the use ofPlotSlice
in practice. The script performs the followingThis exercise produced a dataset page and report page to explain usage.