Skip to content

Commit

Permalink
Add calcite Raman bands
Browse files Browse the repository at this point in the history
  • Loading branch information
georgievgeorgi committed Nov 26, 2024
1 parent 5fb0ec0 commit 30fec87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ramanchada2/misc/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 30fec87

Please sign in to comment.