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

“add segment index” button for volume annotations that don’t have one #7144

Closed
fm3 opened this issue Jun 15, 2023 · 3 comments · Fixed by #7376
Closed

“add segment index” button for volume annotations that don’t have one #7144

fm3 opened this issue Jun 15, 2023 · 3 comments · Fixed by #7376

Comments

@fm3
Copy link
Member

fm3 commented Jun 15, 2023

Similar to the downsample button, this would internally use the duplicate route and replace the tracing id in the annotation layer.

Would need a new route on webknossos backend side that forwards this to tracingstore (should be quick to do)

Note that this is currently only possible for volume annotations with no fallback segmentation layer

@fm3
Copy link
Member Author

fm3 commented Aug 14, 2023

unassigning myself as the backend part is done

@fm3 fm3 removed the backend label Aug 14, 2023
@fm3 fm3 removed their assignment Aug 14, 2023
@philippotto
Copy link
Member

Is there a way to know whether a volume tracing has a segment index?

@MichaelBuessemeyer This is probably quick to do and could be something for you in this sprint. I imagine an entry in the layer dropdown.

@fm3
Copy link
Member Author

fm3 commented Aug 17, 2023

Is there a way to know whether a volume tracing has a segment index?

Yes, see VolumeTracing.proto, optional bool hasSegmentIndex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment