Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read TSV from old and new QTM #3

Open
alexarje opened this issue Jan 6, 2022 · 0 comments
Open

Read TSV from old and new QTM #3

alexarje opened this issue Jan 6, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@alexarje
Copy link

alexarje commented Jan 6, 2022

I have had some issues with reading TSVs generated from different QTM versions. Newer versions have a header line with TRAJECTORY_TYPES. There is also the option of having a line with column names. This is the set of header lines in the complete set:

NO_OF_FRAMES	
NO_OF_CAMERAS
NO_OF_MARKERS
FREQUENCY	
NO_OF_ANALOG	
ANALOG_FREQUENCY
DESCRIPTION
TIME_STAMP	
DATA_INCLUDED	
MARKER_NAMES	
TRAJECTORY_TYPES	
Frame	

But not all files have all of them. Have tried to add exceptions into the readTsv function, but struggle to make it work with some files. I also see that in QTM 2021 there is an extra tab at the end of the Frame line (a bug). Probably need to write in more exceptions to make it work for all sorts of files exported from QTM.

@alexarje alexarje added the bug Something isn't working label Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant