Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 702 Bytes

transformsutility.rst

File metadata and controls

14 lines (10 loc) · 702 Bytes

Transforms Utility

The diffpy.utils.transforms module provides a set of functions for managing and analyzing diffraction data, including angle-space transformations between q, 2theta, and d-spacing.

These functions allow developers to standardize diffraction data and convert it between different spacings, simplifying analysis, visualization, and processing. They are also internally used by the DiffractionObject class for efficient data manipulation. For more information about this, click :ref:`here <DiffractionObject Utility>`.

For a more in-depth tutorial for how to use these functions, click :ref:`here <Transforms Example>`.