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

Keyboard shortcuts and other ergonomic considerations #10

Open
jni opened this issue Jun 25, 2021 · 0 comments
Open

Keyboard shortcuts and other ergonomic considerations #10

jni opened this issue Jun 25, 2021 · 0 comments

Comments

@jni
Copy link
Owner

jni commented Jun 25, 2021

In moving from a specialised application to a napari plugin, we've lost some of @AbigailMcGovern's nice keyboard shortcuts for complex actions. I'm copying here the docstring of the corresponding class so we remember to implement something similar.

Correct labels to create a ground truth with five operations,
each of which correspond to the following number key.
(1) toggle selection of points - to seed watershed to split
labels.
(2) watershed - recompute watershed for joined labels based on
chosen points.
(3) toggle pick label colour - choose the colour of the label
with which to paint.
(4) toggle label fill mode - for merging labels
(5) toggle paint mode - paint new label.

Output can be saved to a new file by using Control-s. Note that this is
not necessary if using tensorstore, as annotations will be written to
file. However, this is still useful for generating separate copies of
GT data (if completing annotations of whole frames). If time_index is
None, the save operation will make a copy of the currently displayed
frame (dim = t) and the file will have a suffix of the form
"t_GT.zarr".

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