1

Hello,

I am somewhat new to Kinovea and for part of the project that I am working on, I need to modify the source code regarding saving the horizontal and vertical positions from the linear kinematics tab as a csv file. Where in the source code can this be accomplished?

2

You are probably looking for Kinovea/Kinovea.ScreenManager/Measurement/Plotting/FormMultiTrajectoryAnalysis.cs > GetCSV()

https://github.com/Kinovea/Kinovea/blob … is.cs#L524

Although you can also look at the "transpose" function of the target spreadsheet application, this should be simpler to work out. See here for Excel for example: https://support.microsoft.com/en-us/off … f862209744