Skip to content

Releases: palday/philistine

v0.2.0

13 Jan 20:36
Compare
Choose a tag to compare

Requires (and introduces compatibility with) MNE 1.3 and thus Python >=3.7.

v0.1

30 May 15:17
Compare
Choose a tag to compare

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)