PolymerGuy / muDIC

Digital Image Correlation in Python
MIT License
160 stars 69 forks source link

Subset support #9

Open PolymerGuy opened 5 years ago

PolymerGuy commented 5 years ago

Subsets are very handy and could realy increase the generality of the toolkit.

NicolasTHU commented 4 years ago

I am currently working on the implementation of the subset based method. I would like to be able to give the user the possibility to choose the analysis method: Subsetbased, Spline or Q4. My idea is to change in the "mesher =" of the "quick_start" the "type = q4" and to place it in the kwargs so that it can be managed from the viz.show. Is this a good idea or is it too hard to do or unnecessary?