From 635307b254a6f8021c1deaa760c2ab5b030206c3 Mon Sep 17 00:00:00 2001 From: Stuart Longland Date: Mon, 22 Jul 2024 08:24:50 +1000 Subject: [PATCH] color: Fix Scottie DX timing Using actual reference timing values from N7CXI Dayton paper. --- pysstv/color.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pysstv/color.py b/pysstv/color.py index e8fbdcd..b52879c 100644 --- a/pysstv/color.py +++ b/pysstv/color.py @@ -79,7 +79,8 @@ class ScottieS2(ScottieS1): class ScottieDX(ScottieS1): VIS_CODE = 0x4c - SCAN = 345.7696 - ScottieS1.INTER_CH_GAP + # http://www.barberdsp.com/downloads/Dayton%20Paper.pdf + SCAN = 345.6000 - ScottieS1.INTER_CH_GAP class Robot36(ColorSSTV):