Hello!
In the definition of the intensity_factor field in the session message the Profile documentation says this is an uint16 and that you have to apply a scale of 1000. That is, divide the raw uin16 value by 1.000.
If I do so, all my resulting values are exactly a factor 3.6 too high. Which means that the scaling factor must be 3600, not 1000?!
My software processes other scaling of uint16 values correct (like avg_speed, max_speed), so the error is not likely to be in my routines.
Kind regards,
Frank