Switched Robot 36 channel order to CrCb.

This commit is contained in:
Blaine Murphy 2017-10-23 22:52:21 -04:00
parent de1d2ba891
commit 974118473b

View file

@ -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(