load_mesh_data

zgoubidoo.fieldmaps.fieldmap.load_mesh_data(file: str, path: str = '.')[source]

Load a mesh data file and creates a complete mesh grid using numpy.

Parameters
  • file – the file containing the mesh data

  • path – path to the mesh data file

Returns

A Numpy mesh grid (list of arrays).