eit_results_list.get_cap_i_t

eit_results_list.get_cap_i_t(thr: float = 0.05, i_res: ndarray | int | None = None, **kwgs) list[source]

Return CAP time-index groups for one or several results.

Warning

CAP durations can vary from one result to another, so the output is kept as a list rather than a homogeneous numpy.ndarray.

Parameters:
  • thr (float, optional) – Threshold forwarded to eit_forward_results.get_cap_i_t().

  • i_res (np.ndarray | int | None, optional) – Result indices to process. A scalar returns the parent implementation; an iterable returns one entry per requested result.

  • **kwgs (dict) – Additional keyword arguments forwarded to the parent implementation.

Returns:

CAP time-index arrays grouped by result.

Return type:

list