muDIC icon indicating copy to clipboard operation
muDIC copied to clipboard

Digital Image Correlation in Python

Results 31 muDIC issues
Sort by recently updated
recently updated
newest added

Add API documentation, preferably by using the builtins of sphinx

enhancement
help wanted

--------------------------------------------------------------------------- LinAlgError Traceback (most recent call last) [](https://localhost:8080/#) in () 1 import scipy.linalg as la 2 dic_job = dic.DICAnalysis(inputs) ----> 3 results = dic_job.run() 6 frames [/usr/local/lib/python3.10/dist-packages/numpy/linalg/linalg.py](https://localhost:8080/#) in _raise_linalgerror_singular(err, flag)...

Hello @PolymerGuy and muDIC users ! I have written a little Python script to use muDIC's functions for my needs. I am simply following the tutorial; but I have added...

Hello, thanks for the contribution to this excellent tool. I am trying to run the example code, but it can not work. Is the reason that the version of the...

Hello blogger, your results are very great. Is there any relevant video tutorial or more detailed text explanation about the use of MuDIC? Looking forward to your reply, thank you.

Hello, I have tried running this with multiple installations of Python, 3.7, 3.8, and 3.11. Every time I always get to the same point, where upon running `mesh = mesher.mesh(image_stack)`,...

in the docstring says the dot size is int bounded by 0 and 1 but the default value is 4!!! ``` Parameters ---------- size : tuple The image size as...

Hi! This toolkit looks amazing! I have seen that simmilar issues have already been reported, but to support the quicker solvation of the problem I make a new issue. I...

thanks u for bring this amazing DIC tools. But when I try to use the example code provided and obey all the procedures u mentioned in the tutorial, the masher...