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.
diffpy.utils.transforms.d_to_tth
1 parent 44328a2 commit 3ea591bCopy full SHA for 3ea591b
docs/source/examples/transforms_example.rst
@@ -59,5 +59,5 @@ This example will demonstrate how to use the functions in the
59
from diffpy.utils.transforms import d_to_tth
60
61
wavelength = 0.71
62
- d = np.array([1.0, 0.8, 0.6, 0.4, 0.2])
+ d = np.array([1.0, 0.8, 0.6, 0.4])
63
tth = d_to_tth(d, wavelength)
0 commit comments