xrd.FringeThickness: Fringe thickness calculation

View source: R/xrd.FringeThickness.R

xrd.FringeThicknessR Documentation

Fringe thickness calculation

Description

Given two angles (2Theta) and the x-ray wavelength, the corresponding thickness in units of Angstrom is returned

Usage

xrd.FringeThickness(theta1, theta2, lambda = 1.5406)

Arguments

theta1

first Two Theta (2Theta) angle in degree

theta2

second Two Theta (2Theta) angle in degree

lambda

wave length of x-ray radiation in units of Angstrom

Value

thickness in units of Angstrom

Examples

# Should be 111.64 nm
xrd.FringeThickness(66.22698, 66.32140)


thomasgredig/rigakuXRD documentation built on Nov. 7, 2024, 12:04 a.m.