eit_results_list.dv_eit_pc

eit_results_list.dv_eit_pc(t: ndarray | float | None = None, i_t: ndarray | int | None = None, i_e: ndarray | int | None = None, i_f: ndarray | int | None = None, i_p: ndarray | int | None = None, **kwgs) ndarray

Return the percentage differential EIT signal.

Parameters:
  • t (np.ndarray | float | None, optional) – Evaluation times.

  • i_t (np.ndarray | int | None, optional) – Indices selecting times, electrodes, frequencies, and patterns.

  • i_e (np.ndarray | int | None, optional) – Indices selecting times, electrodes, frequencies, and patterns.

  • i_f (np.ndarray | int | None, optional) – Indices selecting times, electrodes, frequencies, and patterns.

  • i_p (np.ndarray | int | None, optional) – Indices selecting times, electrodes, frequencies, and patterns.

  • **kwgs (dict) – Additional keyword arguments forwarded to dv_eit().

Returns:

dv/v0 expressed in percent.

Return type:

np.ndarray