Skip to main content

A Python package for visualizing and analyzing X-ray Diffraction (XRD) experimental data, providing tools to process, visualize, and extract meaningful insights from XRD patterns and measurements.

Project description

XRD-utils is a Python package for loading, aligning, analyzing, and visualizing X-ray diffraction (XRD) data, including line scans and reciprocal space maps.

Installation

Install from PyPI:

pip install XRD-utils

Install from source:

git clone https://github.com/yig319/XRD-utils.git
cd XRD-utils
pip install -e .

Clone On A New Desktop

From a fresh machine, use:

git clone https://github.com/yig319/XRD-utils.git
cd XRD-utils
python -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -r requirements-dev.txt
pip install -e .

Notes:

  • requirements.txt contains runtime dependencies.

  • requirements-dev.txt includes runtime + test/build/docs tooling.

Quick Start

import numpy as np
from xrd_utils.xrd_utils import detect_peaks, calculate_fwhm

# Example synthetic profile
x = np.linspace(40, 50, 500)
y = np.exp(-((x - 45.0) ** 2) / 0.02) + 0.05

peak_x, peak_y = detect_peaks(x, y, num_peaks=1, prominence=0.1)
fwhm, amp, left, right = calculate_fwhm(x, y, peak_x[0])

Runnable Demo

Try a full synthetic workflow (peak detection, FWHM, alignment, and plotting):

# from repo root
PYTHONPATH=src python examples/demo_xrd_scan.py

This writes a demo figure to examples/output/demo_xrd_scan.png.

Features

  • Peak detection and alignment utilities for XRD scans.

  • FWHM estimation and fringe-based thickness estimation helpers.

  • Visualization for stacked 1D XRD scans.

  • Reciprocal space mapping (RSM) plotting tools.

Documentation

Sphinx documentation is provided in the docs directory.

Build docs locally:

pip install -r docs/requirements.txt
pip install -e .
sphinx-build -b html docs docs/_build/html

License

This project is licensed under the MIT License. See LICENSE.txt.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xrd_utils-5.0.tar.gz (576.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

xrd_utils-5.0-py3-none-any.whl (18.1 kB view details)

Uploaded Python 3

File details

Details for the file xrd_utils-5.0.tar.gz.

File metadata

  • Download URL: xrd_utils-5.0.tar.gz
  • Upload date:
  • Size: 576.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for xrd_utils-5.0.tar.gz
Algorithm Hash digest
SHA256 4def4da1d26f9b1dbfb0deeae3c3371d21a09af5c35b951a0da970128b43f8e2
MD5 e5f71b8abfc5c989061400f6d34856fa
BLAKE2b-256 828885ef82f8a7e53a75e1aac35c2af941ef7bf0e5ed5c809f11fdbac892ca14

See more details on using hashes here.

Provenance

The following attestation bundles were made for xrd_utils-5.0.tar.gz:

Publisher: main.yml on yig319/XRD-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xrd_utils-5.0-py3-none-any.whl.

File metadata

  • Download URL: xrd_utils-5.0-py3-none-any.whl
  • Upload date:
  • Size: 18.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for xrd_utils-5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2d1f4c528a48c99c44266d227dd9632ee2f14fec6ede1e4d24166b50bdd3474c
MD5 3e13ad7fa575f08044a3e44431074035
BLAKE2b-256 7e111f96e5bbbe8de8a650c31444b8193f69401303f8977f4aa9b7cf0ccd4ac2

See more details on using hashes here.

Provenance

The following attestation bundles were made for xrd_utils-5.0-py3-none-any.whl:

Publisher: main.yml on yig319/XRD-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page