public CalibrationPoint()
 {
     Coordinates = new Point2D();
     MeanEstimatedCoords = new Point2D();
     Accuracy = new Accuracy();
     MeanError = new MeanError();
     StandardDeviation = new StandardDeviation();
 }