Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
We have provided a presentation on the RRUFF data structure.
|
| 7 |
+
|
| 8 |
+
Diffraction data in the RRUFF database is recorded in two separate files:
|
| 9 |
+
|
| 10 |
+
- One, named "Powder_Xray_Data," stores diffraction data in reciprocal space.
|
| 11 |
+
- The other, named "Powder_DIF_File," stores crystal structures and the PDF (Pair Distribution Function) of the material.
|
| 12 |
+
|
| 13 |
+
We match these files by their code in the file names and search for the **X-RAY WAVELENGTH** to convert the reciprocal pattern to a real-space pattern that aligns with our data format in SimXRD.
|
| 14 |
+
|
| 15 |
+
Since the **X-RAY WAVELENGTH** is essential for acquiring XRD in real space, if the **X-RAY WAVELENGTH** is missing, we substitute it with a value of 1.54 Å (angstroms).
|