As stated in this thread. It should be possible to recalibrate a single point
Overall, points with no data should always be re-sampled but you can define your own threshold for accuracy, mean error or standard deviation (spread)..
Simply add the bad points to a queue and run the display sequence again. The server automatically will replace the data for each point based on the X/Y location.
But this only works as far as I can tell if the server thinks one of the points contains a STATE_RESAMPLE/STATE_NO_DATA.
This can easily be tested:
Calibrate 9 points competently.
Re-sample the first point.
Recieve and print response from server:
- Code: Select all
ReplyFailed
Category: calibration
Request: pointend
StatusCode: 403
StatusMessage: Another client initiated calibration
This is because it erroneously thinks that the calibration is over I'm guessing.
I'm trying to define my own threshold for accuracy. How do I work around this?