Daniel Wheeler

Results 132 comments of Daniel Wheeler

This test case should involve loading images across multiple processes.

This is not implemented in PyMKS currently. No plans as yet either. If you do have a go at implementing it then I would certainly be interested in integrating that...

Code for plotting the microstructure with a gray scale: ``` import pyvista as pv import numpy as np pv.set_plot_theme("document") values = np.linspace(0, 10, 1000).reshape((20, 5, 10)) data = np.load('3d.npy') print(data.shape)...

Thanks for leaving a question. What happens when you run the code? Do you get an error or unexpected results? It would be helpful if you can explain what's going...

Having run the code, the only issue I can find is that nothing is being plotted. This is because `plot_microstructures` was orginally used inside the notebook only so doesn't return...

Do include the PCA in a meaningful way, we'll need many more samples.

@me19d506 I'm closing this now. Please feel free to reopen if you need further help

> Dear Daniel Wheeler, in the example given at "http://pymks.org/en/latest/rst/notebooks/intro.html" takes one experimental microstructure and computes 2-p correlation and moves forward to a used synthetic generation of microstructures. I have...

> Thank you for the clarification. I have imported using dask_image. It would be highly helpful if you can provide some source for the following 1. Understanding principal component of...