About ECTMetrics
ECTMetrics is a Python library for analyzing EEG signals, with a focus on electroconvulsive therapy (ECT) seizure metrics. It enables:
- Synthetic EEG signal generation
- Visualization of EEG data
- Calculation of ECT seizure-related metrics
We’re excited to release ECTMetrics v1.0.3
This version includes:
- Fixed an issue where the metric COH (Maximum Sustained Coherence) was previously calculated outside the ictal window. It is now correctly limited to the ictal signal only.
- Updated examples & documentation to reflect the corrected COH calculation and recent changes.