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 option to replace existing entry #14

Open
LauLauThom opened this issue Nov 26, 2020 · 0 comments
Open

Add option to replace existing entry #14

LauLauThom opened this issue Nov 26, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@LauLauThom
Copy link
Owner

LauLauThom commented Nov 26, 2020

Currently annotating the same image or ROI will result in duplicate entries in the table.
Give the option to replace existing entries.

This means checking some column values to see if they contain the value which is about to be appended.
The branch overwrite-bruteforce-search adds a checkbox "Overwriting existing" and a function to find existing rows provided a folder, image and optional slice and roi identifier.

Problem: when measurement is selected the analyzer automatically adds to the result table
From there possible solutions:

  • make the analyzer write to another table with a unique ro, read this row into a dictionary and close the table
  • check if Measure: read last row, delete last row, replace existing row
  • modify the Analyzer class so that it returns the measurement into a variable (but then not available for current version of ImageJ/Fiji)
@LauLauThom LauLauThom added the enhancement New feature or request label Nov 26, 2020
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

1 participant