eit_results_list.get_res

eit_results_list.get_res(which: str = 'v_eit', i_res: ndarray | int | None = None, 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, v_abs: bool = False, **kwgs) ndarray[source]

Retrieve one signal family from the stacked result set.

Parameters:
  • which (str, optional) – Name of the accessor to use, such as "v_eit" or "dv_eit". Names ending with "_cap" are routed through get_cap_res().

  • i_res (np.ndarray | int | None, optional) – Result indices to extract.

  • t (np.ndarray | float | None, optional) – Evaluation times used for interpolation.

  • i_t (np.ndarray | int | None, optional) – Time, electrode, frequency, and pattern indices.

  • i_e (np.ndarray | int | None, optional) – Time, electrode, frequency, and pattern indices.

  • i_f (np.ndarray | int | None, optional) – Time, electrode, frequency, and pattern indices.

  • i_p (np.ndarray | int | None, optional) – Time, electrode, frequency, and pattern indices.

  • v_abs (bool, optional) – If True, return absolute values.

  • **kwgs (dict) – Additional keyword arguments forwarded to the selected accessor.

Returns:

Requested signal values.

Return type:

np.ndarray