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

Allow to correctly open bmlab files with repetitions of different dimensions #52

Open
raimund-schluessler opened this issue Sep 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@raimund-schluessler
Copy link
Contributor

Impose cannot open bmlab files with repetitions of different dimensions correctly, because it stores the meta data per file and has no concept of multiple repetitions in the same file.

Here

"shape": channels[chan[0]].shape,

we simply use the shape of the first repetition, but this fails if other repetitions have different shapes.

@raimund-schluessler raimund-schluessler added the enhancement New feature or request label Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant