VortexFitting
VortexFitting copied to clipboard
Tools for detection, identification and fitting of vortices
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...
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...
Hi! I am trying to run vortexFitting with this data.  If I display the vorticity it is pretty good.  But, when trying to fit the vortex I can...