From 974118473b6c07f3291f086dcc5e3e0bd2836a89 Mon Sep 17 00:00:00 2001 From: Blaine Murphy Date: Mon, 23 Oct 2017 22:52:21 -0400 Subject: [PATCH] Switched Robot 36 channel order to CrCb. --- pysstv/color.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysstv/color.py b/pysstv/color.py index ea8df9b..fecaf13 100644 --- a/pysstv/color.py +++ b/pysstv/color.py @@ -94,7 +94,7 @@ class Robot36(ColorSSTV): def encode_line(self, line): pixels = [self.yuv[col, line] for col in range(self.WIDTH)] - channel = (line % 2) + 1 + channel = 2 - (line % 2) y_pixel_time = self.Y_SCAN / self.WIDTH uv_pixel_time = self.C_SCAN / self.WIDTH return chain(