-
Notifications
You must be signed in to change notification settings - Fork 79
Description
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