mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
67 stars 20 forks source link

connection lines disappear in TS #65

Closed xulman closed 5 years ago

xulman commented 5 years ago

On this dataset I have run into this issue: the connection lines that span across multiple time points occasionally disappear as a function of zoom. Have a look into this recordings, on Mac:

behaviour 1

behaviour 2

tinevez commented 5 years ago

Yep we are aware of it. And we son't be fixing it now :)

This bug is due to the fact that when plotting in TrackScheme, we fetch the spots to draw, and from the spots, the links. If the spots are not shown in the TS window, their edges will not be drawn.

This is a problem when you have non-dense lineages, like when you have spots every 10 time-points. Right now all the lineaging method we provide are dense so we postponed fixing this problem to later. Probably for the 2nd release that will include branch graphs. And we are not even at the first release...

tinevez commented 5 years ago

Duplicate of #29