From 05a5d33ef92264c670f039a48cafd2e982c780c5 Mon Sep 17 00:00:00 2001 From: Stuart Longland Date: Sat, 27 Jul 2024 11:17:26 +1000 Subject: [PATCH] color: Drop width for Scottie S2 mode It's the same width as the other Scottie modes according to the Dayton paper presented by JL Barber (N7CXI). --- pysstv/color.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pysstv/color.py b/pysstv/color.py index b52879c..3944e09 100644 --- a/pysstv/color.py +++ b/pysstv/color.py @@ -74,7 +74,6 @@ class ScottieS1(MartinM1): class ScottieS2(ScottieS1): VIS_CODE = 0x38 SCAN = 88.064 - ScottieS1.INTER_CH_GAP - WIDTH = 160 class ScottieDX(ScottieS1):