Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: read subset of channels or trials #14

Closed
arnodelorme opened this issue Oct 11, 2019 · 1 comment
Closed

Improvement: read subset of channels or trials #14

arnodelorme opened this issue Oct 11, 2019 · 1 comment

Comments

@arnodelorme
Copy link
Owner

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
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant