pyeit_inverse.fromat_data

pyeit_inverse.fromat_data(i_t: int = 0, i_f: int = 0, i_res: int = 0, verbose: bool = False) ndarray[source]

Reformat NRV forward data into the flattened differential vector expected by PyEIT.

Parameters:
  • i_t (int, optional) – Time index.

  • i_f (int, optional) – Frequency index.

  • i_res (int, optional) – Result index.

  • verbose (bool, optional) – If True, print the electrode-pair mapping used to build the measurement vector.

Returns:

Flattened measurement vector ordered according to the PyEIT protocol.

Return type:

np.ndarray