arnodelorme / mffmatlabio

MFF Matlab file importer and exporter
GNU General Public License v3.0
11 stars 16 forks source link

Improvement: read subset of channels or trials #14

Closed arnodelorme closed 4 years ago

arnodelorme commented 4 years ago

Does the plugin feature restricted reading at all (either channel- or trial-wise)?

Or is this a limitation of the JAVA plugin? Such a feature might also reduce the large amount of heap required.

arnodelorme commented 4 years ago

It is technically possible to change the code to read subset of channels. It would not reduce heap usage because data is organized in blocks in which all data has to be read (then discarded).

Such change would require to change a collection of functions because all MFF files are interdependent - and likely generate more problems that it would solve.