https://github.com/rs-station/reciprocalspaceship
Tools for exploring reciprocal space
https://github.com/rs-station/reciprocalspaceship
crystallography pandas xray xray-diffraction
Last synced: 7 months ago
JSON representation
Tools for exploring reciprocal space
- Host: GitHub
- URL: https://github.com/rs-station/reciprocalspaceship
- Owner: rs-station
- License: mit
- Created: 2019-01-23T20:27:11.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-09-23T17:11:30.000Z (8 months ago)
- Last Synced: 2025-09-23T19:13:12.417Z (8 months ago)
- Topics: crystallography, pandas, xray, xray-diffraction
- Language: Python
- Homepage: https://rs-station.github.io/reciprocalspaceship/
- Size: 103 MB
- Stars: 32
- Watchers: 7
- Forks: 14
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 1 / 🚀 = reciprocalspaceship

[](https://rs-station.github.io/reciprocalspaceship)
[](https://pypi.org/project/reciprocalspaceship/)
[](https://anaconda.org/conda-forge/reciprocalspaceship)
[](https://codecov.io/gh/rs-station/reciprocalspaceship)
[](https://github.com/rs-station/reciprocalspaceship/blob/main/LICENSE)
[](https://mybinder.org/v2/gh/rs-station/reciprocalspaceship/main?filepath=docs%2Fexamples)
[](https://doi.org/10.1107/S160057672100755X)
Tools for exploring reciprocal space.
`reciprocalspaceship` provides a `pandas`-style interface for
analyzing and manipulating reflection data from crystallography
experiments. Using this library, it is possible to interactively
work with crystallographic data in Python, enabling easy
integration with modern scientific computing libraries. `reciprocalspaceship`
is intended to support the rapid prototyping of new crystallographic methods and
custom analyses while maintaining clear and performant code.
Features of this library include:
- Crystallographically-aware `pandas` objects, datatypes, and syntax that are familiar to Python users.
- Convenient integration with [GEMMI](https://gemmi.readthedocs.io/en/latest/) to provide built-in methods and
support for developing functions that use space groups, unit cell parameters, and crystallographic
symmetry operations.
- Support for reading and writing MTZ reflection files.
## Installation
The fastest way to install `reciprocalspaceship` is using `pip`:
```
pip install reciprocalspaceship
```
or using `conda`:
```
conda install -c conda-forge reciprocalspaceship
```
For more installation information, see our [installation guide](https://rs-station.github.io/reciprocalspaceship/userguide/installation.html).
## Quickstart
To get started with `reciprocalspaceship`, see our [quickstart guide](https://rs-station.github.io/reciprocalspaceship/examples/quickstart.html).
## Documentation
For more details on the use of `reciprocalspaceship`, check out our [documentation](https://rs-station.github.io/reciprocalspaceship).
## Reference
Our paper describing the library was published in the Journal of Applied Crystallography: [link to paper](https://doi.org/10.1107/S160057672100755X).
Please cite this publication for any work that makes use of this library.
We also have a pre-print describing the library on [bioRxiv](https://www.biorxiv.org/content/10.1101/2021.02.03.429617v1).