You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: