A program for visualising diffraction data in pdCIF format.
Project description
A program for the visualisation of diffraction data in pdCIF format.
Crystallographic Information Framework (CIF; https://www.iucr.org/resources/cif) files are a way of storing crystallographic information in a standard human- and machine-readable format. This particular program is focussed on visualising powder diffraction data stored in CIF format, and, in particular, serial or in situ/operando data.
Free software: Apache Software License 2.0
Pre-installation
If you are on Windows, you must read this step. If you are on Linuz, you can continue.
pdCIFplotter requires PyCifRW >= 4.4.3. If you install PyCifRW from PyPI via pip, then you will also need to compile the included C modules. To do so requires Microsoft Visual C++ 14.0 or greater. If you don’t have this installed, or do not wish to install it, precompiled wheel files are available. You must download the wheel file corresponding to your Python installation.
To obtain information about your Python installation, run the command:
python -VV
An example output is Python 3.9.4 (tags/v3.9.4:1f2e308, Apr 6 2021, 13:40:21) [MSC v.1928 64 bit (AMD64)], showing that this is 64 bit Python 3.9.
Using pip version 19.2 or newer, install your downloaded wheel file as:
pip install c:\path\to\file\name_of_file.whl
This should install PyCifRW, and you can move on to the next step. If you encounter any issues in the installation, please lodge an issue.
Installation
To install the release version of pdCIFplotter from PyPI:
pip install pdCIFplotter
You can also install the in-development version from GitHub with:
pip install https://github.com/rowlesmr/pdCIFplotter/archive/master.zip
Quick usage
To run pdCIFplotter as a standalone program:
python -m pdCIFplotter
or:
pdcifplotter
Documentation
Development
This isn’t fully implemented yet.
To run all the tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows |
set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other |
PYTEST_ADDOPTS=--cov-append tox |
Changelog
0.0.5 (2021-11-16)
Better hkl checkbox checking
Doesn’t crash if CIF with no diffraction pattern is loaded
Gracefully handles NANs in data when calculating hkl tick offsets
Datablock names replaced with block_id values on single plot title and dropdown data box
hkl ticks labelled by phase name, if present, else, phase id.
Large refactoring of parse_cif
0.0.4 (2021-11-11)
Added hkl ticks to stack plot
Enabled hkl ticks to be plotted above the diffraction patterns
0.0.3 (2021-11-10)
Separated GUI and plotting code
Fixed crash on changing to surface tab before opening CIF
0.0.2 (2021-11-07)
Update install requirements - mplcursors 0.5 is now available, rather than installing from git.
Can now launch from command line with just > pdcifplotter
0.0.1 (2021-11-06)
Update install requirements and provided prompting to user on installing packages not available on PyPi.
0.0.0 (2021-11-05)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pdCIFplotter-0.0.5.tar.gz
.
File metadata
- Download URL: pdCIFplotter-0.0.5.tar.gz
- Upload date:
- Size: 42.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2551110baf624a5fddea41609b30a2ccd79f73dbc0df881377925ed6b5b17ca |
|
MD5 | ec4cc30ff47d016a4b6a986113a1ecf8 |
|
BLAKE2b-256 | f0617fa5b7b7633d9ccd53da78cd7e5b6eca833cf221aa0ef689b87cca9b3e44 |
File details
Details for the file pdCIFplotter-0.0.5-py2.py3-none-any.whl
.
File metadata
- Download URL: pdCIFplotter-0.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 33.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 829ffe9c4bcd61282fdbe122da023615c68bd58be410fcb2d86c9105c469222e |
|
MD5 | 17e1376892f98bab3e82edd04bc93210 |
|
BLAKE2b-256 | 01311d3e0ed8b57122999e28015ff9d9da2d7de1a3de3bb1693fe08b1df49ecf |