mastodon-sc / mastodon

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

Color TrackScheme Hierarchy according to the time point #213

Closed stefanhahmann closed 1 month ago

stefanhahmann commented 1 year ago

User Story

As a Mastodon user, I may use the TrackScheme Hierarchy view to get a generalised overview of the lineage tree. This view does not contain any individual spots and is not scaled according to the time model making it easier for the user to investigate the lineage tree structure as a whole. It may still be useful for the user, if the lineage tree could be rendered in a way that highlights branches that already exist at a certain timepoint while navigating through the available time steps in other views.

Acceptance criteria

  1. The Branches in the TrackScheme Hierarchy that do not exist at a time point selected via BigDataViewer or TrackScheme are drawn in a faded color, e.g.: grafik
  2. This feature is only available if the TrackScheme Hierarchy View is coupled to other views: grafik
  3. Original branch color is used in this case: TimePointModel.TimePoint >= BranchSpot.FirstTimePoint
  4. A mixture of background color and branch color is used in all other cases

Tasks

Additional information:

stefanhahmann commented 1 month ago

Resolved via #231