System.out.format(Locale.US,"Rough line found = %5.1f; InverseLocation gives (margin of %d around rough line): line = %5.3f, pixel = %5.3f %n",roughLine,margin,sensorPixelRoughLine.getLineNumber(),sensorPixel.getPixelNumber());
System.out.format(Locale.US,"Rough line found = %5.1f; InverseLocation gives (margin of %d around rough line): line = %5.3f, pixel = %5.3f %n",roughLine,margin,sensorPixelRoughLine.getLineNumber(),sensorPixel.getPixelNumber());