Skip to content

Commit 402677b

Browse files
docs: update news and wavelength
1 parent 5fecd14 commit 402677b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

news/utils-updates.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Changed:**
66

7-
* Functions related to diffraction_objects and tools modules in `diffpy.utils` to reflect changes in version 3.6.0.
7+
* Functions that use DiffractionObject` in `diffpy.utils` to follow the new API.
88

99
**Deprecated:**
1010

src/diffpy/labpdfproc/tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from diffpy.utils.diffraction_objects import ANGLEQUANTITIES, QQUANTITIES, XQUANTITIES
55
from diffpy.utils.tools import check_and_build_global_config, compute_mud, get_package_info, get_user_info
66

7-
WAVELENGTHS = {"Mo": 0.71073, "Ag": 0.55941, "Cu": 1.5406}
7+
WAVELENGTHS = {"Mo": 0.71073, "Ag": 0.59, "Cu": 1.5406}
88
known_sources = [key for key in WAVELENGTHS.keys()]
99

1010
# Exclude wavelength from metadata to prevent duplication,

0 commit comments

Comments
 (0)