eit_forward_results.v_eit

eit_forward_results.v_eit(t=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[source]

Return EIT voltages, either at stored or interpolated times.

Parameters:
  • t (np.ndarray | float | None, optional) – Evaluation times. If None, values are extracted from stored samples; otherwise interpolation is used.

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

  • i_e (np.ndarray | int | None, optional) – Indices selecting times, electrodes, frequencies, and patterns. i_t is ignored when t is provided.

  • i_f (np.ndarray | int | None, optional) – Indices selecting times, electrodes, frequencies, and patterns. i_t is ignored when t is provided.

  • i_p (np.ndarray | int | None, optional) – Indices selecting times, electrodes, frequencies, and patterns. i_t is ignored when t is provided.

  • **kwgs (dict) – Additional keyword arguments forwarded to v_eit_idx() or ix_().

Returns:

EIT voltages with singleton dimensions removed.

Return type:

np.ndarray