ucdavis / erplab

ERPLAB Toolbox is a free, open-source Matlab package for analyzing ERP data. It is tightly integrated with EEGLAB Toolbox, extending EEGLAB’s capabilities to provide robust, industrial-strength tools for ERP processing, visualization, and analysis. A graphical user interface makes it easy for beginners to learn, and Matlab scripting provides enormous power for intermediate and advanced users.
http://erpinfo.org/erplab
267 stars 73 forks source link

Data quality info persists after transforming operations #143

Open andrewxstewart opened 3 years ago

andrewxstewart commented 3 years ago

At the moment, data quality info is saved in ERP.dataquality at the point of ERP averaging.

There are operations in ERPLAB like ERP Channel Operations, ERP Bin Operations, and filtering, that modify the ERP data. As of now, the data in ERP.dataquality persist.

Perhaps this data should be cleared when it is 'stale', where it no longer applies to the ERP data as it is.