Skip to content

Releases: MultimodalNeuroimagingLab/erdetect

v2.5.0

25 Sep 15:03
Compare
Choose a tag to compare
  • Implemented interface for metrics
  • Metrics can now return multiple values instead of only a single scalar
  • Log files are written to the output directory
  • Require at least IeegPrep 1.6.0 (>= PyMef 1.4.2) to fix the compilation of missing wheels
  • Test for the evaluation of a range of baseline factor thresholds and metrics

v2.4.0

21 Aug 12:40
Compare
Choose a tag to compare
  • Updated sampling for t-tests in the cross-projection metric
  • Requires ieegprep 1.5.0 to include latest optimizations and fixes

v2.3.0

22 Jun 08:29
Compare
Choose a tag to compare
  • Improved GUI: more settings, input checks and console output
  • Small bugfix to cross projection metric

v2.2.0

15 Jun 19:41
Compare
Choose a tag to compare
  • Implemented CLI support for CAR using the common average of only channels with low trial-variance
  • GUI
    • Open using a CLI argument
    • Late re-referencing can now be configured in the preprocessing window
    • Small bugfixes and layout improvements

v2.1.0

02 May 19:07
Compare
Choose a tag to compare
  • Implemented a GUI to more easily select and process datasets
  • Now requires IeegPrep to be 1.2.0 or higher to benefit from a number of significant fixes
  • Fixed waveform metric which broke the processing of datasets with a lower sampling-rate
  • Improved relative path handling

v2.0.0

11 Apr 22:09
Compare
Choose a tag to compare
  • iEEG data and BIDS functions were moved to a new package: ieegprep
  • The reader wrapper class and the dependency on MNE have been completely replaced by our own readers in the 'ieegprep' package, enabling more memory efficient reading of the EDF and BrainVision data formats.
  • Fixed acceptance of re-referencing CLI arguments
  • Fixed the headbox column check
  • Implemented more advanced listing/indexing of BIDS datasets
  • Improved and more informative console output

v1.1.0

11 Nov 03:05
Compare
Choose a tag to compare
  • Added option to re-reference per headbox
  • Re-referencing methods and line-noise setting from config file
  • BIDS validation is off by default, CLI argument now enables
  • Small bugfixes

v1.0.3

14 Sep 20:16
Compare
Choose a tag to compare
  • Initial release as a python package and docker app