From 68c65f01e7b32cfd9cd60595cb4780f14e878fe9 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 30 Nov 2018 15:03:00 -0800 Subject: [PATCH] fixed channel assignments --- pycmx/parse_cmx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pycmx/parse_cmx.py b/pycmx/parse_cmx.py index 60719aa..30569bc 100644 --- a/pycmx/parse_cmx.py +++ b/pycmx/parse_cmx.py @@ -40,8 +40,8 @@ class CmxChannelMap: "A2" : (False, False, True), "AA" : (False, True, True), "B" : (True, True, False), - "V/AA" : (True, True, True), - "V/A2" : (True, False, True) + "AA/V" : (True, True, True), + "A2/V" : (True, False, True) }