guilindner / VortexFitting

Tools for detection, identification and fitting of vortices
MIT License
23 stars 14 forks source link

Need help with parameters #12

Open tania-19 opened 3 years ago

tania-19 commented 3 years ago

Hi! I am trying to run vortexFitting with this data. image

If I display the vorticity it is pretty good. image

But, when trying to fit the vortex I can only do it if I put threshold of 0.7. The fit of this vortex is not good because it is not a perfect circle? image

Besides, when using a set of image the information is shared between images? or it only repeat the same procedure to every image?

ydevau01 commented 3 years ago

Hello !

Yes, the threshold is low, because of the shape of the vortex. If your flow is sheared in one direction, the vortices are not perfectly circular, but ellipsoidal. So, the correlation value decreases. Have you already subtract the average field ? It is a possibility of improvement, to modify the Lamb-Oseen model to fit uncircular vortices !

When you use a set of images, the same procedure is repeated yes. In the future, we want to add this feature too, using the information from a first file to track more efficiently the vortices in the next step.