Hi, 
I was wondering if anyone was able to get a 5 stars calibration. 
The best I was able to achieve is 4 stars. 
Thanks 
Christophe.
			
		            if (accuracy < 0.5) // perfect
                return 5; 
            if (accuracy < 0.7) // moderate etc.
                return 4;
            if (accuracy < 1)
                return 3;
            if (accuracy < 1.5)
                return 2;
  
            return 1; // redo
  
  Return to Issues and troubleshooting - Windows