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

create array-like object for reconstructed movie, background and residuals #139

Closed
kushalkolar opened this issue Dec 4, 2022 · 1 comment

Comments

@kushalkolar
Copy link
Collaborator

mostly just need something with a __getitem__() for indexing that calls the current cnmf.get_rcm() etc. so that it can be used like any other array for purposes like fastplotlib/fastplotlib#51

maybe look into pims, might be possible to create an array-like object with their API and have it work for our purposes

@kushalkolar
Copy link
Collaborator Author

kushalkolar commented Dec 6, 2022

so pims is not what we want since it uses slicerator which cannot do lazy-loading of multiple indices 🤷‍♂️ (this is necessary for frame averaging)

@kushalkolar kushalkolar mentioned this issue Dec 8, 2022
9 tasks
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