Python GUI module for pair distribution analysis on amorphous material
Project description
# ePDFpy ePDFpy is a standalone tool for reduced electron pair distribution function (ePDF) analysis. Users can do ePDF analysis with the diffraction images obtained by transmission electron microscope (TEM), and use the outputs to deduce the atomic structures.
This software is Python-based software with an interactive graphical user interface (GUI) environment built with PyQt5. Currently, built with the python3.8 version but confirmed that still compatible with python3.10.
# Installation For the convenience, it is recommended to use Anaconda (www.anaconda.com/download) or Miniconda ( https://docs.conda.io/en/latest/miniconda.html) to set up a virtual environment. All dependencies can easily installed by using ‘environment.yaml’ file in the conda terminal:
First, users must install pre-requiste libralies, which are listed in below:
numpy >= 1.22.4
scipy >= 1.9.1
opencv (cv2) >= 4.6.0
pandas >= 1.4.4
pyqt5 >= 5.15.7
pyqtgraph >= 0.12.4
hyperspy >= 1.7.1
mrcfile >= 1.4.2
pyqtdarktheme == 2.1.0
Users can install all dependencies manually using pip install or conda install. ` pip install -r requirements.txt ` or ` conda env create --file environment.yaml `
It is recommended to install ePDFpy via PyPI or Anaconda distribution. Users can establish the virtual environment (), then use following command line to install.
` pip install epdfpy ` or ` conda install epdfpy `
## Using source code
If users want to install ePDFpy directly from the source code, download the source code, and moved into the directory path. Using terminal type: ` python setup.py install `
## ePDFpy GUI package For those who are not familiar with Python, users can simply download executable files for each OS (Windows, Mac, Linux), which are compiled with PyInstaller. Simply open the executable file: - Windows: ePDFpy.exe - Mac: ePDFpy.app
# Running GUI
After installation, users can open ePDFpy simply typing command line in the terminal: ` epdfpy ` which will automatically opens the GUI script (run_ui.py) in source folder.
Those who are not accustomed to Python, just open executable files from distributed package.
# Example ![example](https://github.com/GWlab-SKKU/ePDFpy/assets/59153513/aa1f59c5-0daa-4276-81f4-d48a829b3b56)
# License
GNU GPLv3
ePDFpy is open-source software distributed under a GPLv3 license. It is free to use, alter, or build on, provided that any work derived from ePDFpy is also kept free and open under a GPLv3 license.
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 epdfpy-0.0.1.tar.gz
.
File metadata
- Download URL: epdfpy-0.0.1.tar.gz
- Upload date:
- Size: 5.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af3ad54454228029737f8a933da05f776bbb7ddd1165b330e5b3e5eb82d7670d |
|
MD5 | 520154ee0515014f4249398770cf7ad8 |
|
BLAKE2b-256 | fd8c52d11151b7581759c32ce01040b60e3de9c57051a639fa0783e3786c529c |
File details
Details for the file epdfpy-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: epdfpy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8edac0a3fa3156a79e7dd773c001472867815169482114244bc7de86393346ab |
|
MD5 | ce87954636c2c7e7856debd3963cc708 |
|
BLAKE2b-256 | 3bc365e80d1ea6130b74af04a3b11d3bb2d0919125eb03efcfeae914eebac239 |