We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4adafd3 commit ef0f62aCopy full SHA for ef0f62a
src/diffpy/labpdfproc/tools.py
@@ -6,6 +6,9 @@
6
7
WAVELENGTHS = {"Mo": 0.71, "Ag": 0.59, "Cu": 1.54}
8
known_sources = [key for key in WAVELENGTHS.keys()]
9
+
10
+# Exclude wavelength from metadata to prevent duplication,
11
+# as the dump function in diffpy.utils writes it explicitly.
12
METADATA_KEYS_TO_EXCLUDE = ["output_correction", "force_overwrite", "input", "input_paths", "wavelength"]
13
14
0 commit comments