Napari Visualization tool for Trackmate > 6.0 and bTrackmate XML files for 2/3D + time tracks. Available via pip package napatrackmater.
BSD 3-Clause "New" or "Revised" License
16
stars
4
forks
source link
export track vertices as csv for napari #2
Closed
erjel closed 3 years ago
Hi,
sorry that I interrupt again...
I played a little around with the function
ImportTrackmateXML
and found that the tracks should be exported to a csv-File.The file, however, only contained a single line (since
Tloc
,Zloc
, etc. are initialized in every loop).By reordering the lines, the csv file now contains a complete array of track infromation which is directly usable in napari:
Best wishes,
Eric