eit_forward_results.v_eit_idx

eit_forward_results.v_eit_idx(i_t: ndarray | int | None = None, i_e: ndarray | int | None = None, i_f: ndarray | int | None = None, i_p: ndarray | int | None = None, signed: bool = False, **kwgs)[source]

Extract raw stored EIT voltages using index-based selection.

Parameters:
  • i_t (np.ndarray | int | None, optional) – Indices used to select times, electrodes, frequencies, and patterns.

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

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

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

  • signed (bool, optional) – If True, convert amplitude and phase into signed voltages through v*cos(phi).

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

Returns:

Selected EIT voltage values.

Return type:

np.ndarray