From ed047c981a76837c8debef16be45aef260aa8705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Thu, 30 May 2013 19:00:16 +0200 Subject: [PATCH] fixed Martin porch --- color.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/color.py b/color.py index 09a0389..c4de883 100644 --- a/color.py +++ b/color.py @@ -37,9 +37,12 @@ class MartinM1(ColorSSTV): INTER_CH_GAP = 0.572 def before_channel(self, index): - if index != ColorSSTV.GREEN: + if index == ColorSSTV.GREEN: yield FREQ_BLACK, self.INTER_CH_GAP + def after_channel(self, index): + yield FREQ_BLACK, self.INTER_CH_GAP + class MartinM2(MartinM1): VIS_CODE = 0x28