Library for analysing atomic resolution images
Project description
Atomap
Webpage: https://atomap.org
Webpage (development version), click the atomap.gitlab.io link: https://gitlab.com/atomap/atomap/builds/artifacts/master/file/public_development/index.html?job=pages_development
Atomap is a Python library for analysing atomic resolution scanning transmission electron microscopy images. It relies on fitting 2-D Gaussian functions to every atomic column in an image, and automatically finding all the atomic planes with the largest spacings.
Installing
The easiest way is via the Anaconda Python distribution, and installing with:
conda install atomap -c conda-forge
It can also be installed via PyPI:
pip3 install atomap
More install instructions: https://atomap.org/install.html
Using
import atomap.api as am
sublattice = am.dummy_data.get_simple_cubic_sublattice()
sublattice.construct_zone_axes()
sublattice.refine_atom_positions_using_center_of_mass()
sublattice.plot()
More information on how to use Atomap: https://atomap.org/start_atomap.html
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 atomap-0.4.1.tar.gz
.
File metadata
- Download URL: atomap-0.4.1.tar.gz
- Upload date:
- Size: 864.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9fbf7aed52a5d1bd7b79cbf59b10d857066bf390b882695d48835219131beb0 |
|
MD5 | 0e88418fc7832d1ed0feedd20c3a6c63 |
|
BLAKE2b-256 | 9b6dac668f95606b809cdb941749599f12d13665661cf028de22fb678f93b4e0 |
File details
Details for the file atomap-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: atomap-0.4.1-py3-none-any.whl
- Upload date:
- Size: 868.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79dc521edcde1a984fe67e649dc148119de56f1b8041e1dc937641abc8ee8962 |
|
MD5 | aef773d60f3f211a386d9657a3d65168 |
|
BLAKE2b-256 | 2facb835703754d545c92ea59a0976c4530d2c6be1b23368d1739363f820fe32 |