SwisTrack/Components/OutputFile

Description edit

This component allows to write the tracking data to a file. The data are all the data contained in the particles. But only the particles linked to a track will be saved. The ID of the track is linked to the ID of the particle. One file named "track_##.txt" is generated for each track, with ## being the ID of the track. The file is compatible with matlab and can be directly loaded.

Input edit

The tracks resulting of the tracking

Output edit

One file for each track, containing the data of the tracked object, in a tab separated format.

Parameters edit

Output Directory edit

Name of the directory where the files have to be saved.