trackmate-sc / TrackMate

TrackMate is your buddy for your everyday tracking.
https://imagej.net/plugins/trackmate
GNU General Public License v3.0
169 stars 76 forks source link

Selecting only track links/edges #271

Closed msphan closed 1 year ago

msphan commented 1 year ago

We can select the whole track or the upward/downward of track from the spot we click in the TrackScheme. The selection includes both spots and links of the track, but is it possible to select only the links? This would be useful when we want to remove the links but not the spots.

tinevez commented 1 year ago

Hello @msphan,

This commit https://github.com/trackmate-sc/TrackMate/commit/7b364de4dbab0847eb23e000121b1066dd391e52

introduces the possibility to remove only the links from a selection, from an item in TrackScheme popup menu.

It only partially addresses your suggestion. But is it good enough? Can I close this issue?

msphan commented 1 year ago

I tested this new function and it worked perfectly! Many thanks @tinevez !! I think the issue can be closed.