Skip to content

duplicate track IDs across locations is allowed but causes problems #149

@Dev-Lan

Description

@Dev-Lan

We should allow track ids to be repreated across locations. e.g.

Location 1 has trackID=42
and
Location 2 has trackID=42

This fine and should be expected. As opposed to:

Location 1 has trackID=42
Location 1 has a different cell with trackID=42

This is just an error in the data.

We have some code that does not handle this correctly. I know that datasetLoader.addAggregateColumn at least does not handle this correctly. You can see in the code it is grouping by just trackId.

The way we first noticed this in the UI is with the "Track Length" distribution. Since it groups by just track ID the track lengths (number of cell instances in each track) are way too high. E.g. in an experiment with 72 frames, 72 must be the max length, but we saw a max of 10,000.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Loon 2.0 PaperFeatures designed for the Loon PaperbugSomething isn't workingfrontendDeals with Vue Frontend

    Type

    No type

    Projects

    Status

    Ready

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions