From 30fec87e8aa16cb6dff9350566a52f9128f287d3 Mon Sep 17 00:00:00 2001 From: Georgi Georgiev Date: Sun, 24 Nov 2024 20:40:59 +0200 Subject: [PATCH] Add calcite Raman bands --- src/ramanchada2/misc/constants.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ramanchada2/misc/constants.py b/src/ramanchada2/misc/constants.py index f4669078..fae6ee80 100644 --- a/src/ramanchada2/misc/constants.py +++ b/src/ramanchada2/misc/constants.py @@ -692,6 +692,9 @@ neon_wl_D3_3_dict = dict(zip(neon_wl_D3_3, [1]*len(neon_wl_D3_3))) +calcite_cwa = [155.21, 281.26, 711.95, 1085.91, 1435.22, 1748.91] +calcite_cwa_dict = dict(zip(calcite_cwa, [1]*len(calcite_cwa))) + NEON_WL: Final = { 785: neon_wl_785_nist_dict, 633: neon_wl_633_nist_dict,