Releases: palday/philistine
Releases · palday/philistine
v0.2.0
v0.1
Version-specific Documentation
What's new:
- Export to CSV of summarized time windows in single-trial epochs from an MNE Epochs object for further analysis in e.g. R (philistine.mne.retrieve).
- Absolute-threshold based rejection mask for MNE Epochs objects (philistine.mne.abs_threshold)
- Limited implementation of a writer to BrainVision format for MNE Raw objects ( philistine.mne.write_raw_brainvision).
- Preliminary test suite for majority of code in project -- good coverage, but not necessarily "stressful" in terms of the challenges of real-world data.
- GitLab-based continuous integration of test suite
- Savitzy-Golay smoothed individual alpha frequency (IAF) estimation, based on work by Andrew Corcoran et al. (philistine.mne.savgol_iaf and philistine.mne.attenuation_iaf)