Skip to content

Releases: mattansb/TBT

Channel you inner error

02 Feb 12:44
Compare
Choose a tag to compare
  • tbt_bcr2() will now let you know if you have channels in your data that are not (for some reason) in a passed chanloc.

Even faster

04 May 08:40
53458c8
Compare
Choose a tag to compare
  • tbt_bool2cell can now return a concise list, making the TBT process faster.
  • When closing the plotting dialog via the X button, the function does NOT run.

eeglab2019

19 Jan 12:58
f4c6d21
Compare
Choose a tag to compare
  • Works better with the new eeglab2019.
  • Improved plotting menu.

I wanna go fast!

23 Sep 12:31
4032d5b
Compare
Choose a tag to compare
  • pop_TBT now returns the epochs in the correct order (and also runs a lot faster) (previously, due to the fucntion of pop_mergeset, the output EEG's trials were not necessarily in the same order as the input EEG - but the urevents could have been used as usual).
  • When plotting in pop_TBT, a second array-plot is returned, allowing for a 'glance' at the rejected trials / channels.
  • Fixed bug in pop_eegmaxmin where defult value for winSize did not make sense.
  • Fixed bug in pop_TBT where the returned EEG dataset would sometimes consist of a single concatenated trial, and not epoced data (caused by eeglab's pop_mergeset).

Flaumig the Second

08 May 19:03
9122815
Compare
Choose a tag to compare
  • [NEW] Added support for user-defined channels to be interpolated.
  • [NEW] Added two new functions for transitioning between cell-list and boolean rejE-like matrices (tbt_cell2bool and tbt_bool2cell).
  • [FIX] Fixed a weird edge-case bug (if you haven't encountered an error when running pop_TBT, you haven't been affected by this bug).
  • [IMPROVEMENT] Updated README files.

The long search

05 May 19:38
Compare
Choose a tag to compare
change to channel interpolations

channel interpolation is based on the chanlocs AFTER rejection of bad channels. This is more accurate and saves time.

v1.5

13 Jan 07:10
8ae56b6
Compare
Choose a tag to compare
Update README.md