Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
ARPES/tabular-to-yaml/~$mpes-nexus_metadata_parameters.xlsx
**/__pycache__/
.ipynb_checkpoints
.DS_Store
391 changes: 391 additions & 0 deletions XRD/NXxrd.nxdl.xml

Large diffs are not rendered by default.

370 changes: 370 additions & 0 deletions XRD/NXxrd.yaml

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion XRD/example_data/.folder

This file was deleted.

Binary file removed XRD/example_data/EJZ060_13_224_RSM(1).brml
Binary file not shown.
10 changes: 10 additions & 0 deletions XRD/example_data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Reading data with `RASXfile``

The `RASXfile` object has three fields/methods:

- **data**: Holding the scan and intensity data.
- **\_meta**: A dict of metadata from the files. These files are dumped to json files in this repository.
- **get_RSM()**: A function to readout the reciprocal space map, this contains the intensity values + scan positions.
This essentially combines the data and positions data.
- **positions**: Holding arrays of positions for the different scan axes.
- **images**: Seems to be empty for all example files.
Loading