includeMeasurementExtensions
This option cannot be used in config_system.m. EATB is able to process a variety of file formats as listed in Measurement Files . If your data set contains files of mixed formats, you can restrict the processing to one format, if needed. That means, EATB considers only the files of the specified format and ignores the others. For example, you can use the following syntax with EATB Worker in start.m:
rb.settings.includeMeasurementExtensions = {'mf4'} ;
% OR
rb.settings.includeMeasurementExtensions = {'dat'} ;
% OR
rb.settings.includeMeasurementExtensions = {'zip'} ;