releso.util.load_binary.read_mixd_double

releso.util.load_binary.read_mixd_double(filename: str, col: int, element_size: int = 8, element: str = '>d') ndarray

Read a double array from a mixd file.

Author: Daniel Wolff (wolff@avt.rwth-aachen.de)

Parameters:
  • filename (string) – filename / location of the mixd file

  • col (int) – number of columns of the integer array

  • element_size (int, optional) – Size of the element in bytes. Defaults to 8.

  • element (string, optional) – Format of the element. Defaults to “>d”.

Returns:

Double array read from the provided file

Return type:

retValues (numpy.ndarray)