eit_inverse.solve

eit_inverse.solve(i_t: ndarray | int | None = 0, i_f: ndarray | int | None = 0, i_res: ndarray | int | None = 0, **kwgs)[source]

Solve one or several inverse problems and cache the results.

Parameters:
  • i_t (np.ndarray | int | None, optional) – Time, frequency, and result indices to reconstruct.

  • i_f (np.ndarray | int | None, optional) – Time, frequency, and result indices to reconstruct.

  • i_res (np.ndarray | int | None, optional) – Time, frequency, and result indices to reconstruct.

  • **kwgs (dict) – Additional solver-specific options.

Returns:

List of reconstructed images or fields accumulated in self.results.

Return type:

list