palvarezc / cavendish-particle-tracks

A Napari plugin to perform a simple particle tracking analysis for the Cavendish laboratory's Undergraduate Part II Particle Tracks experiment.
https://palvarezc.github.io/cavendish-particle-tracks/
Other
2 stars 0 forks source link

Points for radius and length calculation are persisted for every event and view #165

Closed samcunliffe closed 1 month ago

samcunliffe commented 1 month ago

When adding points for radius and decay length calculation, the points persist for each event. So on clicking next event, the points at the positions for the analysis of the previous event are still on screen. When moving back to the previous event, any changes to the points persist.

We want to explore persisting the points added to event n-1 and creating new points for event n.

samcunliffe commented 1 month ago

This duplicates