https://github.com/diamondlightsource/islatu
X-ray reflectometry reduction from Diamond Light Source
https://github.com/diamondlightsource/islatu
Last synced: 8 months ago
JSON representation
X-ray reflectometry reduction from Diamond Light Source
- Host: GitHub
- URL: https://github.com/diamondlightsource/islatu
- Owner: DiamondLightSource
- License: mit
- Created: 2020-02-05T13:01:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-05T14:01:11.000Z (10 months ago)
- Last Synced: 2025-07-29T01:43:16.198Z (8 months ago)
- Language: Python
- Homepage: https://islatu.readthedocs.io/
- Size: 27.8 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# islatu
X-ray reflectometry reduction from Diamond Light Source
[](https://codecov.io/gh/RBrearton/islatu)
[](https://github.com/pytest/islatu/actions)
[](https://islatu.readthedocs.io/en/latest/?badge=latest)
### Install
This package can be easily installed using `pip install islatu`.
### Installation from source
To install in a fresh environment, first ensure that pip is available. For
example, using conda:
```
conda create --name islatu
conda activate islatu
conda install pip
```
Assuming that pip is available, installation of the library from source can be
done by cloning this repository. Navigate to its directory and use pip to
install this package and its dependencies as follows:
```
python -m pip install . -r requirements.txt
```
Make sure that your installation is functioning by running `pytest`.
### Documentation
The documentation for this package can be found at https://islatu.readthedocs.io/en/latest/
An example of a typical data reduction workflow can be found at https://islatu.readthedocs.io/en/latest/i07_reflectivity.html
To build the documentation, make sure you have sphinx installed on your system.
Go to the docs directory and run
```
make html
```