-
Notifications
You must be signed in to change notification settings - Fork 71
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
DICAnalysis stops before the end #45
Comments
Any new insight on the issue ? Got the same problem... |
Hi! My apologies for my absence. My situation has been such that I have not been able to follow this repo as I should. My guess is that the update reference routine crashes due to distorted elements. I should obviously report a error message as that happens, but somehow this is not triggered. Can you share a picture of the mesh the frame before the reference update? |
Sure, here it is : |
I've also managed to log the error : Traceback (most recent call last): |
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 a way to manually define the mesh (without the GUI) and keep only desired images.
However, when I run a DICAnalysis job, it often happens that the routine stops before going through the whole image stack.
I have checked that the parameters I have given to the DICInput object are noconverge="ignore" and max_nr_im=None (default). If I understand the code correctly, when max_nr_im=None, its value should be set to the length of the image stack. So I do not understand why the DICAnalysis job stops sooner than expected.
Attached are my Python script compute_DIC.txt and its output.txt. In this example, the length of image stack was 720, but only the first 95 images were analyzed.
Note : I can not send a .py file on GitHub, so I sent a txt file. A screenshot of the first part of the script is also .
If you have any idea why the job stops, I would really appreciate your help.
Have a nice day
The text was updated successfully, but these errors were encountered: