eit_forward_results.get_reccap_ppt eit_forward_results.get_reccap_ppt(thr: float = 0.05, **kwgs)[source] Build a dataframe summarizing CAPs detected on recorder traces. Parameters: thr (float, optional) – Unused placeholder kept for API compatibility. **kwgs (dict) – Unused placeholder for future extensions. Returns: Recorder CAP summary table, or None when recording data is unavailable. Return type: pd.DataFrame | None