Releases: mattansb/TBT
Releases · mattansb/TBT
Channel you inner error
Even faster
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
- Works better with the new
eeglab2019
. - Improved plotting menu.
I wanna go fast!
pop_TBT
now returns the epochs in the correct order (and also runs a lot faster) (previously, due to the fucntion ofpop_mergeset
, the output EEG's trials were not necessarily in the same order as the input EEG - but theurevents
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 forwinSize
did not make sense. - Fixed bug in
pop_TBT
where the returnedEEG
dataset would sometimes consist of a single concatenated trial, and not epoced data (caused byeeglab
'spop_mergeset
).
Flaumig the Second
- [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
change to channel interpolations channel interpolation is based on the chanlocs AFTER rejection of bad channels. This is more accurate and saves time.