-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2 point statistics to micro structure reconstruction #583
Comments
I can highly recommend the MCRpy (https://github.com/NEFM-TUDresden/MCRpy) tool for reconstruction problems. It characterizes the microstructure (for instance with 2-point statistics) and performs 2D -> 2D or 2D ->3D reconstructions. |
Thanks a lot for responding. actually i also found out about MCRpy a week ago but i am still not sure how to reconstruct 2D structure from pymks data. for example data_correlation = TwoPointCorrelation( how can i use the output from TwoPointCorrelation command in pymks package and feed it to MCRpy to reconstruct microstructure. please help. |
Hi @owaisahmad18: I would assume that MCRpy uses Numpy arrays. |
To find twopointcorrelation i need to pass data_disc through Primitive Transformer which add another column and makes shape from (256x256) ---> (256x256x2) but reconstruct.py in MCRpy takes only (256X256) image_asarray.shape = (256x256) kindly suggest what should i do? |
The final index will be the same length as the number of correlations requested with the |
I tired it showed following error Traceback (most recent call last): |
Probably best to submit an issue to the MCRpy issue tracker, but it looks like it's expecting a Numpy array, not a Dask array. |
If i have a 2 point statistics data or 2 point spatial correlation can i reconstruct the micro structure with it using pymks?
The text was updated successfully, but these errors were encountered: