Functions for analysis of high resolution electron microscopy and spectroscopy data.
Project description
TEMUL
Functions for image and signal processing, based on the packages Scikit-image, Hyperspy, Atomap, PyPrismatic, ASE, periodictable etc. Written by members of the TEMUL group from the University of Limerick, Ireland (though we welcome all help, hints and contributions!)
Documentation & Installation
pip install temul-toolkit
For full installation instructions and documentation, go to temul-toolkit.readthedocs.io.
To use the vast majority of the temul
functionality,
import it from the api module::
import temul.api as tml
Cite
To cite the TEMUL toolkit, use the following DOI:
Interactive Notebooks in the Browser
Jupyter Notebooks and MyBinder allow us to analyse data in the browser without needing any downloads using the below "launch binder" button.
If the button does not work, try this link instead. You also share this link with others for quick access.
-
To run through some code documentation tutorials, go to the "code_tutorials" folder after clicking the above button.
-
To analyse data published in the listed scientific papers, go to the "publication_examples" folder after clicking the above button.
Publication Details | Folder Location in TEMUL |
---|---|
M. Hadjimichael, Y. Li et al, Metal-ferroelectric supercrystals with periodically curved metallic layers, Nature Materials 2021 | publication_examples/PTO_supercrystal_hadjimichael |
K. Moore et al Highly charged 180 degree head-to-head domain walls in lead titanate, Nature Communications Physics 2020 | publication_examples/PTO_Junction_moore |
Information for developers
Linting (PEP8)
We use flake8 to enforce coding style:
pip install -r tests/requirements.txt
flake8 temul
flake8 tests
flake8 docs
Testing
Tests are carried out with pytest
:
pip install -r tests/requirements.txt
pytest tests
Documentation (docs)
To build the docs, do the following::
pip install -r docs/requirements.txt
sphinx-build docs _build # open "index.html" in the "_build" directory
Incrementing version
temul
gets its version from the latest git tag. If you think that a
new version should be published, create a tag on the master branch
(if you have the necessary permissions to do so):
git tag -a 'x.y.z' -m 'new tag'
git push --tags <remote>
GitHub Actions will then automatically build source package and wheels and publish them 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
Hashes for temul_toolkit-0.1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | da904c9034acba11c0122554c22823f6b7674a01e567adc3f9122937f162b4d3 |
|
MD5 | b1e79a90eae6d2d8e9dbc4fab39c0ebe |
|
BLAKE2b-256 | 19d6f22fc0ce131beadda5a321fa0fc770ea6042aac8a44b0bf0b7114dc2495c |