-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
More cnmf stuff #28
More cnmf stuff #28
Conversation
Ideas:
Current issues:
mesviz-sep-2023-09-18_05.44.23.mp4 |
button to zscore or 0-1 normalize heatmaps and temporals |
TODO:
|
Component eval would be nice to add to here but I will do that later. |
Current state: mesviz_epic-2023-10-14_02.53.48.mp4@EricThomson note that it's a bit slower because I was recording and encoding at 4k while using this. |
mesmerize_viz/_cnmf/_eval.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not yet implemented, will do in a future PR
mesmerize_viz/_cnmf/_time_array.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to delete this later, we will let pynapple
take care of this :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was able to remove this because of ImageWidget.set_data()
One more easy todo:
|
I'm just going to enforce this layout for CNMF: |
Since I have decided to contrain the CNMF viz to be temporal & heatmap + images, I should just switch to using ImageWidget because it will handle all of this automatically: fastplotlib/fastplotlib#344 We can still allow some customization:
Eval UI can then just be placed below everything. |
alright, the beta is basically done. Works in notebook and Qt via https://www.youtube.com/watch?v=GWvaEeqA1hw Final result is: mcorrImageWidget that displays any selection of image-sequences (input, mcorr) and images (mean, corr etc.). CNMFThis offers a lot Displays single temporal component, heatmap, and a selection o image-sequences or images (just like mcorr). Features:
|
No description provided.