Skip to content

Commit

Permalink
Add RSM to results.XRDMethod (#98)
Browse files Browse the repository at this point in the history
* Add RSM enum value and update description

* Add RSM description from Carsten

* Bump up nomad-lab version
  • Loading branch information
ka-sarthak authored Jun 24, 2024
1 parent be2bd49 commit ff8c7d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
]
dependencies = [
"nomad-lab>=1.2.2.dev399",
"nomad-lab>=1.3.3.dev86",
"xmltodict==0.13.0",
"fairmat-readers-xrd~=0.0.3"
]
Expand Down
4 changes: 2 additions & 2 deletions src/nomad_measurements/xrd/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ class XRayDiffraction(Measurement):
'Small-Angle X-Ray Scattering (SAXS)',
'X-Ray Reflectivity (XRR)',
'Grazing Incidence X-Ray Diffraction (GIXRD)',
# 'Reciprocal Space Mapping (RSM)',
'Reciprocal Space Mapping (RSM)',
]
),
description='''
Expand All @@ -803,8 +803,8 @@ class XRayDiffraction(Measurement):
| **Small-Angle X-ray Scattering (SAXS)** | Used for studying nanostructures in the size range of 1-100 nm. Provides information on particle size, shape, and distribution. |
| **X-ray Reflectivity (XRR)** | Used to study thin film layers, interfaces, and multilayers. Provides info on film thickness, density, and roughness. |
| **Grazing Incidence X-ray Diffraction (GIXRD)** | Primarily used for the analysis of thin films with the incident beam at a fixed shallow angle. |
| **Reciprocal Space Mapping (RSM)** | High-resolution XRD method to measure diffracted intensity in a 2-dimensional region of reciprocal space. Provides information about the real-structure (lattice mismatch, domain structure, stress and defects) in single-crystalline and epitaxial samples.|
''',
# | **Reciprocal Space Mapping (RSM)** | High-resolution XRD method to measure a reciprocal space map. Provides additional information used to aid the interpretation of peak displacement, peak broadening or peak overlap. |
)
results = Measurement.results.m_copy()
results.section_def = XRDResult
Expand Down

0 comments on commit ff8c7d5

Please sign in to comment.