-
Notifications
You must be signed in to change notification settings - Fork 73
Release Notes
With ERPLAB v8.0, we include new tools for assessing measures of Data Quality Metrics in EEG ERP data.
- Data Quality Metrics
- The ERP Averager will calculate these Data Quality Metrics by default
- A new submenu in the ERPLAB menu ('Data Quality options') allows access from the EEGLAB-ERPLAB GUI.
- A new table interface to show all the data quality information from an ERP set with
DQ_Table_GUI(ERP)
or through the above GUI menu option. - These data quality metrics can be summarized on the Command Window, saved to Mat structure or exported to Excel, or plotted in the above interactive table.
- The data quality information and metadata is stored in a new structure, ERP.dataquality
- New options for calculating, viewing, and saving, frequency spectra, in the
compute_fourier(EEG)
function
-
Various bugfixes
-
Updated tools for pre-processing continuous EEG, including functions for
- deleting time segments
- shifting event codes
- selective electrode interpolation
-
Crucial compatibility fixes to allow running in R2017b and later, while still being backwards-compatible with older versions of Matlab. No more yellow warnings about NARGCHK in R2016a or later.
Some additions and minor bugfixes, including:
- Removing channels can now avoid deleting all channel location information
- More channel location tools
- Measurement Window GUI now fits on a smaller screen
- Improvements in 'Preprocess Continuous EEG' options
- Fixed a bug where the number of loaded erpsets would be mistakenly taken to be zero
- Improved Current-Source-Density compatibility
- Replaced the error 'Quack' noise with a beep, and replaced some error pictures.
Minor bugfixes, including:
- Cleaned up the Measurement Viewer text and options
- Measurement Viewer helper text now only shown when relevant
Minor bugfixes, including:
- Fixed BDF Library url-link in BDF-Visualizer
- Swapped artifact and user-flag display in BDF-Visualizer
Minor bugfixes, including:
- Shift Event Codes GUI fix - now doesn't crash on launch.
- Adopted [Major].[Minor].[Patch] version numbers, this being v6.1.1, with backward-compatible file loading. Note - from v6.0, we no longer indicate the file type usage in the version number, and this is now always taken to be 1.
With ERPLAB v6.0, we include a variety of new features, user-interface improvements, bug-fixes, and improvements to existing functions. Among these, we have:
EEG or ERP data can be used to compute an estimate of the Current Source Density (CSD). We include new functions to take data loaded in ERPLAB (either EEG or ERP) and compute the CSD data. We use CSD methods from Jürgen Kayser (from the CSD Toolbox).
These tools can be found in the new 'ERPLAB -> Data Transformations' menu. A new ERPLAB dataset is generated, with CSD data in the place of EEG/ERP data.
In the ERP Measurement tool, ERPLAB can record measurements of local peaks and the time of a fractional peak, like 50% peak. Previously, this fractional peak measurement was taken from the 'onset' of the peak, before the peak. In v6.0, ERPLAB also has an option to measure the fractional peak 'offset', the 50% peak value after the peak.
For more easy editing, ERPLAB documentation has been moved to a wiki here.