pyeit_inverse.clear_results

pyeit_inverse.clear_results(i_t: int = 0, i_f: int = 0, i_res: int = 0)

Removes the result entry corresponding to the specified indices from the results.

Parameters:
  • i_t (int, optional) – Index for time (default is 0).

  • i_f (int, optional) – Index for frequency (default is 0).

  • i_res (int, optional) – Index for result (default is 0).

Note

If the specified result identifier exists in self.results_ppt, the corresponding result is removed from both self.results and self.results_ppt.