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

Option to "restart" annotation, use existing points layers #11

Open
sofroniewn opened this issue Jan 20, 2021 · 3 comments
Open

Option to "restart" annotation, use existing points layers #11

sofroniewn opened this issue Jan 20, 2021 · 3 comments

Comments

@sofroniewn
Copy link

A complement to #9

@jni
Copy link
Owner

jni commented Jan 20, 2021

This is great, and could be "easily" implemented by adding reference_pts: Optional[layers.Points], moving_pts: Optional[layers.Points] to the start_affinder function signature. If they are not set, we create them, but if they are set, we use the existing ones.

@jni
Copy link
Owner

jni commented Mar 25, 2021

@tlambert03 I don't think there's optional support in magicgui yet, right? ie I'd like to have a combobox for existing points layers in the UI but there should be a "None/create" option in the combobox...

@tlambert03
Copy link
Contributor

Nope not yet. Discussion happening here

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

3 participants