Closed ehoops-cz closed 5 months ago
addTrack may need to keep track of children tracks?
Just a note on this - I think the exact track "graph" is not available in the current file format. Fetching a row of tracks_to_tracks
gets the full lineage, so the information about only direct children is lost. I think this could be encoded there without much (any) additional overheard (at least in storage), but I'd need to give it a little thought.
Export a list of trackIds only?
We also discussed making the "full" tracking CSV available for download along with this.
@ehoops-cz and I chatted about this last week. I think this can be done by adding the parent track ID as the data in the tracks_to_tracks
table. Currently the data
in that array is unused.
Export cells in csv for import into napari (just selected tracks?)
Each point gets a row -- x,y,z,time,trackId,parentTrackId(?) -- Same as csv on zebrahub file server
addTrack may need to keep track of children tracks?
Export a list of trackIds only?