From 34e1d1808c882873da3b40e1b040e52e1c8c503f Mon Sep 17 00:00:00 2001 From: appel_c Date: Sun, 30 Nov 2025 14:31:28 +0100 Subject: [PATCH] w --- .../timepix/default_pixel_maps/test_pixel_map.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 superxas_bec/devices/timepix/default_pixel_maps/test_pixel_map.json diff --git a/superxas_bec/devices/timepix/default_pixel_maps/test_pixel_map.json b/superxas_bec/devices/timepix/default_pixel_maps/test_pixel_map.json new file mode 100644 index 0000000..9035172 --- /dev/null +++ b/superxas_bec/devices/timepix/default_pixel_maps/test_pixel_map.json @@ -0,0 +1,13 @@ +{"type": "PixelMap", + "chips": [ + {"i": 0, "p": [0, 1], "f": [0.5, 0.5]}, + {"i": 0, "p": [1, 2], "f": [0.5, 0.5]}, + {"i": 0, "p": [1, 2], "f": [0.5, 0.5]}, + {"i": 0, "p": [0, 1], "f": [0.5, 0.5]}, + {"i": 0, "p": [1, 2], "f": [0.5, 0.5]}, + {"i": 0, "p": [1, 2], "f": [0.5, 0.5]}, + {"i": 0, "p": [0, 1], "f": [0.5, 0.5]}, + {"i": 0, "p": [1, 2], "f": [0.5, 0.5]} + ] +} +