Closed Programmerwyl closed 3 years ago
I would like to confirm whether there is a problem with this code diff = y - a + bx and whether it should be changed to diff = y - (a + bx)
thanks
Yes. You are right. Luckily it is in the subpixel outlier removal routine and the bug doesn't have a huge impact. I've updated the code and the QGIS plugin. Thank you!
I would like to confirm whether there is a problem with this code diff = y - a + bx and whether it should be changed to diff = y - (a + bx)
thanks