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

Use vector layer for orientation? #329

Open
ziw-liu opened this issue Mar 13, 2023 · 1 comment
Open

Use vector layer for orientation? #329

ziw-liu opened this issue Mar 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ziw-liu
Copy link
Contributor

ziw-liu commented Mar 13, 2023

Currently we render full RGB images for orientation overlays. This can be slow for 3D overlays.

Napari also has ND vector layers that can be colored by angle. Not sure about the performance but maybe worth trying?

This is completely QoL and low priority.

@ziw-liu ziw-liu added the enhancement New feature or request label Mar 13, 2023
@talonchandler
Copy link
Collaborator

talonchandler commented Mar 14, 2023

Thanks! I'm definitely aware of this napari feature, and I've been playing with it a bit on the cli-overlay branch.

Screenshot 2023-03-13 at 5 57 22 PM

I still have to sort through many corner cases before it's ready to merge---it's been tricky to get it to work smoothly in ND.

Based on my experience so far, I doubt this feature will be faster than RGB overlays. But it is extremely helpful for interpretation. I've mostly been working on it as needed for my own QoL...so it's unlikely to merge ahead of AQLM unless there's an urgent need.

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

2 participants