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

workaround for LazyTiff not working with fastplotlib.ImageWidget window_funcs #164

Closed
kushalkolar opened this issue Jan 21, 2023 · 1 comment

Comments

@kushalkolar
Copy link
Collaborator

workaround for now until there's a permanent fix, use frame_apply and set the window averaging manually.

iw.frame_apply = {0: lambda f: np.mean(movie[iw.current_index["t"] - 13:iw.current_index["t"] + 13], axis=0)}
@kushalkolar
Copy link
Collaborator Author

fixed in #175

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