ices-eg / SmartDots

SmartDots is the otolith reading software developed by ILVO that ICES is collaborating on
GNU General Public License v3.0
9 stars 2 forks source link

Number of annotations in the event is wrong when the reader opens the event #371

Open cmspinto opened 1 month ago

cmspinto commented 1 month ago

When the reader opens an event the num Annotations is wrong. Get's corrected when the user open the sample, but the initial number is wrong for example:

image

After selecting the user can see it there is only one: image

cmspinto commented 1 month ago

The bug has been fixed, but we've identified a discrepancy between the Software and the API. The API counts the number of annotations per sample, while the Software counts the number of annotations per image.

This issue will only be noticeable in a few cases, but it remains a bug.

An example of the bug where the same sample was given two readings with distinct ages: image

image

Should the number of annotations be per Sample or per Image?