VortexFitting icon indicating copy to clipboard operation
VortexFitting copied to clipboard

Tools for detection, identification and fitting of vortices

Results 4 VortexFitting issues
Sort by recently updated
recently updated
newest added

Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

Hello! Line 167 in __main__.py `vortices_counterclockwise, vortices_clockwise = fitting.direction_rotation(vorticity, peaks)` Should it be changed to `vortices_clockwise, vortices_counterclockwise = fitting.direction_rotation(vorticity, peaks)` Because the direction_rotation() function in fitting.py return is `return vortices_clockwise,...

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Hi! I am trying to run vortexFitting with this data. ![image](https://user-images.githubusercontent.com/65095904/128093807-285570b4-144a-4ff8-8dfd-e3975e50de5d.png) If I display the vorticity it is pretty good. ![image](https://user-images.githubusercontent.com/65095904/128093868-f72bacf7-9a6a-4a9e-bd94-d9f57d7f9e05.png) But, when trying to fit the vortex I can...