1

Hello,

I am new to Kinovea (version 9.5.) and try to switch between signed angle and  unsigned angle. However, I cannot find the choice between these options anywhere when I am tracking an "angle to vertical".   Am I missing something?
Thank you very much.
Johann (Physiology Kiel University)

2

Hi,
You are not missing anything, changing this option is not implemented for this tool at the moment.

That being said this tool is entirely defined in an XML file where this aspect is just an attribute so you could change it from there in the meantime.

In the program directory locate the DrawingTools > Custom > "8 - Angle to horizontal.xml" file and open it in a text editor.
In the Data section locate this:

<Angles>
    <Angle origin="1" leg1="2" leg2="3" signed="true" ccw="true" supplementary="false" tenth="true"/>
</Angles>

You change the attribute `signed` to `false` to get the unsigned angle.