Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

atomap-0.4.0.tar.gz (839.9 kB view hashes)

Uploaded Source

Built Distribution

atomap-0.4.0-py3-none-any.whl (858.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page