From a7d8087ac49d1f4ddd51c3ce2dd7c8e30a6988f1 Mon Sep 17 00:00:00 2001 From: Brianna Major Date: Wed, 27 Dec 2023 11:34:41 -0500 Subject: [PATCH] Add initial detector templates Signed-off-by: Brianna Major --- hexrd/resources/detector_templates/__init__.py | 0 .../dexela-2923-detector-subpanel.yml | 16 ++++++++++++++++ .../detector_templates/dexela-2923-detector.yml | 16 ++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 hexrd/resources/detector_templates/__init__.py create mode 100644 hexrd/resources/detector_templates/dexela-2923-detector-subpanel.yml create mode 100644 hexrd/resources/detector_templates/dexela-2923-detector.yml diff --git a/hexrd/resources/detector_templates/__init__.py b/hexrd/resources/detector_templates/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/hexrd/resources/detector_templates/dexela-2923-detector-subpanel.yml b/hexrd/resources/detector_templates/dexela-2923-detector-subpanel.yml new file mode 100644 index 000000000..42d039672 --- /dev/null +++ b/hexrd/resources/detector_templates/dexela-2923-detector-subpanel.yml @@ -0,0 +1,16 @@ +Dexela 2923 Subpanel: + saturation_level: 15800 + buffer: [1, 1] + pixels: + columns: 1536 + rows: 1944 + size: [0.0748, 0.0748] + transform: + tilt: + - 0 + - 0 + - 0 + translation: + - 0 + - 0 + - 0 diff --git a/hexrd/resources/detector_templates/dexela-2923-detector.yml b/hexrd/resources/detector_templates/dexela-2923-detector.yml new file mode 100644 index 000000000..ef591c127 --- /dev/null +++ b/hexrd/resources/detector_templates/dexela-2923-detector.yml @@ -0,0 +1,16 @@ +Dexela 2923: + saturation_level: 15800 + buffer: [2, 2] + pixels: + columns: 3072 + rows: 3888 + size: [0.0748, 0.0748] + transform: + tilt: + - 0 + - 0 + - 0 + translation: + - 0 + - 0 + - 0