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 ceba7f9 commit 2d1c104Copy full SHA for 2d1c104
src/diffpy/utils/diffraction_objects.py
@@ -289,7 +289,7 @@ def all_arrays(self):
289
Examples
290
--------
291
To access specific arrays individually, use these slices:
292
-
+
293
>>> my_do.all_arrays[:, 0] # yarray
294
>>> my_do.all_arrays[:, 1] # xarray in q
295
>>> my_do.all_arrays[:, 2] # xarray in tth
0 commit comments