From a38b04280f62dd1d74e51666989b8790c3e1f4c4 Mon Sep 17 00:00:00 2001 From: Marko Mecina <marko.mecina@univie.ac.at> Date: Wed, 2 Oct 2024 13:39:31 +0200 Subject: [PATCH] extend supported SCOS data formats --- Ccs/s2k_partypes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ccs/s2k_partypes.py b/Ccs/s2k_partypes.py index dacb9c6..c031355 100644 --- a/Ccs/s2k_partypes.py +++ b/Ccs/s2k_partypes.py @@ -13,8 +13,8 @@ DEFAULT_FORMATS = { 9: 'int13', 10: 'int14', 11: 'int15', 12: 'h', 13: 'i24', 14: 'i'}, 5: {1: 'f', 2: 'd'}, 6: {8: 'B', 16: 'H', 24: 'I24', 32: 'I'}, - 7: {}, # 0: 'vOCT'}, - 8: {}, # 0: 'vASCII'}, + 7: {0: 'octX'}, + 8: {0: 'asciiX'}, 9: {17: 'CUC917', 18: 'CUC918'}, 11: {0: 'deduced'}, 'SPARE': {8: '1x', 16: '2x', 24: '3x', 32: '4x'}, -- GitLab