eit_forward_results.get_acap_t_ppt
- eit_forward_results.get_acap_t_ppt(thr: float = 0.05, verbose: bool = False, store: Literal['default', 'overwrite', 'external'] = 'default', **kwgs) DataFrame[source]
Build a dataframe describing CAP time windows for each acquisition line.
Note
This methods adds the following columns to the CAP Dataframe:
Dimensions
type
Description
line
intAcquisition line index
i_res (Optional)
intResults index in a
eit_results_listi_p (Optional)
intInjection patern index for multipatern simulation
i_f
intFrequency index
i_e
intElectrode index
i_cap
intCAP index
i_t_min
intMin index in time vector
i_t_max
intMax index in time vector
duration
floatCAP duration in ms
- Parameters:
thr (float, optional) – Threshold forwarded to
get_acap_mask().verbose (bool, optional) – If
True, print intermediate arrays used to build the table.store (Literal["default", "overwrite", "external"], optional) – Storage policy for the resulting dataframe.
"default"caches the first result,"overwrite"refreshes the cache, and"external"returns the dataframe without caching it.**kwgs (dict) – Additional keyword arguments forwarded to
get_acap_mask().
- Returns:
One row per detected CAP segment and acquisition line.
- Return type:
pd.DataFrame