Skip to main content

A package containing file readers for XRD raw files.

Project description

fairmat-readers-xrd

A package developed by FAIRmat and collaborators that contains file readers for various X-ray diffraction (XRD) file formats.

Install and use

To use the readers, install the package using pip and import the read_file function. It will check the file extension and, using an appropriate file reader, return a Python dictionary containing the data.

pip install fairmat-readers-xrd
from fairmat_readers_xrd import read_file

file_path = "<filepath>.xrdml"
data_dict =  read_file(file_path)

You can also import individual file readers.

from fairmat_readers_xrd import read_panalytical_xrdml

file_path = "<filepath>.xrdml"
data_dict =  read_panalytical_xrdml(file_path)

Currently, the following file extensions are supported:

File Extension Corresponding Reader Function
.xrdml read_panalytical_xrdml
.rasx read_rigaku_rasx
.brml read_bruker_brml

Development

The package is still under development. To contribute, start with simply raising an issue on the repo.

Contributing code

In case you want to contribute a piece of code, or a whole new reader, clone the repo in your local and start a virtual Python environment inside the directory.

git clone git@github.com:FAIRmat-NFDI/readers-xrd.git
cd readers-xrd
python3 -m venv .pyenv
source .pyenv/bin/activate

Then install the package in editable mode (-e flag), with dev dependencies. You can also run the pytest to confirm all went well. As a recommended practice, you can also install the pre-commit hook for linting (more on this here).

python -m pip install --upgrade pip
pip install -e .[dev]
pytest
pre-commit install

Now you can start tinkering around on a new branch (or a fork). If you want to contribute the code back to the upstream, simply create a Pull Request (PR), and we will get back to you. As a good practice, add tests for new readers and make sure existing tests (pytest) are passing before creating PR.

Ruff

We have placed GitHub actions for checking the linting. This can lead to your PR failing the CI tests in case your code is not correctly linted or formatted. Best way to avoid this is to use Ruff for automatic linting and formatting. This is already part of the dev environment and you can run Ruff before committing:

ruff check --fix
ruff format

Ruff pre-commit hook

Additionally, we also provide pre-commit hook for Ruff. This will run Ruff every time you try to commit and raise errors (and provide fixes) in case your code needs linting or formatting. You simply have to add these fixes and commit again.

To use this pre-commit hook, make sure to run the following in the terminal after you clone the repo:

pre-commit install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fairmat_readers_xrd-0.0.7.tar.gz (6.9 MB view details)

Uploaded Source

Built Distribution

fairmat_readers_xrd-0.0.7-py3-none-any.whl (22.3 kB view details)

Uploaded Python 3

File details

Details for the file fairmat_readers_xrd-0.0.7.tar.gz.

File metadata

  • Download URL: fairmat_readers_xrd-0.0.7.tar.gz
  • Upload date:
  • Size: 6.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for fairmat_readers_xrd-0.0.7.tar.gz
Algorithm Hash digest
SHA256 046249b27a52dd4d81a798040bedb37fc20697bfb82e467cafb8abf1e2922f88
MD5 b4b68ed08c7757010216661c56f56074
BLAKE2b-256 13e3ed8e3e752df895429a1082c4b27a303c8efe2caabe5c74b58b6c216a1587

See more details on using hashes here.

File details

Details for the file fairmat_readers_xrd-0.0.7-py3-none-any.whl.

File metadata

File hashes

Hashes for fairmat_readers_xrd-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 d33699a9a086cf34341d057ac224835940cb40d32a65495d6f26f05b79b51428
MD5 c11e53a37e41c568e1db30d35d6d8c06
BLAKE2b-256 72b6f178c199628cfb55799401d5e98f63040ba12f79521eecddb177956ea1ce

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page