Skip to main content
. 2022 Feb 27;22(5):1875. doi: 10.3390/s22051875
Algorithm 6. Fragment of the Python code: calculation of the error values.
# error variables from the comparison process
errorX = self.setPointX − inputX
errorY = self.setPointY − inputY
# print(errorX, errorY)