get_vortex_meshgrid#

sunkit_image.asda.get_vortex_meshgrid(x_range, y_range)[source]#

Returns a meshgrid of the coordinates of the vortex.

Parameters:
  • x_range (list) – Range of the x coordinates of the meshgrid.

  • y_range (list) – Range of the y coordinates of the meshgrid.

Returns:

tuple – Contains the meshgrids generated.