pilsungdev / ePDFpy

calculate center of TEM Diffraction Pattern, calculate azimuthal variables, calculate pair distribution function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ePDFpy

ePDFpy is a python based open-source software for electron pair distribution function (PDF) analysis of amorphous materials to study their local structure. The software is a multi-platform and standalone program that can extract PDF from image file without any other program. ePDFpy enhanced center finding process and introduced elliptical error correction of image to get better quality of the intensity profile. These are all automated so it doesn’t necessary require a user input. In addition, batch process help user analyze multiple files at once. alt text alt text

Installation

ePDFpy zip file

# Download source code. If you don't use git, download above zip file and unpack instead of below command.
git clone https://github.com/pilsungdev/ePDFpy.git

# enter into the folder
cd ePDFpy

# install required libraries
pip install -r requirements.txt

run

python -m run_ui.py

About

calculate center of TEM Diffraction Pattern, calculate azimuthal variables, calculate pair distribution function


Languages

Language:Python 98.6%Language:HTML 1.4%