https://github.com/zpreisler/pymaxrdxrf
https://github.com/zpreisler/pymaxrdxrf
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zpreisler/pymaxrdxrf
- Owner: zpreisler
- License: mit
- Created: 2021-09-22T09:09:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T15:53:48.000Z (about 3 years ago)
- Last Synced: 2025-01-11T08:51:38.939Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 422 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyMaXRDXRF
usage:
```
python main.py data_XRD
```
where data_XRD is a folder with the source data.
after first use you can load '.h5' file with `-l` option
`-s $n` option can be used to set shift at start of the program
`-z $n` option can be used to set z-shift at start of the program
```
python main.py data_XRD -l -s 2
```
Scanning parameters `'Scanning_parameters.txt'` and calibration file `'calibration.ini'` are by default located in the data folder.
Keyboard:
You can print ROIS by pressing `'p'`
Press `'m'` or `space` to change mode
Press `'n'` to change ROI normalization
Press `'c'` to turn on/off calibration
pres `'1'`, `'2'` or `'3'` to change the selection region in the RGB mode.
