From afde310ac91cace4b5549b36b19ad22463518116 Mon Sep 17 00:00:00 2001 From: coldino <28345893+coldino@users.noreply.github.com> Date: Wed, 19 Jan 2022 22:42:11 +0000 Subject: [PATCH] Fix Lost Island calibrations yet again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Last set was based on old data 😒 --- LarkatorGUI/calibrations.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LarkatorGUI/calibrations.json b/LarkatorGUI/calibrations.json index d262a29..e308f98 100644 --- a/LarkatorGUI/calibrations.json +++ b/LarkatorGUI/calibrations.json @@ -115,9 +115,9 @@ "LatDivisor": 15300, "LonOffset": 49.0196078, "LonDivisor": 15300, - "PixelOffsetX": -28.5, - "PixelOffsetY": 40.25, - "PixelScaleX": 10.6, - "PixelScaleY": 9.975 + "PixelOffsetX": 20, + "PixelOffsetY": 12, + "PixelScaleX": 9.6, + "PixelScaleY": 9.8 } ] \ No newline at end of file