The import of trajectory files only handles the columns 'id', 'frame', 'x', 'y'.
I suggest including further (optional) columns:
'z', 'markerID' and maybe also 'time'
This should be handled at least in the functions <load_trajectory_data_from_txt> and in the data class .
The import of trajectory files only handles the columns 'id', 'frame', 'x', 'y'.
I suggest including further (optional) columns:
'z', 'markerID' and maybe also 'time'
This should be handled at least in the functions <load_trajectory_data_from_txt> and in the data class .